Class: Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::IntegerRestrictions
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::IntegerRestrictions
- 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
-
#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.
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.
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 |