Class: Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::IntegerRestrictions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Restrictions on INTEGER type values.

Instance Attribute Summary collapse

Instance Attribute Details

#max_value::Google::Protobuf::Int64Value

Returns The maximum value that can be specified, if applicable.

Returns:



1142
1143
1144
1145
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1142

class IntegerRestrictions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#min_value::Google::Protobuf::Int64Value

Returns The minimum value that can be specified, if applicable.

Returns:



1142
1143
1144
1145
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1142

class IntegerRestrictions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end