Google Cloud Channel V1 Client - Class ListSkuGroupBillableSkusRequest (1.8.2)

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
NameDescription
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
TypeDescription
string

setParent

Required. Resource name of the SKU group.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\Channel\V1\ListSkuGroupBillableSkusRequest