Uses of Class
com.google.cloud.datacatalog.v1beta1.CreateTaxonomyRequest
-
Packages that use CreateTaxonomyRequest Package Description com.google.cloud.datacatalog.v1beta1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1beta1.stub -
-
Uses of CreateTaxonomyRequest in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return CreateTaxonomyRequest Modifier and Type Method Description CreateTaxonomyRequest
CreateTaxonomyRequest.Builder. build()
CreateTaxonomyRequest
CreateTaxonomyRequest.Builder. buildPartial()
static CreateTaxonomyRequest
CreateTaxonomyRequest. getDefaultInstance()
CreateTaxonomyRequest
CreateTaxonomyRequest.Builder. getDefaultInstanceForType()
CreateTaxonomyRequest
CreateTaxonomyRequest. getDefaultInstanceForType()
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseDelimitedFrom(InputStream input)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(byte[] data)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(InputStream input)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(ByteBuffer data)
static CreateTaxonomyRequest
CreateTaxonomyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type CreateTaxonomyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerClient. createTaxonomyCallable()
Creates a taxonomy in the specified project.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerSettings.Builder. createTaxonomySettings()
Returns the builder for the settings used for calls to createTaxonomy.com.google.api.gax.rpc.UnaryCallSettings<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerSettings. createTaxonomySettings()
Returns the object with the settings used for calls to createTaxonomy.static io.grpc.MethodDescriptor<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerGrpc. getCreateTaxonomyMethod()
com.google.protobuf.Parser<CreateTaxonomyRequest>
CreateTaxonomyRequest. getParserForType()
static com.google.protobuf.Parser<CreateTaxonomyRequest>
CreateTaxonomyRequest. parser()
Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type CreateTaxonomyRequest Modifier and Type Method Description Taxonomy
PolicyTagManagerClient. createTaxonomy(CreateTaxonomyRequest request)
Creates a taxonomy in the specified project.default void
PolicyTagManagerGrpc.AsyncService. createTaxonomy(CreateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)
Creates a taxonomy in the specified project.Taxonomy
PolicyTagManagerGrpc.PolicyTagManagerBlockingStub. createTaxonomy(CreateTaxonomyRequest request)
Creates a taxonomy in the specified project.com.google.common.util.concurrent.ListenableFuture<Taxonomy>
PolicyTagManagerGrpc.PolicyTagManagerFutureStub. createTaxonomy(CreateTaxonomyRequest request)
Creates a taxonomy in the specified project.void
PolicyTagManagerGrpc.PolicyTagManagerStub. createTaxonomy(CreateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)
Creates a taxonomy in the specified project.CreateTaxonomyRequest.Builder
CreateTaxonomyRequest.Builder. mergeFrom(CreateTaxonomyRequest other)
static CreateTaxonomyRequest.Builder
CreateTaxonomyRequest. newBuilder(CreateTaxonomyRequest prototype)
-
Uses of CreateTaxonomyRequest in com.google.cloud.datacatalog.v1beta1.stub
Methods in com.google.cloud.datacatalog.v1beta1.stub that return types with arguments of type CreateTaxonomyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateTaxonomyRequest,Taxonomy>
GrpcPolicyTagManagerStub. createTaxonomyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateTaxonomyRequest,Taxonomy>
HttpJsonPolicyTagManagerStub. createTaxonomyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerStub. createTaxonomyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerStubSettings.Builder. createTaxonomySettings()
Returns the builder for the settings used for calls to createTaxonomy.com.google.api.gax.rpc.UnaryCallSettings<CreateTaxonomyRequest,Taxonomy>
PolicyTagManagerStubSettings. createTaxonomySettings()
Returns the object with the settings used for calls to createTaxonomy.
-