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>
Returns The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
1130 1131 1132 1133 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1130 class StringRestrictions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |