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

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

Request message for ListAdminOverrides

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 ListAdminOverridesRequest[src]

impl Debug for ListAdminOverridesRequest[src]

impl Default for ListAdminOverridesRequest[src]

impl Message for ListAdminOverridesRequest[src]

impl PartialEq<ListAdminOverridesRequest> for ListAdminOverridesRequest[src]

impl StructuralPartialEq for ListAdminOverridesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListAdminOverridesRequest

impl Send for ListAdminOverridesRequest

impl Sync for ListAdminOverridesRequest

impl Unpin for ListAdminOverridesRequest

impl UnwindSafe for ListAdminOverridesRequest

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]