Interface ListCatalogsResponseOrBuilder (2.43.0)

public interface ListCatalogsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogs(int index)

public abstract Catalog getCatalogs(int index)

All the customer's Catalogs.

repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Catalog

getCatalogsCount()

public abstract int getCatalogsCount()

All the customer's Catalogs.

repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;

Returns
TypeDescription
int

getCatalogsList()

public abstract List<Catalog> getCatalogsList()

All the customer's Catalogs.

repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;

Returns
TypeDescription
List<Catalog>

getCatalogsOrBuilder(int index)

public abstract CatalogOrBuilder getCatalogsOrBuilder(int index)

All the customer's Catalogs.

repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CatalogOrBuilder

getCatalogsOrBuilderList()

public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()

All the customer's Catalogs.

repeated .google.cloud.retail.v2alpha.Catalog catalogs = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.