public interface ListHiveDatabasesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabases(int index)
public abstract HiveDatabase getDatabases(int index)Output only. The databases from the specified project and catalog.
repeated .google.cloud.biglake.hive.v1beta.HiveDatabase databases = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HiveDatabase |
|
getDatabasesCount()
public abstract int getDatabasesCount()Output only. The databases from the specified project and catalog.
repeated .google.cloud.biglake.hive.v1beta.HiveDatabase databases = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDatabasesList()
public abstract List<HiveDatabase> getDatabasesList()Output only. The databases from the specified project and catalog.
repeated .google.cloud.biglake.hive.v1beta.HiveDatabase databases = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<HiveDatabase> |
|
getDatabasesOrBuilder(int index)
public abstract HiveDatabaseOrBuilder getDatabasesOrBuilder(int index)Output only. The databases from the specified project and catalog.
repeated .google.cloud.biglake.hive.v1beta.HiveDatabase databases = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HiveDatabaseOrBuilder |
|
getDatabasesOrBuilderList()
public abstract List<? extends HiveDatabaseOrBuilder> getDatabasesOrBuilderList()Output only. The databases from the specified project and catalog.
repeated .google.cloud.biglake.hive.v1beta.HiveDatabase databases = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.biglake.hive.v1beta.HiveDatabaseOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |