Skip to content

Commit

Permalink
update java doc for v1 ReadRowsRequest methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jhambleton committed Oct 27, 2021
1 parent c253c40 commit ef8fde2
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ public com.google.protobuf.ByteString getReadStreamBytes() {
*
*
* <pre>
* The offset requested must be less than the last row read from Read.
* Requesting a larger offset is undefined. If not specified, start reading
* from offset zero.
* Position in the stream.
* </pre>
*
* <code>int64 offset = 2;</code>
Expand Down Expand Up @@ -643,9 +641,7 @@ public Builder setReadStreamBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* The offset requested must be less than the last row read from Read.
* Requesting a larger offset is undefined. If not specified, start reading
* from offset zero.
* Position in the stream.
* </pre>
*
* <code>int64 offset = 2;</code>
Expand All @@ -660,7 +656,7 @@ public long getOffset() {
*
*
* <pre>
* The offset requested must be less than the last row read from Read.
* The offset requested must be less than the maximum row previously read in the stream.
* Requesting a larger offset is undefined. If not specified, start reading
* from offset zero.
* </pre>
Expand All @@ -680,9 +676,7 @@ public Builder setOffset(long value) {
*
*
* <pre>
* The offset requested must be less than the last row read from Read.
* Requesting a larger offset is undefined. If not specified, start reading
* from offset zero.
* Reset offset to zero.
* </pre>
*
* <code>int64 offset = 2;</code>
Expand Down

0 comments on commit ef8fde2

Please sign in to comment.