Reference documentation and code samples for the Resource Settings V1 API class Google::Cloud::ResourceSettings::V1::Value::StringSet.
A string set value that can hold a set of strings. The maximum length of each string is 200 characters and there can be a maximum of 50 strings in the string set.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#values
def values() -> ::Array<::String>
Returns
- (::Array<::String>) — The strings in the set
#values=
def values=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The strings in the set
Returns
- (::Array<::String>) — The strings in the set