Struct gapi_grpc::google::cloud::channel::v1::ListEntitlementsRequest[][src]

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

Request message for [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements]

Fields

parent: String

Required. The resource name of the reseller’s customer account to list entitlements for. Parent uses the format: accounts/{account_id}/customers/{customer_id}

page_size: i32

Optional. Requested page size. Server might return fewer results than requested. If unspecified, return at most 50 entitlements. The maximum value is 100; the server will coerce values above 100.

page_token: String

Optional. A token for a page of results other than the first page. Obtained using [ListEntitlementsResponse.next_page_token][google.cloud.channel.v1.ListEntitlementsResponse.next_page_token] of the previous [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements] call.

Trait Implementations

impl Clone for ListEntitlementsRequest[src]

impl Debug for ListEntitlementsRequest[src]

impl Default for ListEntitlementsRequest[src]

impl Message for ListEntitlementsRequest[src]

impl PartialEq<ListEntitlementsRequest> for ListEntitlementsRequest[src]

impl StructuralPartialEq for ListEntitlementsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListEntitlementsRequest

impl Send for ListEntitlementsRequest

impl Sync for ListEntitlementsRequest

impl Unpin for ListEntitlementsRequest

impl UnwindSafe for ListEntitlementsRequest

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]