public interface ListCatalogsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalogs(int index)
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
|
int |
getCatalogsCount()
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
|
List<Catalog> |
getCatalogsList()
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
|
CatalogOrBuilder |
getCatalogsOrBuilder(int index)
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
|
List<? extends CatalogOrBuilder> |
getCatalogsOrBuilderList()
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
|
String |
getNextPageToken()
A token that can be sent as
[ListCatalogsRequest.page_token][google.cloud.retail.v2beta.ListCatalogsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as
[ListCatalogsRequest.page_token][google.cloud.retail.v2beta.ListCatalogsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Catalog> getCatalogsList()
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
repeated .google.cloud.retail.v2beta.Catalog catalogs = 1;Catalog getCatalogs(int index)
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
repeated .google.cloud.retail.v2beta.Catalog catalogs = 1;int getCatalogsCount()
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
repeated .google.cloud.retail.v2beta.Catalog catalogs = 1;List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
repeated .google.cloud.retail.v2beta.Catalog catalogs = 1;CatalogOrBuilder getCatalogsOrBuilder(int index)
All the customer's [Catalog][google.cloud.retail.v2beta.Catalog]s.
repeated .google.cloud.retail.v2beta.Catalog catalogs = 1;String getNextPageToken()
A token that can be sent as [ListCatalogsRequest.page_token][google.cloud.retail.v2beta.ListCatalogsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token that can be sent as [ListCatalogsRequest.page_token][google.cloud.retail.v2beta.ListCatalogsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.