Class: Google::Cloud::AlloyDB::V1alpha::SupportedDatabaseFlag::StringRestrictions

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Array<::String>)

    The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.



1256
1257
1258
1259
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1256

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