Uses of Class
com.google.cloud.dataplex.v1.GetPartitionRequest
-
Packages that use GetPartitionRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetPartitionRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetPartitionRequest Modifier and Type Method Description GetPartitionRequestGetPartitionRequest.Builder. build()GetPartitionRequestGetPartitionRequest.Builder. buildPartial()static GetPartitionRequestGetPartitionRequest. getDefaultInstance()GetPartitionRequestGetPartitionRequest.Builder. getDefaultInstanceForType()GetPartitionRequestGetPartitionRequest. getDefaultInstanceForType()static GetPartitionRequestGetPartitionRequest. parseDelimitedFrom(InputStream input)static GetPartitionRequestGetPartitionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPartitionRequestGetPartitionRequest. parseFrom(byte[] data)static GetPartitionRequestGetPartitionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPartitionRequestGetPartitionRequest. parseFrom(com.google.protobuf.ByteString data)static GetPartitionRequestGetPartitionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPartitionRequestGetPartitionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPartitionRequestGetPartitionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPartitionRequestGetPartitionRequest. parseFrom(InputStream input)static GetPartitionRequestGetPartitionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPartitionRequestGetPartitionRequest. parseFrom(ByteBuffer data)static GetPartitionRequestGetPartitionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetPartitionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPartitionRequest,Partition>MetadataServiceGrpc. getGetPartitionMethod()com.google.protobuf.Parser<GetPartitionRequest>GetPartitionRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetPartitionRequest,Partition>MetadataServiceClient. getPartitionCallable()Get a metadata partition of an entity.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPartitionRequest,Partition>MetadataServiceSettings.Builder. getPartitionSettings()Returns the builder for the settings used for calls to getPartition.com.google.api.gax.rpc.UnaryCallSettings<GetPartitionRequest,Partition>MetadataServiceSettings. getPartitionSettings()Returns the object with the settings used for calls to getPartition.static com.google.protobuf.Parser<GetPartitionRequest>GetPartitionRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type GetPartitionRequest Modifier and Type Method Description PartitionMetadataServiceClient. getPartition(GetPartitionRequest request)Get a metadata partition of an entity.default voidMetadataServiceGrpc.AsyncService. getPartition(GetPartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)Get a metadata partition of an entity.PartitionMetadataServiceGrpc.MetadataServiceBlockingStub. getPartition(GetPartitionRequest request)Get a metadata partition of an entity.com.google.common.util.concurrent.ListenableFuture<Partition>MetadataServiceGrpc.MetadataServiceFutureStub. getPartition(GetPartitionRequest request)Get a metadata partition of an entity.voidMetadataServiceGrpc.MetadataServiceStub. getPartition(GetPartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)Get a metadata partition of an entity.GetPartitionRequest.BuilderGetPartitionRequest.Builder. mergeFrom(GetPartitionRequest other)static GetPartitionRequest.BuilderGetPartitionRequest. newBuilder(GetPartitionRequest prototype) -
Uses of GetPartitionRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetPartitionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPartitionRequest,Partition>GrpcMetadataServiceStub. getPartitionCallable()com.google.api.gax.rpc.UnaryCallable<GetPartitionRequest,Partition>HttpJsonMetadataServiceStub. getPartitionCallable()com.google.api.gax.rpc.UnaryCallable<GetPartitionRequest,Partition>MetadataServiceStub. getPartitionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPartitionRequest,Partition>MetadataServiceStubSettings.Builder. getPartitionSettings()Returns the builder for the settings used for calls to getPartition.com.google.api.gax.rpc.UnaryCallSettings<GetPartitionRequest,Partition>MetadataServiceStubSettings. getPartitionSettings()Returns the object with the settings used for calls to getPartition.
-