Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.ListDatabasesResponse
-
Packages that use ListDatabasesResponse Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of ListDatabasesResponse in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return ListDatabasesResponse Modifier and Type Method Description ListDatabasesResponse
ListDatabasesResponse.Builder. build()
ListDatabasesResponse
ListDatabasesResponse.Builder. buildPartial()
static ListDatabasesResponse
ListDatabasesResponse. getDefaultInstance()
ListDatabasesResponse
ListDatabasesResponse.Builder. getDefaultInstanceForType()
ListDatabasesResponse
ListDatabasesResponse. getDefaultInstanceForType()
ListDatabasesResponse
MetastoreServiceGrpc.MetastoreServiceBlockingStub. listDatabases(ListDatabasesRequest request)
List all databases in a specified catalog.static ListDatabasesResponse
ListDatabasesResponse. parseDelimitedFrom(InputStream input)
static ListDatabasesResponse
ListDatabasesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(byte[] data)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(InputStream input)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(ByteBuffer data)
static ListDatabasesResponse
ListDatabasesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse>
MetastoreServiceGrpc. getListDatabasesMethod()
com.google.protobuf.Parser<ListDatabasesResponse>
ListDatabasesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListDatabasesResponse>
MetastoreServiceGrpc.MetastoreServiceFutureStub. listDatabases(ListDatabasesRequest request)
List all databases in a specified catalog.com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse>
MetastoreServiceClient. listDatabasesCallable()
List all databases in a specified catalog.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceSettings.Builder. listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.com.google.api.gax.rpc.PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceSettings. listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.static com.google.protobuf.Parser<ListDatabasesResponse>
ListDatabasesResponse. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type ListDatabasesResponse Modifier and Type Method Description protected MetastoreServiceClient.ListDatabasesPage
MetastoreServiceClient.ListDatabasesPage. createPage(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, ListDatabasesResponse response)
ListDatabasesResponse.Builder
ListDatabasesResponse.Builder. mergeFrom(ListDatabasesResponse other)
static ListDatabasesResponse.Builder
ListDatabasesResponse. newBuilder(ListDatabasesResponse prototype)
Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type ListDatabasesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceClient.ListDatabasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, com.google.api.core.ApiFuture<ListDatabasesResponse> futureResponse)
static com.google.api.core.ApiFuture<MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceClient.ListDatabasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, com.google.api.core.ApiFuture<ListDatabasesResponse> futureResponse)
protected MetastoreServiceClient.ListDatabasesPage
MetastoreServiceClient.ListDatabasesPage. createPage(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, ListDatabasesResponse response)
com.google.api.core.ApiFuture<MetastoreServiceClient.ListDatabasesPage>
MetastoreServiceClient.ListDatabasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, com.google.api.core.ApiFuture<ListDatabasesResponse> futureResponse)
com.google.api.core.ApiFuture<MetastoreServiceClient.ListDatabasesPage>
MetastoreServiceClient.ListDatabasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDatabasesRequest,ListDatabasesResponse,Database> context, com.google.api.core.ApiFuture<ListDatabasesResponse> futureResponse)
default void
MetastoreServiceGrpc.AsyncService. listDatabases(ListDatabasesRequest request, io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
List all databases in a specified catalog.void
MetastoreServiceGrpc.MetastoreServiceStub. listDatabases(ListDatabasesRequest request, io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
List all databases in a specified catalog. -
Uses of ListDatabasesResponse in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse>
GrpcMetastoreServiceStub. listDatabasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse>
HttpJsonMetastoreServiceStub. listDatabasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse>
MetastoreServiceStub. listDatabasesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceStubSettings.Builder. listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.com.google.api.gax.rpc.PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse>
MetastoreServiceStubSettings. listDatabasesSettings()
Returns the object with the settings used for calls to listDatabases.
-