public interface SequenceEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCache()
Indicates number of entries to cache / precreate.
|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
boolean |
getCycle()
Indicates whether the sequence value should cycle through.
|
long |
getIncrement()
Increment value for the sequence.
|
com.google.protobuf.ByteString |
getMaxValue()
Maximum number for the sequence represented as bytes to accommodate large.
|
com.google.protobuf.ByteString |
getMinValue()
Minimum number for the sequence represented as bytes to accommodate large.
|
com.google.protobuf.ByteString |
getStartValue()
Start number for the sequence represented as bytes to accommodate large.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getIncrement()
Increment value for the sequence.
int64 increment = 1;com.google.protobuf.ByteString getStartValue()
Start number for the sequence represented as bytes to accommodate large. numbers
bytes start_value = 2;com.google.protobuf.ByteString getMaxValue()
Maximum number for the sequence represented as bytes to accommodate large. numbers
bytes max_value = 3;com.google.protobuf.ByteString getMinValue()
Minimum number for the sequence represented as bytes to accommodate large. numbers
bytes min_value = 4;boolean getCycle()
Indicates whether the sequence value should cycle through.
bool cycle = 5;long getCache()
Indicates number of entries to cache / precreate.
int64 cache = 6;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 7;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 7;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 7;Copyright © 2024 Google LLC. All rights reserved.