Interface KeyRangeOrBuilder (6.65.1)

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
Type Description
ValueList

The limit.

getLimitOrBuilder()

public abstract ValueListOrBuilder getLimitOrBuilder()

The end key of this KeyRange.

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

Returns
Type Description
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
Type Description
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
Type Description
ValueListOrBuilder

getType()

public abstract 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 abstract 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 abstract 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 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
Type Description
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
Type Description
boolean

Whether the type field is set.