public interface KeyRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ListValue |
getEndClosed()
If the end is closed, then the range includes all rows whose
first `len(end_closed)` key columns exactly match `end_closed`.
|
com.google.protobuf.ListValueOrBuilder |
getEndClosedOrBuilder()
If the end is closed, then the range includes all rows whose
first `len(end_closed)` key columns exactly match `end_closed`.
|
KeyRange.EndKeyTypeCase |
getEndKeyTypeCase() |
com.google.protobuf.ListValue |
getEndOpen()
If the end is open, then the range excludes rows whose first
`len(end_open)` key columns exactly match `end_open`.
|
com.google.protobuf.ListValueOrBuilder |
getEndOpenOrBuilder()
If the end is open, then the range excludes rows whose first
`len(end_open)` key columns exactly match `end_open`.
|
com.google.protobuf.ListValue |
getStartClosed()
If the start is closed, then the range includes all rows whose
first `len(start_closed)` key columns exactly match `start_closed`.
|
com.google.protobuf.ListValueOrBuilder |
getStartClosedOrBuilder()
If the start is closed, then the range includes all rows whose
first `len(start_closed)` key columns exactly match `start_closed`.
|
KeyRange.StartKeyTypeCase |
getStartKeyTypeCase() |
com.google.protobuf.ListValue |
getStartOpen()
If the start is open, then the range excludes rows whose first
`len(start_open)` key columns exactly match `start_open`.
|
com.google.protobuf.ListValueOrBuilder |
getStartOpenOrBuilder()
If the start is open, then the range excludes rows whose first
`len(start_open)` key columns exactly match `start_open`.
|
boolean |
hasEndClosed()
If the end is closed, then the range includes all rows whose
first `len(end_closed)` key columns exactly match `end_closed`.
|
boolean |
hasEndOpen()
If the end is open, then the range excludes rows whose first
`len(end_open)` key columns exactly match `end_open`.
|
boolean |
hasStartClosed()
If the start is closed, then the range includes all rows whose
first `len(start_closed)` key columns exactly match `start_closed`.
|
boolean |
hasStartOpen()
If the start is open, then the range excludes rows whose first
`len(start_open)` key columns exactly match `start_open`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartClosed()
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
.google.protobuf.ListValue start_closed = 1;com.google.protobuf.ListValue getStartClosed()
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
.google.protobuf.ListValue start_closed = 1;com.google.protobuf.ListValueOrBuilder getStartClosedOrBuilder()
If the start is closed, then the range includes all rows whose first `len(start_closed)` key columns exactly match `start_closed`.
.google.protobuf.ListValue start_closed = 1;boolean hasStartOpen()
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
.google.protobuf.ListValue start_open = 2;com.google.protobuf.ListValue getStartOpen()
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
.google.protobuf.ListValue start_open = 2;com.google.protobuf.ListValueOrBuilder getStartOpenOrBuilder()
If the start is open, then the range excludes rows whose first `len(start_open)` key columns exactly match `start_open`.
.google.protobuf.ListValue start_open = 2;boolean hasEndClosed()
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
.google.protobuf.ListValue end_closed = 3;com.google.protobuf.ListValue getEndClosed()
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
.google.protobuf.ListValue end_closed = 3;com.google.protobuf.ListValueOrBuilder getEndClosedOrBuilder()
If the end is closed, then the range includes all rows whose first `len(end_closed)` key columns exactly match `end_closed`.
.google.protobuf.ListValue end_closed = 3;boolean hasEndOpen()
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
.google.protobuf.ListValue end_open = 4;com.google.protobuf.ListValue getEndOpen()
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
.google.protobuf.ListValue end_open = 4;com.google.protobuf.ListValueOrBuilder getEndOpenOrBuilder()
If the end is open, then the range excludes rows whose first `len(end_open)` key columns exactly match `end_open`.
.google.protobuf.ListValue end_open = 4;KeyRange.StartKeyTypeCase getStartKeyTypeCase()
KeyRange.EndKeyTypeCase getEndKeyTypeCase()
Copyright © 2022 Google LLC. All rights reserved.