Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::SequenceEntity.
Sequence's parent is a schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cache
def cache() -> ::Integer
    Returns
    
  - (::Integer) — Indicates number of entries to cache / precreate.
#cache=
def cache=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Indicates number of entries to cache / precreate.
    Returns
    
  - (::Integer) — Indicates number of entries to cache / precreate.
#custom_features
def custom_features() -> ::Google::Protobuf::Struct
    Returns
    
  - (::Google::Protobuf::Struct) — Custom engine specific features.
#custom_features=
def custom_features=(value) -> ::Google::Protobuf::Struct
    Parameter
    
  - value (::Google::Protobuf::Struct) — Custom engine specific features.
    Returns
    
  - (::Google::Protobuf::Struct) — Custom engine specific features.
#cycle
def cycle() -> ::Boolean
    Returns
    
  - (::Boolean) — Indicates whether the sequence value should cycle through.
#cycle=
def cycle=(value) -> ::Boolean
    Parameter
    
  - value (::Boolean) — Indicates whether the sequence value should cycle through.
    Returns
    
  - (::Boolean) — Indicates whether the sequence value should cycle through.
#increment
def increment() -> ::Integer
    Returns
    
  - (::Integer) — Increment value for the sequence.
#increment=
def increment=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Increment value for the sequence.
    Returns
    
  - (::Integer) — Increment value for the sequence.
#max_value
def max_value() -> ::String
    Returns
    
  - (::String) — Maximum number for the sequence represented as bytes to accommodate large. numbers
#max_value=
def max_value=(value) -> ::String
    Parameter
    
  - value (::String) — Maximum number for the sequence represented as bytes to accommodate large. numbers
    Returns
    
  - (::String) — Maximum number for the sequence represented as bytes to accommodate large. numbers
#min_value
def min_value() -> ::String
    Returns
    
  - (::String) — Minimum number for the sequence represented as bytes to accommodate large. numbers
#min_value=
def min_value=(value) -> ::String
    Parameter
    
  - value (::String) — Minimum number for the sequence represented as bytes to accommodate large. numbers
    Returns
    
  - (::String) — Minimum number for the sequence represented as bytes to accommodate large. numbers
#start_value
def start_value() -> ::String
    Returns
    
  - (::String) — Start number for the sequence represented as bytes to accommodate large. numbers
#start_value=
def start_value=(value) -> ::String
    Parameter
    
  - value (::String) — Start number for the sequence represented as bytes to accommodate large. numbers
    Returns
    
- (::String) — Start number for the sequence represented as bytes to accommodate large. numbers