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 \ V1Methods
__construct
Constructor.
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}.
string
setParent
Required. Resource name of the SKU group.
Format: accounts/{account}/skuGroups/{sku_group}.
var
string
$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.
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.
var
int
$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.
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.
var
string
$this
static::build
parent
string
Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Please see CloudChannelServiceClient::skuGroupName() for help formatting this field.