public interface ListStandardOffersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getStandardOffers(int index)
public abstract StandardOffer getStandardOffers(int index)The list of StandardOffer
repeated .google.cloud.commerceproducer.v1beta.StandardOffer standard_offers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StandardOffer |
|
getStandardOffersCount()
public abstract int getStandardOffersCount()The list of StandardOffer
repeated .google.cloud.commerceproducer.v1beta.StandardOffer standard_offers = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStandardOffersList()
public abstract List<StandardOffer> getStandardOffersList()The list of StandardOffer
repeated .google.cloud.commerceproducer.v1beta.StandardOffer standard_offers = 1;
| Returns | |
|---|---|
| Type | Description |
List<StandardOffer> |
|
getStandardOffersOrBuilder(int index)
public abstract StandardOfferOrBuilder getStandardOffersOrBuilder(int index)The list of StandardOffer
repeated .google.cloud.commerceproducer.v1beta.StandardOffer standard_offers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
StandardOfferOrBuilder |
|
getStandardOffersOrBuilderList()
public abstract List<? extends StandardOfferOrBuilder> getStandardOffersOrBuilderList()The list of StandardOffer
repeated .google.cloud.commerceproducer.v1beta.StandardOffer standard_offers = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.commerceproducer.v1beta.StandardOfferOrBuilder> |
|