Interface SequenceEntityOrBuilder (2.29.0)

public interface SequenceEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCache()

public abstract long getCache()

Indicates number of entries to cache / precreate.

int64 cache = 6;

Returns
TypeDescription
long

The cache.

getCustomFeatures()

public abstract Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 7;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public abstract StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 7;

Returns
TypeDescription
StructOrBuilder

getCycle()

public abstract boolean getCycle()

Indicates whether the sequence value should cycle through.

bool cycle = 5;

Returns
TypeDescription
boolean

The cycle.

getIncrement()

public abstract long getIncrement()

Increment value for the sequence.

int64 increment = 1;

Returns
TypeDescription
long

The increment.

getMaxValue()

public abstract ByteString getMaxValue()

Maximum number for the sequence represented as bytes to accommodate large. numbers

bytes max_value = 3;

Returns
TypeDescription
ByteString

The maxValue.

getMinValue()

public abstract ByteString getMinValue()

Minimum number for the sequence represented as bytes to accommodate large. numbers

bytes min_value = 4;

Returns
TypeDescription
ByteString

The minValue.

getStartValue()

public abstract ByteString getStartValue()

Start number for the sequence represented as bytes to accommodate large. numbers

bytes start_value = 2;

Returns
TypeDescription
ByteString

The startValue.

hasCustomFeatures()

public abstract boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 7;

Returns
TypeDescription
boolean

Whether the customFeatures field is set.