Interface SearchCatalogsResponseOrBuilder (0.43.0)

public interface SearchCatalogsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogs(int index)

public abstract Catalog getCatalogs(int index)

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Catalog

getCatalogsCount()

public abstract int getCatalogsCount()

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Returns
TypeDescription
int

getCatalogsList()

public abstract List<Catalog> getCatalogsList()

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Returns
TypeDescription
List<Catalog>

getCatalogsOrBuilder(int index)

public abstract CatalogOrBuilder getCatalogsOrBuilder(int index)

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CatalogOrBuilder

getCatalogsOrBuilderList()

public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()

The Catalogs computed from the resource context.

repeated .google.cloud.privatecatalog.v1beta1.Catalog catalogs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.privatecatalog.v1beta1.CatalogOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A pagination token returned from a previous call to SearchCatalogs that indicates from where listing should continue.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.