Struct gapi_grpc::google::api::serviceusage::v1::BatchGetServicesRequest[][src]

pub struct BatchGetServicesRequest {
    pub parent: String,
    pub names: Vec<String>,
}
[]

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][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

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][+]

impl<T> IntoRequest<T> for T[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src][+]

impl<T> WithSubscriber for T[src][+]