public interface ListSkuGroupBillableSkusResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.BillableSkuOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkusRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListSkuGroupBillableSkusRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |