public interface ListCatalogsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalogs(int index)
The catalogs from the specified project.
|
int |
getCatalogsCount()
The catalogs from the specified project.
|
List<Catalog> |
getCatalogsList()
The catalogs from the specified project.
|
CatalogOrBuilder |
getCatalogsOrBuilder(int index)
The catalogs from the specified project.
|
List<? extends CatalogOrBuilder> |
getCatalogsOrBuilderList()
The catalogs from the specified project.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Catalog> getCatalogsList()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;Catalog getCatalogs(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;int getCatalogsCount()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;List<? extends CatalogOrBuilder> getCatalogsOrBuilderList()
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;CatalogOrBuilder getCatalogsOrBuilder(int index)
The catalogs from the specified project.
repeated .google.cloud.bigquery.biglake.v1.Catalog catalogs = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.