Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.DeleteCatalogRequest
-
Packages that use DeleteCatalogRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of DeleteCatalogRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return DeleteCatalogRequest Modifier and Type Method Description DeleteCatalogRequestDeleteCatalogRequest.Builder. build()DeleteCatalogRequestDeleteCatalogRequest.Builder. buildPartial()static DeleteCatalogRequestDeleteCatalogRequest. getDefaultInstance()DeleteCatalogRequestDeleteCatalogRequest.Builder. getDefaultInstanceForType()DeleteCatalogRequestDeleteCatalogRequest. getDefaultInstanceForType()static DeleteCatalogRequestDeleteCatalogRequest. parseDelimitedFrom(InputStream input)static DeleteCatalogRequestDeleteCatalogRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(byte[] data)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(InputStream input)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(ByteBuffer data)static DeleteCatalogRequestDeleteCatalogRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1alpha1 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.v1alpha1 with parameters of type DeleteCatalogRequest Modifier and Type Method Description CatalogMetastoreServiceClient. deleteCatalog(DeleteCatalogRequest request)Deletes an existing catalog specified by the catalog ID.default voidMetastoreServiceGrpc.AsyncService. deleteCatalog(DeleteCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)Deletes an existing catalog specified by the catalog ID.CatalogMetastoreServiceGrpc.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.voidMetastoreServiceGrpc.MetastoreServiceStub. deleteCatalog(DeleteCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)Deletes an existing catalog specified by the catalog ID.DeleteCatalogRequest.BuilderDeleteCatalogRequest.Builder. mergeFrom(DeleteCatalogRequest other)static DeleteCatalogRequest.BuilderDeleteCatalogRequest. newBuilder(DeleteCatalogRequest prototype) -
Uses of DeleteCatalogRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.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.
-