Uses of Class
com.google.spanner.v1.Partition
-
Packages that use Partition Package Description com.google.spanner.v1 -
-
Uses of Partition in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Partition Modifier and Type Method Description Partition
Partition.Builder. build()
Partition
Partition.Builder. buildPartial()
static Partition
Partition. getDefaultInstance()
Partition
Partition.Builder. getDefaultInstanceForType()
Partition
Partition. getDefaultInstanceForType()
Partition
PartitionResponse.Builder. getPartitions(int index)
Partitions created by this request.Partition
PartitionResponse. getPartitions(int index)
Partitions created by this request.Partition
PartitionResponseOrBuilder. getPartitions(int index)
Partitions created by this request.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.spanner.v1 that return types with arguments of type Partition Modifier and Type Method Description com.google.protobuf.Parser<Partition>
Partition. getParserForType()
List<Partition>
PartitionResponse.Builder. getPartitionsList()
Partitions created by this request.List<Partition>
PartitionResponse. getPartitionsList()
Partitions created by this request.List<Partition>
PartitionResponseOrBuilder. getPartitionsList()
Partitions created by this request.static com.google.protobuf.Parser<Partition>
Partition. parser()
Methods in com.google.spanner.v1 with parameters of type Partition Modifier and Type Method Description PartitionResponse.Builder
PartitionResponse.Builder. addPartitions(int index, Partition value)
Partitions created by this request.PartitionResponse.Builder
PartitionResponse.Builder. addPartitions(Partition value)
Partitions created by this request.Partition.Builder
Partition.Builder. mergeFrom(Partition other)
static Partition.Builder
Partition. newBuilder(Partition prototype)
PartitionResponse.Builder
PartitionResponse.Builder. setPartitions(int index, Partition value)
Partitions created by this request.Method parameters in com.google.spanner.v1 with type arguments of type Partition Modifier and Type Method Description PartitionResponse.Builder
PartitionResponse.Builder. addAllPartitions(Iterable<? extends Partition> values)
Partitions created by this request.
-