Class: Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::StringRestrictions
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::StringRestrictions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Restrictions on STRING type values
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::Array<::String>
The list of allowed values, if bounded.
Instance Attribute Details
#allowed_values ⇒ ::Array<::String>
1612 1613 1614 1615 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1612 class StringRestrictions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |