Class: Google::Cloud::CloudDMS::V1::SequenceEntity

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cache::Integer

Returns Indicates number of entries to cache / precreate.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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