Google Cloud Channel V1 Client - Class ListSkuGroupBillableSkusRequest (1.9.5)

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

Request message for ListSkuGroupBillableSkus.

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

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.

↳ page_size int

Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.

↳ page_token string

Optional. A token identifying a page of results beyond the first page. Obtained through ListSkuGroupBillableSkus.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.

getParent

Required. Resource name of the SKU group.

Format: accounts/{account}/skuGroups/{sku_group}.

Returns
Type Description
string

setParent

Required. Resource name of the SKU group.

Format: accounts/{account}/skuGroups/{sku_group}.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs.

The maximum value is 100000; values above 100000 will be coerced to 100000.

Returns
Type Description
int

setPageSize

Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs.

The maximum value is 100000; values above 100000 will be coerced to 100000.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A token identifying a page of results beyond the first page.

Obtained through ListSkuGroupBillableSkus.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.

Returns
Type Description
string

setPageToken

Optional. A token identifying a page of results beyond the first page.

Obtained through ListSkuGroupBillableSkus.next_page_token of the previous CloudChannelService.ListSkuGroupBillableSkus call.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Please see Google\Cloud\Channel\V1\CloudChannelServiceClient::skuGroupName() for help formatting this field.

Returns
Type Description
Google\Cloud\Channel\V1\ListSkuGroupBillableSkusRequest