public interface ListPromotionsResponseOrBuilder 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. |
getPromotions(int index)
public abstract Promotion getPromotions(int index)The processed promotions from the specified account.
repeated .google.shopping.merchant.promotions.v1beta.Promotion promotions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Promotion |
|
getPromotionsCount()
public abstract int getPromotionsCount()The processed promotions from the specified account.
repeated .google.shopping.merchant.promotions.v1beta.Promotion promotions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPromotionsList()
public abstract List<Promotion> getPromotionsList()The processed promotions from the specified account.
repeated .google.shopping.merchant.promotions.v1beta.Promotion promotions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Promotion> |
|
getPromotionsOrBuilder(int index)
public abstract PromotionOrBuilder getPromotionsOrBuilder(int index)The processed promotions from the specified account.
repeated .google.shopping.merchant.promotions.v1beta.Promotion promotions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PromotionOrBuilder |
|
getPromotionsOrBuilderList()
public abstract List<? extends PromotionOrBuilder> getPromotionsOrBuilderList()The processed promotions from the specified account.
repeated .google.shopping.merchant.promotions.v1beta.Promotion promotions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.promotions.v1beta.PromotionOrBuilder> |
|