public interface ListDatabasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Database |
getDatabases(int index)
The databases from the specified catalog.
|
int |
getDatabasesCount()
The databases from the specified catalog.
|
List<Database> |
getDatabasesList()
The databases from the specified catalog.
|
DatabaseOrBuilder |
getDatabasesOrBuilder(int index)
The databases from the specified catalog.
|
List<? extends DatabaseOrBuilder> |
getDatabasesOrBuilderList()
The databases from the specified catalog.
|
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<Database> getDatabasesList()
The databases from the specified catalog.
repeated .google.cloud.bigquery.biglake.v1.Database databases = 1;Database getDatabases(int index)
The databases from the specified catalog.
repeated .google.cloud.bigquery.biglake.v1.Database databases = 1;int getDatabasesCount()
The databases from the specified catalog.
repeated .google.cloud.bigquery.biglake.v1.Database databases = 1;List<? extends DatabaseOrBuilder> getDatabasesOrBuilderList()
The databases from the specified catalog.
repeated .google.cloud.bigquery.biglake.v1.Database databases = 1;DatabaseOrBuilder getDatabasesOrBuilder(int index)
The databases from the specified catalog.
repeated .google.cloud.bigquery.biglake.v1.Database databases = 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.