Interface ListOffersResponseOrBuilder (3.85.0)

public interface ListOffersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve the next page of results.

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.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getOffers(int index)

public abstract Offer getOffers(int index)

The list of Offers requested.

The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.

repeated .google.cloud.channel.v1.Offer offers = 1;

Parameter
Name Description
index int
Returns
Type Description
Offer

getOffersCount()

public abstract int getOffersCount()

The list of Offers requested.

The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.

repeated .google.cloud.channel.v1.Offer offers = 1;

Returns
Type Description
int

getOffersList()

public abstract List<Offer> getOffersList()

The list of Offers requested.

The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.

repeated .google.cloud.channel.v1.Offer offers = 1;

Returns
Type Description
List<Offer>

getOffersOrBuilder(int index)

public abstract OfferOrBuilder getOffersOrBuilder(int index)

The list of Offers requested.

The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.

repeated .google.cloud.channel.v1.Offer offers = 1;

Parameter
Name Description
index int
Returns
Type Description
OfferOrBuilder

getOffersOrBuilderList()

public abstract List<? extends OfferOrBuilder> getOffersOrBuilderList()

The list of Offers requested.

The pricing information for each Offer only includes the base price. Effective prices and discounts aren't populated.

repeated .google.cloud.channel.v1.Offer offers = 1;

Returns
Type Description
List<? extends com.google.cloud.channel.v1.OfferOrBuilder>