Class: Google::Cloud::CloudDMS::V1::SequenceEntity
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SequenceEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Sequence's parent is a schema.
Instance Attribute Summary collapse
-
#cache ⇒ ::Integer
Indicates number of entries to cache / precreate.
-
#custom_features ⇒ ::Google::Protobuf::Struct
Custom engine specific features.
-
#cycle ⇒ ::Boolean
Indicates whether the sequence value should cycle through.
-
#increment ⇒ ::Integer
Increment value for the sequence.
-
#max_value ⇒ ::String
Maximum number for the sequence represented as bytes to accommodate large.
-
#min_value ⇒ ::String
Minimum number for the sequence represented as bytes to accommodate large.
-
#start_value ⇒ ::String
Start number for the sequence represented as bytes to accommodate large.
Instance Attribute Details
#cache ⇒ ::Integer
Returns Indicates number of entries to cache / precreate.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_features ⇒ ::Google::Protobuf::Struct
Returns Custom engine specific features.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cycle ⇒ ::Boolean
Returns Indicates whether the sequence value should cycle through.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#increment ⇒ ::Integer
Returns Increment value for the sequence.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_value ⇒ ::String
Returns Maximum number for the sequence represented as bytes to accommodate large. numbers.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_value ⇒ ::String
Returns Minimum number for the sequence represented as bytes to accommodate large. numbers.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_value ⇒ ::String
Returns Start number for the sequence represented as bytes to accommodate large. numbers.
1058 1059 1060 1061 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 1058 class SequenceEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |