public sealed class StringSet : IMessage<Value.Types.StringSet>, IEquatable<Value.Types.StringSet>, IDeepCloneable<Value.Types.StringSet>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 2.5.0, with the documentation providing a historical view of prior releases down to version 1.0.0 for the `Google.Cloud.ResourceSettings.V1` component."],["`StringSet` is a class within the `Google.Cloud.ResourceSettings.V1.Value.Types` namespace designed to store sets of strings, with each string being capped at 200 characters and a maximum of 50 strings allowed in each set."],["The `StringSet` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor `StringSet()` and an overloaded constructor `StringSet(Value.Types.StringSet other)` that takes another `StringSet` as a parameter."],["The `Values` property, which is of type `RepeatedField\u003cstring\u003e`, allows access to the set of strings contained within the `StringSet` instance."]]],[]]