Uses of Class
com.google.cloud.datacatalog.v1.UpdateTaxonomyRequest
-
Packages that use UpdateTaxonomyRequest Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of UpdateTaxonomyRequest in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return UpdateTaxonomyRequest Modifier and Type Method Description UpdateTaxonomyRequestUpdateTaxonomyRequest.Builder. build()UpdateTaxonomyRequestUpdateTaxonomyRequest.Builder. buildPartial()static UpdateTaxonomyRequestUpdateTaxonomyRequest. getDefaultInstance()UpdateTaxonomyRequestUpdateTaxonomyRequest.Builder. getDefaultInstanceForType()UpdateTaxonomyRequestUpdateTaxonomyRequest. getDefaultInstanceForType()static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseDelimitedFrom(InputStream input)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(byte[] data)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(InputStream input)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(ByteBuffer data)static UpdateTaxonomyRequestUpdateTaxonomyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type UpdateTaxonomyRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateTaxonomyRequest>UpdateTaxonomyRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerGrpc. getUpdateTaxonomyMethod()static com.google.protobuf.Parser<UpdateTaxonomyRequest>UpdateTaxonomyRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerClient. updateTaxonomyCallable()Updates a taxonomy, including its display name, description, and activated policy types.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerSettings.Builder. updateTaxonomySettings()Returns the builder for the settings used for calls to updateTaxonomy.com.google.api.gax.rpc.UnaryCallSettings<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerSettings. updateTaxonomySettings()Returns the object with the settings used for calls to updateTaxonomy.Methods in com.google.cloud.datacatalog.v1 with parameters of type UpdateTaxonomyRequest Modifier and Type Method Description UpdateTaxonomyRequest.BuilderUpdateTaxonomyRequest.Builder. mergeFrom(UpdateTaxonomyRequest other)static UpdateTaxonomyRequest.BuilderUpdateTaxonomyRequest. newBuilder(UpdateTaxonomyRequest prototype)TaxonomyPolicyTagManagerClient. updateTaxonomy(UpdateTaxonomyRequest request)Updates a taxonomy, including its display name, description, and activated policy types.default voidPolicyTagManagerGrpc.AsyncService. updateTaxonomy(UpdateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)Updates a taxonomy, including its display name, description, and activated policy types.TaxonomyPolicyTagManagerGrpc.PolicyTagManagerBlockingStub. updateTaxonomy(UpdateTaxonomyRequest request)Updates a taxonomy, including its display name, description, and activated policy types.com.google.common.util.concurrent.ListenableFuture<Taxonomy>PolicyTagManagerGrpc.PolicyTagManagerFutureStub. updateTaxonomy(UpdateTaxonomyRequest request)Updates a taxonomy, including its display name, description, and activated policy types.voidPolicyTagManagerGrpc.PolicyTagManagerStub. updateTaxonomy(UpdateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)Updates a taxonomy, including its display name, description, and activated policy types. -
Uses of UpdateTaxonomyRequest in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.stub that return types with arguments of type UpdateTaxonomyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateTaxonomyRequest,Taxonomy>GrpcPolicyTagManagerStub. updateTaxonomyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTaxonomyRequest,Taxonomy>HttpJsonPolicyTagManagerStub. updateTaxonomyCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerStub. updateTaxonomyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerStubSettings.Builder. updateTaxonomySettings()Returns the builder for the settings used for calls to updateTaxonomy.com.google.api.gax.rpc.UnaryCallSettings<UpdateTaxonomyRequest,Taxonomy>PolicyTagManagerStubSettings. updateTaxonomySettings()Returns the object with the settings used for calls to updateTaxonomy.
-