ReadRequest.Builder.clear()
If this is for a partitioned read and this field is set to `true`, the
request will be executed via Spanner independent compute resources.
ReadRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
If greater than zero, only the first `limit` rows are yielded.
ReadRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
If present, results will be restricted to the specified partition
previously created using PartitionRead().
Common options for this request.
If this request is resuming a previously interrupted read,
`resume_token` should be copied from the last
[PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
ReadRequest.Builder.clone()
ReadRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReadRequest.Builder.mergeFrom(com.google.protobuf.Message other)
Common options for this request.
ReadRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
If this is for a partitioned read and this field is set to `true`, the
request will be executed via Spanner independent compute resources.
ReadRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
ReadRequest.Builder.setIndexBytes(com.google.protobuf.ByteString value)
If non-empty, the name of an index on [table][google.spanner.v1.ReadRequest.table].
ReadRequest.Builder.setLimit(long value)
If greater than zero, only the first `limit` rows are yielded.
If present, results will be restricted to the specified partition
previously created using PartitionRead().
ReadRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
Common options for this request.
Common options for this request.
ReadRequest.Builder.setResumeToken(com.google.protobuf.ByteString value)
If this request is resuming a previously interrupted read,
`resume_token` should be copied from the last
[PartialResultSet][google.spanner.v1.PartialResultSet] yielded before the interruption.
ReadRequest.Builder.setTableBytes(com.google.protobuf.ByteString value)
ReadRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)