Interface KeyRangeOrBuilder (6.62.0)

public interface KeyRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLimit()

public abstract ValueList getLimit()

The end key of this KeyRange.

.google.spanner.executor.v1.ValueList limit = 2;

Returns
TypeDescription
ValueList

The limit.

getLimitOrBuilder()

public abstract ValueListOrBuilder getLimitOrBuilder()

The end key of this KeyRange.

.google.spanner.executor.v1.ValueList limit = 2;

Returns
TypeDescription
ValueListOrBuilder

getStart()

public abstract 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
TypeDescription
ValueList

The start.

getStartOrBuilder()

public abstract 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
TypeDescription
ValueListOrBuilder

getType()

public abstract KeyRange.Type getType()

"start" and "limit" type for this KeyRange.

optional .google.spanner.executor.v1.KeyRange.Type type = 3;

Returns
TypeDescription
KeyRange.Type

The type.

getTypeValue()

public abstract int getTypeValue()

"start" and "limit" type for this KeyRange.

optional .google.spanner.executor.v1.KeyRange.Type type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasLimit()

public abstract boolean hasLimit()

The end key of this KeyRange.

.google.spanner.executor.v1.ValueList limit = 2;

Returns
TypeDescription
boolean

Whether the limit field is set.

hasStart()

public abstract 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
TypeDescription
boolean

Whether the start field is set.

hasType()

public abstract boolean hasType()

"start" and "limit" type for this KeyRange.

optional .google.spanner.executor.v1.KeyRange.Type type = 3;

Returns
TypeDescription
boolean

Whether the type field is set.