public interface KeyRangeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ListValue |
getEndClosed()
If the end is closed, then the range includes all rows whose
first `len(end_closed)` key columns exactly match `end_closed`.
|
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() |
ListValue |
getEndOpen()
If the end is open, then the range excludes rows whose first
`len(end_open)` key columns exactly match `end_open`.
|
ListValueOrBuilder |
getEndOpenOrBuilder()
If the end is open, then the range excludes rows whose first
`len(end_open)` key columns exactly match `end_open`.
|
ListValue |
getStartClosed()
If the start is closed, then the range includes all rows whose
first `len(start_closed)` key columns exactly match `start_closed`.
|
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() |
ListValue |
getStartOpen()
If the start is open, then the range excludes rows whose first
`len(start_open)` key columns exactly match `start_open`.
|
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, hasOneof
isInitialized
boolean 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;
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;
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;
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;
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;
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;
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;
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;
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.