Uses of Class
com.google.spanner.v1.Partition.Builder
-
-
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.BuilderPartitionResponse.Builder. addPartitionsBuilder()Partitions created by this request.Partition.BuilderPartitionResponse.Builder. addPartitionsBuilder(int index)Partitions created by this request.Partition.BuilderPartition.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Partition.BuilderPartition.Builder. clear()Partition.BuilderPartition.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Partition.BuilderPartition.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Partition.BuilderPartition.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.BuilderPartition.Builder. clone()Partition.BuilderPartitionResponse.Builder. getPartitionsBuilder(int index)Partitions created by this request.Partition.BuilderPartition.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Partition.BuilderPartition.Builder. mergeFrom(com.google.protobuf.Message other)Partition.BuilderPartition.Builder. mergeFrom(Partition other)Partition.BuilderPartition.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Partition.BuilderPartition. newBuilder()static Partition.BuilderPartition. newBuilder(Partition prototype)Partition.BuilderPartition. newBuilderForType()protected Partition.BuilderPartition. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Partition.BuilderPartition.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Partition.BuilderPartition.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.BuilderPartition.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Partition.BuilderPartition.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Partition.BuilderPartition. 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.BuilderPartitionResponse.Builder. addPartitions(int index, Partition.Builder builderForValue)Partitions created by this request.PartitionResponse.BuilderPartitionResponse.Builder. addPartitions(Partition.Builder builderForValue)Partitions created by this request.PartitionResponse.BuilderPartitionResponse.Builder. setPartitions(int index, Partition.Builder builderForValue)Partitions created by this request.
-