- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class KeyRange.Builder extends GeneratedMessage.Builder<KeyRange.Builder> implements KeyRangeOrBuilderKeyRange represents a range of rows in a table or index.
A range has a start key and an end key. These keys can be open or closed, indicating if the range includes rows with that key.
Keys are represented by "ValueList", where the ith value in the list corresponds to the ith component of the table or index primary key.
Protobuf type google.spanner.executor.v1.KeyRange
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > KeyRange.BuilderImplements
KeyRangeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public KeyRange build()| Returns | |
|---|---|
| Type | Description |
KeyRange |
|
buildPartial()
public KeyRange buildPartial()| Returns | |
|---|---|
| Type | Description |
KeyRange |
|
clear()
public KeyRange.Builder clear()| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
clearLimit()
public KeyRange.Builder clearLimit()The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
clearStart()
public KeyRange.Builder clearStart()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
clearType()
public KeyRange.Builder clearType()"start" and "limit" type for this KeyRange.
optional .google.spanner.executor.v1.KeyRange.Type type = 3;
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public KeyRange getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
KeyRange |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLimit()
public ValueList getLimit()The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Returns | |
|---|---|
| Type | Description |
ValueList |
The limit. |
getLimitBuilder()
public ValueList.Builder getLimitBuilder()The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Returns | |
|---|---|
| Type | Description |
ValueList.Builder |
|
getLimitOrBuilder()
public ValueListOrBuilder getLimitOrBuilder()The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Returns | |
|---|---|
| Type | Description |
ValueListOrBuilder |
|
getStart()
public ValueList getStart()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Returns | |
|---|---|
| Type | Description |
ValueList |
The start. |
getStartBuilder()
public ValueList.Builder getStartBuilder()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Returns | |
|---|---|
| Type | Description |
ValueList.Builder |
|
getStartOrBuilder()
public ValueListOrBuilder getStartOrBuilder()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Returns | |
|---|---|
| Type | Description |
ValueListOrBuilder |
|
getType()
public KeyRange.Type getType()"start" and "limit" type for this KeyRange.
optional .google.spanner.executor.v1.KeyRange.Type type = 3;
| Returns | |
|---|---|
| Type | Description |
KeyRange.Type |
The type. |
getTypeValue()
public int getTypeValue()"start" and "limit" type for this KeyRange.
optional .google.spanner.executor.v1.KeyRange.Type type = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
hasLimit()
public boolean hasLimit()The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the limit field is set. |
hasStart()
public boolean hasStart()"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |
hasType()
public boolean hasType()"start" and "limit" type for this KeyRange.
optional .google.spanner.executor.v1.KeyRange.Type type = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public KeyRange.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public KeyRange.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
mergeFrom(KeyRange other)
public KeyRange.Builder mergeFrom(KeyRange other)| Parameter | |
|---|---|
| Name | Description |
other |
KeyRange |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
mergeLimit(ValueList value)
public KeyRange.Builder mergeLimit(ValueList value)The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ValueList |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
mergeStart(ValueList value)
public KeyRange.Builder mergeStart(ValueList value)"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ValueList |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
setLimit(ValueList value)
public KeyRange.Builder setLimit(ValueList value)The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ValueList |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
setLimit(ValueList.Builder builderForValue)
public KeyRange.Builder setLimit(ValueList.Builder builderForValue)The end key of this KeyRange.
.google.spanner.executor.v1.ValueList limit = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ValueList.Builder |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
setStart(ValueList value)
public KeyRange.Builder setStart(ValueList value)"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ValueList |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
setStart(ValueList.Builder builderForValue)
public KeyRange.Builder setStart(ValueList.Builder builderForValue)"start" and "limit" must have the same number of key parts, though they may name only a prefix of the table or index key. The start key of this KeyRange.
.google.spanner.executor.v1.ValueList start = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ValueList.Builder |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
|
setType(KeyRange.Type value)
public KeyRange.Builder setType(KeyRange.Type value)"start" and "limit" type for this KeyRange.
optional .google.spanner.executor.v1.KeyRange.Type type = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
KeyRange.TypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
This builder for chaining. |
setTypeValue(int value)
public KeyRange.Builder setTypeValue(int value)"start" and "limit" type for this KeyRange.
optional .google.spanner.executor.v1.KeyRange.Type type = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
KeyRange.Builder |
This builder for chaining. |