Interface ListCatalogsResponseOrBuilder (0.29.0)

public interface ListCatalogsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogs(int index)

public abstract Catalog getCatalogs(int index)

The catalogs from the specified project.

repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Catalog

getCatalogsCount()

public abstract int getCatalogsCount()

The catalogs from the specified project.

repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;

Returns
TypeDescription
int

getCatalogsList()

public abstract List<Catalog> getCatalogsList()

The catalogs from the specified project.

repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;

Returns
TypeDescription
List<Catalog>

getCatalogsOrBuilder(int index)

public abstract CatalogOrBuilder getCatalogsOrBuilder(int index)

The catalogs from the specified project.

repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CatalogOrBuilder

getCatalogsOrBuilderList()

public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()

The catalogs from the specified project.

repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.biglake.v1alpha1.CatalogOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as 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, which can be sent as 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.