Google Cloud Channel V1 Client - Class ListEntitlementsRequest (1.0.1)

Reference documentation and code samples for the Google Cloud Channel V1 Client class ListEntitlementsRequest.

Request message for CloudChannelService.ListEntitlements

Generated from protobuf message google.cloud.channel.v1.ListEntitlementsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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 int

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 of the previous CloudChannelService.ListEntitlements call.

getParent

Required. The resource name of the reseller's customer account to list entitlements for.

Parent uses the format: accounts/{account_id}/customers/{customer_id}

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setParent

Required. The resource name of the reseller's customer account to list entitlements for.

Parent uses the format: accounts/{account_id}/customers/{customer_id}

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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.

Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

setPageSize

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.

Generated from protobuf field int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. A token for a page of results other than the first page.

Obtained using ListEntitlementsResponse.next_page_token of the previous CloudChannelService.ListEntitlements call.

Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
string

setPageToken

Optional. A token for a page of results other than the first page.

Obtained using ListEntitlementsResponse.next_page_token of the previous CloudChannelService.ListEntitlements call.

Generated from protobuf field string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$this