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.BuilderModifier and TypeMethodDescriptionPartitionResponse.Builder.addPartitionsBuilder()Partitions created by this request.PartitionResponse.Builder.addPartitionsBuilder(int index) Partitions created by this request.Partition.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Partition.Builder.clear()Partition.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Partition.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.clone()PartitionResponse.Builder.getPartitionsBuilder(int index) Partitions created by this request.Partition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Partition.Builder.mergeFrom(com.google.protobuf.Message other) final Partition.BuilderPartition.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Partition.BuilderPartition.newBuilder()static Partition.BuilderPartition.newBuilder(Partition prototype) Partition.newBuilderForType()protected Partition.BuilderPartition.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Partition.BuilderPartition.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Partition.toBuilder()Methods in com.google.spanner.v1 that return types with arguments of type Partition.BuilderModifier and TypeMethodDescriptionPartitionResponse.Builder.getPartitionsBuilderList()Partitions created by this request.Methods in com.google.spanner.v1 with parameters of type Partition.BuilderModifier and TypeMethodDescriptionPartitionResponse.Builder.addPartitions(int index, Partition.Builder builderForValue) Partitions created by this request.PartitionResponse.Builder.addPartitions(Partition.Builder builderForValue) Partitions created by this request.PartitionResponse.Builder.setPartitions(int index, Partition.Builder builderForValue) Partitions created by this request.