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 GetDatabaseRequestGetDatabaseRequest.Builder. build()GetDatabaseRequestGetDatabaseRequest.Builder. buildPartial()static GetDatabaseRequestGetDatabaseRequest. getDefaultInstance()GetDatabaseRequestGetDatabaseRequest.Builder. getDefaultInstanceForType()GetDatabaseRequestGetDatabaseRequest. getDefaultInstanceForType()static GetDatabaseRequestGetDatabaseRequest. parseDelimitedFrom(InputStream input)static GetDatabaseRequestGetDatabaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDatabaseRequestGetDatabaseRequest. parseFrom(byte[] data)static GetDatabaseRequestGetDatabaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDatabaseRequestGetDatabaseRequest. parseFrom(com.google.protobuf.ByteString data)static GetDatabaseRequestGetDatabaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDatabaseRequestGetDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDatabaseRequestGetDatabaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDatabaseRequestGetDatabaseRequest. parseFrom(InputStream input)static GetDatabaseRequestGetDatabaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDatabaseRequestGetDatabaseRequest. parseFrom(ByteBuffer data)static GetDatabaseRequestGetDatabaseRequest. 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 DatabaseMetastoreServiceClient. getDatabase(GetDatabaseRequest request)Gets the database specified by the resource name.default voidMetastoreServiceGrpc.AsyncService. getDatabase(GetDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)Gets the database specified by the resource name.DatabaseMetastoreServiceGrpc.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.voidMetastoreServiceGrpc.MetastoreServiceStub. getDatabase(GetDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)Gets the database specified by the resource name.GetDatabaseRequest.BuilderGetDatabaseRequest.Builder. mergeFrom(GetDatabaseRequest other)static GetDatabaseRequest.BuilderGetDatabaseRequest. 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.
-