Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.GetDatabaseRequest
-
Packages that use GetDatabaseRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of GetDatabaseRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return GetDatabaseRequest Modifier and Type Method Description GetDatabaseRequest
GetDatabaseRequest.Builder. build()
GetDatabaseRequest
GetDatabaseRequest.Builder. buildPartial()
static GetDatabaseRequest
GetDatabaseRequest. getDefaultInstance()
GetDatabaseRequest
GetDatabaseRequest.Builder. getDefaultInstanceForType()
GetDatabaseRequest
GetDatabaseRequest. getDefaultInstanceForType()
static GetDatabaseRequest
GetDatabaseRequest. parseDelimitedFrom(InputStream input)
static GetDatabaseRequest
GetDatabaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(byte[] data)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(InputStream input)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(ByteBuffer data)
static GetDatabaseRequest
GetDatabaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type GetDatabaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDatabaseRequest,Database>
MetastoreServiceClient. getDatabaseCallable()
Gets the database specified by the resource name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,Database>
MetastoreServiceSettings.Builder. getDatabaseSettings()
Returns the builder for the settings used for calls to getDatabase.com.google.api.gax.rpc.UnaryCallSettings<GetDatabaseRequest,Database>
MetastoreServiceSettings. getDatabaseSettings()
Returns the object with the settings used for calls to getDatabase.static io.grpc.MethodDescriptor<GetDatabaseRequest,Database>
MetastoreServiceGrpc. getGetDatabaseMethod()
com.google.protobuf.Parser<GetDatabaseRequest>
GetDatabaseRequest. getParserForType()
static com.google.protobuf.Parser<GetDatabaseRequest>
GetDatabaseRequest. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type GetDatabaseRequest Modifier and Type Method Description Database
MetastoreServiceClient. getDatabase(GetDatabaseRequest request)
Gets the database specified by the resource name.default void
MetastoreServiceGrpc.AsyncService. getDatabase(GetDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)
Gets the database specified by the resource name.Database
MetastoreServiceGrpc.MetastoreServiceBlockingStub. getDatabase(GetDatabaseRequest request)
Gets the database specified by the resource name.com.google.common.util.concurrent.ListenableFuture<Database>
MetastoreServiceGrpc.MetastoreServiceFutureStub. getDatabase(GetDatabaseRequest request)
Gets the database specified by the resource name.void
MetastoreServiceGrpc.MetastoreServiceStub. getDatabase(GetDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)
Gets the database specified by the resource name.GetDatabaseRequest.Builder
GetDatabaseRequest.Builder. mergeFrom(GetDatabaseRequest other)
static GetDatabaseRequest.Builder
GetDatabaseRequest. newBuilder(GetDatabaseRequest prototype)
-
Uses of GetDatabaseRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type GetDatabaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDatabaseRequest,Database>
GrpcMetastoreServiceStub. getDatabaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetDatabaseRequest,Database>
HttpJsonMetastoreServiceStub. getDatabaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetDatabaseRequest,Database>
MetastoreServiceStub. getDatabaseCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,Database>
MetastoreServiceStubSettings.Builder. getDatabaseSettings()
Returns the builder for the settings used for calls to getDatabase.com.google.api.gax.rpc.UnaryCallSettings<GetDatabaseRequest,Database>
MetastoreServiceStubSettings. getDatabaseSettings()
Returns the object with the settings used for calls to getDatabase.
-