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 GetPartitionRequest
GetPartitionRequest.Builder. build()
GetPartitionRequest
GetPartitionRequest.Builder. buildPartial()
static GetPartitionRequest
GetPartitionRequest. getDefaultInstance()
GetPartitionRequest
GetPartitionRequest.Builder. getDefaultInstanceForType()
GetPartitionRequest
GetPartitionRequest. getDefaultInstanceForType()
static GetPartitionRequest
GetPartitionRequest. parseDelimitedFrom(InputStream input)
static GetPartitionRequest
GetPartitionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPartitionRequest
GetPartitionRequest. parseFrom(byte[] data)
static GetPartitionRequest
GetPartitionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPartitionRequest
GetPartitionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPartitionRequest
GetPartitionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPartitionRequest
GetPartitionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPartitionRequest
GetPartitionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPartitionRequest
GetPartitionRequest. parseFrom(InputStream input)
static GetPartitionRequest
GetPartitionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPartitionRequest
GetPartitionRequest. parseFrom(ByteBuffer data)
static GetPartitionRequest
GetPartitionRequest. 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 Partition
MetadataServiceClient. getPartition(GetPartitionRequest request)
Get a metadata partition of an entity.default void
MetadataServiceGrpc.AsyncService. getPartition(GetPartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)
Get a metadata partition of an entity.Partition
MetadataServiceGrpc.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.void
MetadataServiceGrpc.MetadataServiceStub. getPartition(GetPartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)
Get a metadata partition of an entity.GetPartitionRequest.Builder
GetPartitionRequest.Builder. mergeFrom(GetPartitionRequest other)
static GetPartitionRequest.Builder
GetPartitionRequest. 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.
-