public interface ListCatalogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogs(int index)
public abstract Catalog getCatalogs(int index)All the customer's Catalogs.
repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;
| Name | Description |
| index | int |
| Type | Description |
| Catalog |
getCatalogsCount()
public abstract int getCatalogsCount()All the customer's Catalogs.
repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;
| Type | Description |
| int |
getCatalogsList()
public abstract List<Catalog> getCatalogsList()All the customer's Catalogs.
repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;
| Type | Description |
| List<Catalog> |
getCatalogsOrBuilder(int index)
public abstract CatalogOrBuilder getCatalogsOrBuilder(int index)All the customer's Catalogs.
repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;
| Name | Description |
| index | int |
| Type | Description |
| CatalogOrBuilder |
getCatalogsOrBuilderList()
public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()All the customer's Catalogs.
repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;
| Type | Description |
| List<? extends com.google.cloud.retail.v2alpha.CatalogOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListCatalogsRequest.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 ListCatalogsRequest.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. |