Uses of Interface
com.google.cloud.dataplex.v1.PartitionOrBuilder
-
Packages that use PartitionOrBuilder Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of PartitionOrBuilder in com.google.cloud.dataplex.v1
Classes in com.google.cloud.dataplex.v1 that implement PartitionOrBuilder Modifier and Type Class Description class
Partition
Represents partition metadata contained within entity instances.static class
Partition.Builder
Represents partition metadata contained within entity instances.Methods in com.google.cloud.dataplex.v1 that return PartitionOrBuilder Modifier and Type Method Description PartitionOrBuilder
CreatePartitionRequest.Builder. getPartitionOrBuilder()
Required.PartitionOrBuilder
CreatePartitionRequest. getPartitionOrBuilder()
Required.PartitionOrBuilder
CreatePartitionRequestOrBuilder. getPartitionOrBuilder()
Required.PartitionOrBuilder
ListPartitionsResponse.Builder. getPartitionsOrBuilder(int index)
Partitions under the specified parent entity.PartitionOrBuilder
ListPartitionsResponse. getPartitionsOrBuilder(int index)
Partitions under the specified parent entity.PartitionOrBuilder
ListPartitionsResponseOrBuilder. getPartitionsOrBuilder(int index)
Partitions under the specified parent entity.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type PartitionOrBuilder Modifier and Type Method Description List<? extends PartitionOrBuilder>
ListPartitionsResponse.Builder. getPartitionsOrBuilderList()
Partitions under the specified parent entity.List<? extends PartitionOrBuilder>
ListPartitionsResponse. getPartitionsOrBuilderList()
Partitions under the specified parent entity.List<? extends PartitionOrBuilder>
ListPartitionsResponseOrBuilder. getPartitionsOrBuilderList()
Partitions under the specified parent entity.
-