Uses of Class
com.google.spanner.v1.Partition.Builder
-
Packages that use Partition.Builder Package Description com.google.spanner.v1 -
-
Uses of Partition.Builder in com.google.spanner.v1
Methods in com.google.spanner.v1 that return Partition.Builder Modifier and Type Method Description Partition.Builder
PartitionResponse.Builder. addPartitionsBuilder()
Partitions created by this request.Partition.Builder
PartitionResponse.Builder. addPartitionsBuilder(int index)
Partitions created by this request.Partition.Builder
Partition.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Partition.Builder
Partition.Builder. clear()
Partition.Builder
Partition.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Partition.Builder
Partition.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Partition.Builder
Partition.Builder. clearPartitionToken()
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.Partition.Builder
Partition.Builder. clone()
Partition.Builder
PartitionResponse.Builder. getPartitionsBuilder(int index)
Partitions created by this request.Partition.Builder
Partition.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Partition.Builder
Partition.Builder. mergeFrom(com.google.protobuf.Message other)
Partition.Builder
Partition.Builder. mergeFrom(Partition other)
Partition.Builder
Partition.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Partition.Builder
Partition. newBuilder()
static Partition.Builder
Partition. newBuilder(Partition prototype)
Partition.Builder
Partition. newBuilderForType()
protected Partition.Builder
Partition. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Partition.Builder
Partition.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Partition.Builder
Partition.Builder. setPartitionToken(com.google.protobuf.ByteString value)
This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.Partition.Builder
Partition.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Partition.Builder
Partition.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Partition.Builder
Partition. toBuilder()
Methods in com.google.spanner.v1 that return types with arguments of type Partition.Builder Modifier and Type Method Description List<Partition.Builder>
PartitionResponse.Builder. getPartitionsBuilderList()
Partitions created by this request.Methods in com.google.spanner.v1 with parameters of type Partition.Builder Modifier and Type Method Description PartitionResponse.Builder
PartitionResponse.Builder. addPartitions(int index, Partition.Builder builderForValue)
Partitions created by this request.PartitionResponse.Builder
PartitionResponse.Builder. addPartitions(Partition.Builder builderForValue)
Partitions created by this request.PartitionResponse.Builder
PartitionResponse.Builder. setPartitions(int index, Partition.Builder builderForValue)
Partitions created by this request.
-