AlloyDB V1 API - Class Google::Cloud::AlloyDB::V1::SupportedDatabaseFlag::StringRestrictions (v0.9.0)

Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::SupportedDatabaseFlag::StringRestrictions.

Restrictions on STRING type values

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allowed_values

def allowed_values() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.

#allowed_values=

def allowed_values=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.