public interface ListCatalogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogs(int index)
public abstract Catalog getCatalogs(int index)All the customer's Catalogs.
repeated .google.cloud.retail.v2.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Catalog |
|
getCatalogsCount()
public abstract int getCatalogsCount()All the customer's Catalogs.
repeated .google.cloud.retail.v2.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCatalogsList()
public abstract List<Catalog> getCatalogsList()All the customer's Catalogs.
repeated .google.cloud.retail.v2.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Catalog> |
|
getCatalogsOrBuilder(int index)
public abstract CatalogOrBuilder getCatalogsOrBuilder(int index)All the customer's Catalogs.
repeated .google.cloud.retail.v2.Catalog catalogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CatalogOrBuilder |
|
getCatalogsOrBuilderList()
public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()All the customer's Catalogs.
repeated .google.cloud.retail.v2.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.retail.v2.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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |