Uses of Class
com.google.cloud.datacatalog.v1.DeleteTaxonomyRequest
-
Packages that use DeleteTaxonomyRequest Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of DeleteTaxonomyRequest in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return DeleteTaxonomyRequest Modifier and Type Method Description DeleteTaxonomyRequestDeleteTaxonomyRequest.Builder. build()DeleteTaxonomyRequestDeleteTaxonomyRequest.Builder. buildPartial()static DeleteTaxonomyRequestDeleteTaxonomyRequest. getDefaultInstance()DeleteTaxonomyRequestDeleteTaxonomyRequest.Builder. getDefaultInstanceForType()DeleteTaxonomyRequestDeleteTaxonomyRequest. getDefaultInstanceForType()static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseDelimitedFrom(InputStream input)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(byte[] data)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(InputStream input)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(ByteBuffer data)static DeleteTaxonomyRequestDeleteTaxonomyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type DeleteTaxonomyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerClient. deleteTaxonomyCallable()Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerSettings.Builder. deleteTaxonomySettings()Returns the builder for the settings used for calls to deleteTaxonomy.com.google.api.gax.rpc.UnaryCallSettings<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerSettings. deleteTaxonomySettings()Returns the object with the settings used for calls to deleteTaxonomy.static io.grpc.MethodDescriptor<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerGrpc. getDeleteTaxonomyMethod()com.google.protobuf.Parser<DeleteTaxonomyRequest>DeleteTaxonomyRequest. getParserForType()static com.google.protobuf.Parser<DeleteTaxonomyRequest>DeleteTaxonomyRequest. parser()Methods in com.google.cloud.datacatalog.v1 with parameters of type DeleteTaxonomyRequest Modifier and Type Method Description voidPolicyTagManagerClient. deleteTaxonomy(DeleteTaxonomyRequest request)Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.default voidPolicyTagManagerGrpc.AsyncService. deleteTaxonomy(DeleteTaxonomyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.com.google.protobuf.EmptyPolicyTagManagerGrpc.PolicyTagManagerBlockingStub. deleteTaxonomy(DeleteTaxonomyRequest request)Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>PolicyTagManagerGrpc.PolicyTagManagerFutureStub. deleteTaxonomy(DeleteTaxonomyRequest request)Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.voidPolicyTagManagerGrpc.PolicyTagManagerStub. deleteTaxonomy(DeleteTaxonomyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a taxonomy, including all policy tags in this taxonomy, their associated policies, and the policy tags references from BigQuery columns.DeleteTaxonomyRequest.BuilderDeleteTaxonomyRequest.Builder. mergeFrom(DeleteTaxonomyRequest other)static DeleteTaxonomyRequest.BuilderDeleteTaxonomyRequest. newBuilder(DeleteTaxonomyRequest prototype) -
Uses of DeleteTaxonomyRequest in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.stub that return types with arguments of type DeleteTaxonomyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteTaxonomyRequest,com.google.protobuf.Empty>GrpcPolicyTagManagerStub. deleteTaxonomyCallable()com.google.api.gax.rpc.UnaryCallable<DeleteTaxonomyRequest,com.google.protobuf.Empty>HttpJsonPolicyTagManagerStub. deleteTaxonomyCallable()com.google.api.gax.rpc.UnaryCallable<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerStub. deleteTaxonomyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerStubSettings.Builder. deleteTaxonomySettings()Returns the builder for the settings used for calls to deleteTaxonomy.com.google.api.gax.rpc.UnaryCallSettings<DeleteTaxonomyRequest,com.google.protobuf.Empty>PolicyTagManagerStubSettings. deleteTaxonomySettings()Returns the object with the settings used for calls to deleteTaxonomy.
-