Struct gapi_grpc::google::api::serviceusage::v1::BatchGetServicesRequest [−][src]
Request message for the BatchGetServices
method.
Fields
parent: String
Parent to retrieve services from.
If this is set, the parent of all of the services specified in names
must
match this field. An example name would be: projects/123
where 123
is
the project number. The BatchGetServices
method currently only supports
projects.
names: Vec<String>
Names of the services to retrieve.
An example name would be:
projects/123/services/serviceusage.googleapis.com
where 123
is the
project number.
A single request can get a maximum of 30 services at a time.
Trait Implementations
impl Clone for BatchGetServicesRequest
[src][+]
impl Debug for BatchGetServicesRequest
[src][+]
impl Default for BatchGetServicesRequest
[src][+]
impl Message for BatchGetServicesRequest
[src][+]
impl PartialEq<BatchGetServicesRequest> for BatchGetServicesRequest
[src][+]
impl StructuralPartialEq for BatchGetServicesRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for BatchGetServicesRequest
impl Send for BatchGetServicesRequest
impl Sync for BatchGetServicesRequest
impl Unpin for BatchGetServicesRequest
impl UnwindSafe for BatchGetServicesRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,