Interface ListSkusResponseOrBuilder (2.22.0)

public interface ListSkusResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. To retrieve the next page, call ListSkus again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve the next page of results. To retrieve the next page, call ListSkus again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSkus(int index)

public abstract Sku getSkus(int index)

The list of public SKUs of the given service.

repeated .google.cloud.billing.v1.Sku skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Sku

getSkusCount()

public abstract int getSkusCount()

The list of public SKUs of the given service.

repeated .google.cloud.billing.v1.Sku skus = 1;

Returns
TypeDescription
int

getSkusList()

public abstract List<Sku> getSkusList()

The list of public SKUs of the given service.

repeated .google.cloud.billing.v1.Sku skus = 1;

Returns
TypeDescription
List<Sku>

getSkusOrBuilder(int index)

public abstract SkuOrBuilder getSkusOrBuilder(int index)

The list of public SKUs of the given service.

repeated .google.cloud.billing.v1.Sku skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SkuOrBuilder

getSkusOrBuilderList()

public abstract List<? extends SkuOrBuilder> getSkusOrBuilderList()

The list of public SKUs of the given service.

repeated .google.cloud.billing.v1.Sku skus = 1;

Returns
TypeDescription
List<? extends com.google.cloud.billing.v1.SkuOrBuilder>