Struct gapi_grpc::google::api::servicemanagement::v1::ListServicesRequest[][src]

pub struct ListServicesRequest {
    pub producer_project_id: String,
    pub page_size: i32,
    pub page_token: String,
    pub consumer_id: String,
}

Request message for ListServices method.

Fields

producer_project_id: String

Include services produced by the specified project.

page_size: i32

The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100.

page_token: String

Token identifying which result to start with; returned by a previous list call.

consumer_id: String

Include services consumed by the specified consumer.

The Google Service Management implementation accepts the following forms:

Trait Implementations

impl Clone for ListServicesRequest[src]

impl Debug for ListServicesRequest[src]

impl Default for ListServicesRequest[src]

impl Message for ListServicesRequest[src]

impl PartialEq<ListServicesRequest> for ListServicesRequest[src]

impl StructuralPartialEq for ListServicesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListServicesRequest

impl Send for ListServicesRequest

impl Sync for ListServicesRequest

impl Unpin for ListServicesRequest

impl UnwindSafe for ListServicesRequest

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]