public interface ListProductsResponseOrBuilder extends MessageOrBuilder
Implements
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. |
getProducts(int index)
public abstract Product getProducts(int index)
The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.
repeated .google.shopping.merchant.products.v1beta.Product products = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Product |
getProductsCount()
public abstract int getProductsCount()
The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.
repeated .google.shopping.merchant.products.v1beta.Product products = 1;
Returns | |
---|---|
Type | Description |
int |
getProductsList()
public abstract List<Product> getProductsList()
The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.
repeated .google.shopping.merchant.products.v1beta.Product products = 1;
Returns | |
---|---|
Type | Description |
List<Product> |
getProductsOrBuilder(int index)
public abstract ProductOrBuilder getProductsOrBuilder(int index)
The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.
repeated .google.shopping.merchant.products.v1beta.Product products = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ProductOrBuilder |
getProductsOrBuilderList()
public abstract List<? extends ProductOrBuilder> getProductsOrBuilderList()
The processed products from the specified account. These are your processed products after applying rules and supplemental data sources.
repeated .google.shopping.merchant.products.v1beta.Product products = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.shopping.merchant.products.v1beta.ProductOrBuilder> |