Interface ListTransferableSkusResponseOrBuilder (3.6.0)

public interface ListTransferableSkusResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results. Pass to ListTransferableSkusRequest.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 ListTransferableSkusRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTransferableSkus(int index)

public abstract TransferableSku getTransferableSkus(int index)

Information about existing SKUs for a customer that needs a transfer.

repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferableSku

getTransferableSkusCount()

public abstract int getTransferableSkusCount()

Information about existing SKUs for a customer that needs a transfer.

repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;

Returns
TypeDescription
int

getTransferableSkusList()

public abstract List<TransferableSku> getTransferableSkusList()

Information about existing SKUs for a customer that needs a transfer.

repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;

Returns
TypeDescription
List<TransferableSku>

getTransferableSkusOrBuilder(int index)

public abstract TransferableSkuOrBuilder getTransferableSkusOrBuilder(int index)

Information about existing SKUs for a customer that needs a transfer.

repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferableSkuOrBuilder

getTransferableSkusOrBuilderList()

public abstract List<? extends TransferableSkuOrBuilder> getTransferableSkusOrBuilderList()

Information about existing SKUs for a customer that needs a transfer.

repeated .google.cloud.channel.v1.TransferableSku transferable_skus = 1;

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