public interface SequenceEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCache()
public abstract long getCache()Indicates number of entries to cache / precreate.
int64 cache = 6;
| Returns | |
|---|---|
| Type | Description |
long |
The cache. |
getCustomFeatures()
public abstract Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesOrBuilder()
public abstract StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getCycle()
public abstract boolean getCycle()Indicates whether the sequence value should cycle through.
bool cycle = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
The cycle. |
getIncrement()
public abstract long getIncrement()Increment value for the sequence.
int64 increment = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The startValue. |
hasCustomFeatures()
public abstract boolean hasCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customFeatures field is set. |