public interface ListProductsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListProductsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListProductsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getProducts(int index)
public abstract Product getProducts(int index)The Products.
repeated .google.cloud.retail.v2alpha.Product products = 1;
| Name | Description |
| index | int |
| Type | Description |
| Product |
getProductsCount()
public abstract int getProductsCount()The Products.
repeated .google.cloud.retail.v2alpha.Product products = 1;
| Type | Description |
| int |
getProductsList()
public abstract List<Product> getProductsList()The Products.
repeated .google.cloud.retail.v2alpha.Product products = 1;
| Type | Description |
| List<Product> |
getProductsOrBuilder(int index)
public abstract ProductOrBuilder getProductsOrBuilder(int index)The Products.
repeated .google.cloud.retail.v2alpha.Product products = 1;
| Name | Description |
| index | int |
| Type | Description |
| ProductOrBuilder |
getProductsOrBuilderList()
public abstract List<? extends ProductOrBuilder> getProductsOrBuilderList()The Products.
repeated .google.cloud.retail.v2alpha.Product products = 1;
| Type | Description |
| List<? extends com.google.cloud.retail.v2alpha.ProductOrBuilder> |
getTotalSize()
public abstract int getTotalSize()The total count of matched Products irrespective of pagination. The total number of Products returned by pagination may be less than the total_size that matches. This field is ignored if ListProductsRequest.require_total_size is not set or ListProductsRequest.page_token is not empty.
int32 total_size = 3;
| Type | Description |
| int | The totalSize. |