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 DeleteTaxonomyRequest
DeleteTaxonomyRequest.Builder. build()
DeleteTaxonomyRequest
DeleteTaxonomyRequest.Builder. buildPartial()
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. getDefaultInstance()
DeleteTaxonomyRequest
DeleteTaxonomyRequest.Builder. getDefaultInstanceForType()
DeleteTaxonomyRequest
DeleteTaxonomyRequest. getDefaultInstanceForType()
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseDelimitedFrom(InputStream input)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(byte[] data)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(InputStream input)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. parseFrom(ByteBuffer data)
static DeleteTaxonomyRequest
DeleteTaxonomyRequest. 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 void
PolicyTagManagerClient. 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 void
PolicyTagManagerGrpc.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.Empty
PolicyTagManagerGrpc.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.void
PolicyTagManagerGrpc.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.Builder
DeleteTaxonomyRequest.Builder. mergeFrom(DeleteTaxonomyRequest other)
static DeleteTaxonomyRequest.Builder
DeleteTaxonomyRequest. 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.
-