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