Class: Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag::IntegerRestrictions
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::SupportedDatabaseFlag::IntegerRestrictions
- 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
-
#max_value ⇒ ::Google::Protobuf::Int64Value
The maximum value that can be specified, if applicable.
-
#min_value ⇒ ::Google::Protobuf::Int64Value
The minimum value that can be specified, if applicable.
Instance Attribute Details
#max_value ⇒ ::Google::Protobuf::Int64Value
Returns The maximum value that can be specified, if applicable.
1389 1390 1391 1392 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1389 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.
1389 1390 1391 1392 |
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 1389 class IntegerRestrictions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |