Interface ListTransferableOffersResponseOrBuilder (3.45.0)

public interface ListTransferableOffersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTransferableOffers(int index)

public abstract TransferableOffer getTransferableOffers(int index)

Information about Offers for a customer that can be used for transfer.

repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferableOffer

getTransferableOffersCount()

public abstract int getTransferableOffersCount()

Information about Offers for a customer that can be used for transfer.

repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;

Returns
TypeDescription
int

getTransferableOffersList()

public abstract List<TransferableOffer> getTransferableOffersList()

Information about Offers for a customer that can be used for transfer.

repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;

Returns
TypeDescription
List<TransferableOffer>

getTransferableOffersOrBuilder(int index)

public abstract TransferableOfferOrBuilder getTransferableOffersOrBuilder(int index)

Information about Offers for a customer that can be used for transfer.

repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferableOfferOrBuilder

getTransferableOffersOrBuilderList()

public abstract List<? extends TransferableOfferOrBuilder> getTransferableOffersOrBuilderList()

Information about Offers for a customer that can be used for transfer.

repeated .google.cloud.channel.v1.TransferableOffer transferable_offers = 1;

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