Struct gapi_grpc::google::api::serviceusage::v1beta1::ListConsumerOverridesRequest[][src]

pub struct ListConsumerOverridesRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
}

Request message for ListConsumerOverrides

Fields

parent: String

The resource name of the parent quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call.

An example name would be: projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion

page_size: i32

Requested size of the next page of data.

page_token: String

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

Trait Implementations

impl Clone for ListConsumerOverridesRequest[src]

impl Debug for ListConsumerOverridesRequest[src]

impl Default for ListConsumerOverridesRequest[src]

impl Message for ListConsumerOverridesRequest[src]

impl PartialEq<ListConsumerOverridesRequest> for ListConsumerOverridesRequest[src]

impl StructuralPartialEq for ListConsumerOverridesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListConsumerOverridesRequest

impl Send for ListConsumerOverridesRequest

impl Sync for ListConsumerOverridesRequest

impl Unpin for ListConsumerOverridesRequest

impl UnwindSafe for ListConsumerOverridesRequest

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]