Class: Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag::IntegerRestrictions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1beta/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:



1245
1246
1247
1248
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1245

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:



1245
1246
1247
1248
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1245

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