Uses of Class
com.google.cloud.dataplex.v1.Partition
-
Packages that use Partition Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of Partition in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Partition Modifier and Type Method Description Partition
Partition.Builder. build()
Partition
Partition.Builder. buildPartial()
Partition
MetadataServiceClient. createPartition(CreatePartitionRequest request)
Create a metadata partition.Partition
MetadataServiceClient. createPartition(EntityName parent, Partition partition)
Create a metadata partition.Partition
MetadataServiceClient. createPartition(String parent, Partition partition)
Create a metadata partition.Partition
MetadataServiceGrpc.MetadataServiceBlockingStub. createPartition(CreatePartitionRequest request)
Create a metadata partition.static Partition
Partition. getDefaultInstance()
Partition
Partition.Builder. getDefaultInstanceForType()
Partition
Partition. getDefaultInstanceForType()
Partition
CreatePartitionRequest.Builder. getPartition()
Required.Partition
CreatePartitionRequest. getPartition()
Required.Partition
CreatePartitionRequestOrBuilder. getPartition()
Required.Partition
MetadataServiceClient. getPartition(GetPartitionRequest request)
Get a metadata partition of an entity.Partition
MetadataServiceClient. getPartition(PartitionName name)
Get a metadata partition of an entity.Partition
MetadataServiceClient. getPartition(String name)
Get a metadata partition of an entity.Partition
MetadataServiceGrpc.MetadataServiceBlockingStub. getPartition(GetPartitionRequest request)
Get a metadata partition of an entity.Partition
ListPartitionsResponse.Builder. getPartitions(int index)
Partitions under the specified parent entity.Partition
ListPartitionsResponse. getPartitions(int index)
Partitions under the specified parent entity.Partition
ListPartitionsResponseOrBuilder. getPartitions(int index)
Partitions under the specified parent entity.static Partition
Partition. parseDelimitedFrom(InputStream input)
static Partition
Partition. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Partition
Partition. parseFrom(byte[] data)
static Partition
Partition. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Partition
Partition. parseFrom(com.google.protobuf.ByteString data)
static Partition
Partition. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Partition
Partition. parseFrom(com.google.protobuf.CodedInputStream input)
static Partition
Partition. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Partition
Partition. parseFrom(InputStream input)
static Partition
Partition. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Partition
Partition. parseFrom(ByteBuffer data)
static Partition
Partition. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Partition Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Partition>
MetadataServiceGrpc.MetadataServiceFutureStub. createPartition(CreatePartitionRequest request)
Create a metadata partition.com.google.api.gax.rpc.UnaryCallable<CreatePartitionRequest,Partition>
MetadataServiceClient. createPartitionCallable()
Create a metadata partition.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePartitionRequest,Partition>
MetadataServiceSettings.Builder. createPartitionSettings()
Returns the builder for the settings used for calls to createPartition.com.google.api.gax.rpc.UnaryCallSettings<CreatePartitionRequest,Partition>
MetadataServiceSettings. createPartitionSettings()
Returns the object with the settings used for calls to createPartition.static io.grpc.MethodDescriptor<CreatePartitionRequest,Partition>
MetadataServiceGrpc. getCreatePartitionMethod()
static io.grpc.MethodDescriptor<GetPartitionRequest,Partition>
MetadataServiceGrpc. getGetPartitionMethod()
com.google.protobuf.Parser<Partition>
Partition. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Partition>
MetadataServiceGrpc.MetadataServiceFutureStub. getPartition(GetPartitionRequest request)
Get a metadata partition of an entity.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.List<Partition>
ListPartitionsResponse.Builder. getPartitionsList()
Partitions under the specified parent entity.List<Partition>
ListPartitionsResponse. getPartitionsList()
Partitions under the specified parent entity.List<Partition>
ListPartitionsResponseOrBuilder. getPartitionsList()
Partitions under the specified parent entity.static com.google.protobuf.Parser<Partition>
Partition. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type Partition Modifier and Type Method Description ListPartitionsResponse.Builder
ListPartitionsResponse.Builder. addPartitions(int index, Partition value)
Partitions under the specified parent entity.ListPartitionsResponse.Builder
ListPartitionsResponse.Builder. addPartitions(Partition value)
Partitions under the specified parent entity.Partition
MetadataServiceClient. createPartition(EntityName parent, Partition partition)
Create a metadata partition.Partition
MetadataServiceClient. createPartition(String parent, Partition partition)
Create a metadata partition.Partition.Builder
Partition.Builder. mergeFrom(Partition other)
CreatePartitionRequest.Builder
CreatePartitionRequest.Builder. mergePartition(Partition value)
Required.static Partition.Builder
Partition. newBuilder(Partition prototype)
CreatePartitionRequest.Builder
CreatePartitionRequest.Builder. setPartition(Partition value)
Required.ListPartitionsResponse.Builder
ListPartitionsResponse.Builder. setPartitions(int index, Partition value)
Partitions under the specified parent entity.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type Partition Modifier and Type Method Description ListPartitionsResponse.Builder
ListPartitionsResponse.Builder. addAllPartitions(Iterable<? extends Partition> values)
Partitions under the specified parent entity.static com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPagedResponse>
MetadataServiceClient.ListPartitionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)
protected MetadataServiceClient.ListPartitionsPage
MetadataServiceClient.ListPartitionsPage. createPage(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ListPartitionsResponse response)
com.google.api.core.ApiFuture<MetadataServiceClient.ListPartitionsPage>
MetadataServiceClient.ListPartitionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, com.google.api.core.ApiFuture<ListPartitionsResponse> futureResponse)
default void
MetadataServiceGrpc.AsyncService. createPartition(CreatePartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)
Create a metadata partition.void
MetadataServiceGrpc.MetadataServiceStub. createPartition(CreatePartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)
Create a metadata partition.default void
MetadataServiceGrpc.AsyncService. getPartition(GetPartitionRequest request, io.grpc.stub.StreamObserver<Partition> responseObserver)
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. -
Uses of Partition in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type Partition Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreatePartitionRequest,Partition>
GrpcMetadataServiceStub. createPartitionCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePartitionRequest,Partition>
HttpJsonMetadataServiceStub. createPartitionCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePartitionRequest,Partition>
MetadataServiceStub. createPartitionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreatePartitionRequest,Partition>
MetadataServiceStubSettings.Builder. createPartitionSettings()
Returns the builder for the settings used for calls to createPartition.com.google.api.gax.rpc.UnaryCallSettings<CreatePartitionRequest,Partition>
MetadataServiceStubSettings. createPartitionSettings()
Returns the object with the settings used for calls to createPartition.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.
-