Reference documentation and code samples for the Google Cloud Dms V1 Client class SequenceEntity.
Sequence's parent is a schema.
Generated from protobuf message google.cloud.clouddms.v1.SequenceEntity
Namespace
Google \ Cloud \ CloudDms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ increment
int|string
Increment value for the sequence.
↳ start_value
string
Start number for the sequence represented as bytes to accommodate large. numbers
↳ max_value
string
Maximum number for the sequence represented as bytes to accommodate large. numbers
↳ min_value
string
Minimum number for the sequence represented as bytes to accommodate large. numbers
↳ cycle
bool
Indicates whether the sequence value should cycle through.
↳ cache
int|string
Indicates number of entries to cache / precreate.
↳ custom_features
getIncrement
Increment value for the sequence.
int|string
setIncrement
Increment value for the sequence.
var
int|string
$this
getStartValue
Start number for the sequence represented as bytes to accommodate large.
numbers
string
setStartValue
Start number for the sequence represented as bytes to accommodate large.
numbers
var
string
$this
getMaxValue
Maximum number for the sequence represented as bytes to accommodate large.
numbers
string
setMaxValue
Maximum number for the sequence represented as bytes to accommodate large.
numbers
var
string
$this
getMinValue
Minimum number for the sequence represented as bytes to accommodate large.
numbers
string
setMinValue
Minimum number for the sequence represented as bytes to accommodate large.
numbers
var
string
$this
getCycle
Indicates whether the sequence value should cycle through.
bool
setCycle
Indicates whether the sequence value should cycle through.
var
bool
$this
getCache
Indicates number of entries to cache / precreate.
int|string
setCache
Indicates number of entries to cache / precreate.
var
int|string
$this
getCustomFeatures
Custom engine specific features.
hasCustomFeatures
clearCustomFeatures
setCustomFeatures
Custom engine specific features.
$this