Interface ListSkuGroupBillableSkusResponseOrBuilder (3.41.0)

public interface ListSkuGroupBillableSkusResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBillableSkus(int index)

public abstract BillableSku getBillableSkus(int index)

The list of billable SKUs in the requested SKU group.

repeated .google.cloud.channel.v1.BillableSku billable_skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
BillableSku

getBillableSkusCount()

public abstract int getBillableSkusCount()

The list of billable SKUs in the requested SKU group.

repeated .google.cloud.channel.v1.BillableSku billable_skus = 1;

Returns
TypeDescription
int

getBillableSkusList()

public abstract List<BillableSku> getBillableSkusList()

The list of billable SKUs in the requested SKU group.

repeated .google.cloud.channel.v1.BillableSku billable_skus = 1;

Returns
TypeDescription
List<BillableSku>

getBillableSkusOrBuilder(int index)

public abstract BillableSkuOrBuilder getBillableSkusOrBuilder(int index)

The list of billable SKUs in the requested SKU group.

repeated .google.cloud.channel.v1.BillableSku billable_skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
BillableSkuOrBuilder

getBillableSkusOrBuilderList()

public abstract List<? extends BillableSkuOrBuilder> getBillableSkusOrBuilderList()

The list of billable SKUs in the requested SKU group.

repeated .google.cloud.channel.v1.BillableSku billable_skus = 1;

Returns
TypeDescription
List<? extends com.google.cloud.channel.v1.BillableSkuOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to [ListSkuGroupBillableSkus.page_token][] to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. Pass to [ListSkuGroupBillableSkus.page_token][] to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.