Uses of Interface
com.google.cloud.bigquery.biglake.v1alpha1.DatabaseOrBuilder
-
Packages that use DatabaseOrBuilder Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake API -
-
Uses of DatabaseOrBuilder in com.google.cloud.bigquery.biglake.v1alpha1
Classes in com.google.cloud.bigquery.biglake.v1alpha1 that implement DatabaseOrBuilder Modifier and Type Class Description class
Database
Database is the container of tables.static class
Database.Builder
Database is the container of tables.Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return DatabaseOrBuilder Modifier and Type Method Description DatabaseOrBuilder
CreateDatabaseRequest.Builder. getDatabaseOrBuilder()
Required.DatabaseOrBuilder
CreateDatabaseRequest. getDatabaseOrBuilder()
Required.DatabaseOrBuilder
CreateDatabaseRequestOrBuilder. getDatabaseOrBuilder()
Required.DatabaseOrBuilder
UpdateDatabaseRequest.Builder. getDatabaseOrBuilder()
Required.DatabaseOrBuilder
UpdateDatabaseRequest. getDatabaseOrBuilder()
Required.DatabaseOrBuilder
UpdateDatabaseRequestOrBuilder. getDatabaseOrBuilder()
Required.DatabaseOrBuilder
ListDatabasesResponse.Builder. getDatabasesOrBuilder(int index)
The databases from the specified catalog.DatabaseOrBuilder
ListDatabasesResponse. getDatabasesOrBuilder(int index)
The databases from the specified catalog.DatabaseOrBuilder
ListDatabasesResponseOrBuilder. getDatabasesOrBuilder(int index)
The databases from the specified catalog.Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type DatabaseOrBuilder Modifier and Type Method Description List<? extends DatabaseOrBuilder>
ListDatabasesResponse.Builder. getDatabasesOrBuilderList()
The databases from the specified catalog.List<? extends DatabaseOrBuilder>
ListDatabasesResponse. getDatabasesOrBuilderList()
The databases from the specified catalog.List<? extends DatabaseOrBuilder>
ListDatabasesResponseOrBuilder. getDatabasesOrBuilderList()
The databases from the specified catalog.
-