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