public interface ListCatalogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Catalog |
|
getCatalogsCount()
public abstract int getCatalogsCount()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCatalogsList()
public abstract List<Catalog> getCatalogsList()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CatalogOrBuilder |
|
getCatalogsOrBuilderList()
public abstract List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1alpha1.Catalog catalogs = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |