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 UpdateTaxonomyRequest
UpdateTaxonomyRequest.Builder. build()
UpdateTaxonomyRequest
UpdateTaxonomyRequest.Builder. buildPartial()
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. getDefaultInstance()
UpdateTaxonomyRequest
UpdateTaxonomyRequest.Builder. getDefaultInstanceForType()
UpdateTaxonomyRequest
UpdateTaxonomyRequest. getDefaultInstanceForType()
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseDelimitedFrom(InputStream input)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(byte[] data)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(InputStream input)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. parseFrom(ByteBuffer data)
static UpdateTaxonomyRequest
UpdateTaxonomyRequest. 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.Builder
UpdateTaxonomyRequest.Builder. mergeFrom(UpdateTaxonomyRequest other)
static UpdateTaxonomyRequest.Builder
UpdateTaxonomyRequest. newBuilder(UpdateTaxonomyRequest prototype)
Taxonomy
PolicyTagManagerClient. updateTaxonomy(UpdateTaxonomyRequest request)
Updates a taxonomy, including its display name, description, and activated policy types.default void
PolicyTagManagerGrpc.AsyncService. updateTaxonomy(UpdateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)
Updates a taxonomy, including its display name, description, and activated policy types.Taxonomy
PolicyTagManagerGrpc.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.void
PolicyTagManagerGrpc.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.
-