Uses of Class
com.google.cloud.datacatalog.v1.CreateTaxonomyRequest
-
Packages that use CreateTaxonomyRequest Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of CreateTaxonomyRequest in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return CreateTaxonomyRequest Modifier and Type Method Description CreateTaxonomyRequestCreateTaxonomyRequest.Builder. build()CreateTaxonomyRequestCreateTaxonomyRequest.Builder. buildPartial()static CreateTaxonomyRequestCreateTaxonomyRequest. getDefaultInstance()CreateTaxonomyRequestCreateTaxonomyRequest.Builder. getDefaultInstanceForType()CreateTaxonomyRequestCreateTaxonomyRequest. getDefaultInstanceForType()static CreateTaxonomyRequestCreateTaxonomyRequest. parseDelimitedFrom(InputStream input)static CreateTaxonomyRequestCreateTaxonomyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(byte[] data)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(InputStream input)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(ByteBuffer data)static CreateTaxonomyRequestCreateTaxonomyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1 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 a 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.v1 with parameters of type CreateTaxonomyRequest Modifier and Type Method Description TaxonomyPolicyTagManagerClient. createTaxonomy(CreateTaxonomyRequest request)Creates a taxonomy in a specified project.default voidPolicyTagManagerGrpc.AsyncService. createTaxonomy(CreateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)Creates a taxonomy in a specified project.TaxonomyPolicyTagManagerGrpc.PolicyTagManagerBlockingStub. createTaxonomy(CreateTaxonomyRequest request)Creates a taxonomy in a specified project.com.google.common.util.concurrent.ListenableFuture<Taxonomy>PolicyTagManagerGrpc.PolicyTagManagerFutureStub. createTaxonomy(CreateTaxonomyRequest request)Creates a taxonomy in a specified project.voidPolicyTagManagerGrpc.PolicyTagManagerStub. createTaxonomy(CreateTaxonomyRequest request, io.grpc.stub.StreamObserver<Taxonomy> responseObserver)Creates a taxonomy in a specified project.CreateTaxonomyRequest.BuilderCreateTaxonomyRequest.Builder. mergeFrom(CreateTaxonomyRequest other)static CreateTaxonomyRequest.BuilderCreateTaxonomyRequest. newBuilder(CreateTaxonomyRequest prototype) -
Uses of CreateTaxonomyRequest in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.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.
-