Class: Google::Cloud::ResourceSettings::V1::Value::StringSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::String>

Returns The strings in the set.

Returns:

  • (::Array<::String>)

    The strings in the set



143
144
145
146
# File 'proto_docs/google/cloud/resourcesettings/v1/resource_settings.rb', line 143

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