public sealed class Value.Types.StringSet : IMessage<Value.Types.StringSet>, IEquatable<Value.Types.StringSet>, IDeepCloneable<Value.Types.StringSet>, IBufferMessage, IMessage
Reference documentation and code samples for the Resource Settings v1 API class Value.Types.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.
[[["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."],[[["This documentation covers the `Value.Types.StringSet` class within the Google Cloud Resource Settings v1 API, specifically version 2.4.0."],["`Value.Types.StringSet` represents a string set, allowing for up to 50 strings, each with a maximum length of 200 characters."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StringSet` class has constructors for creating new instances, either empty or based on an existing `StringSet`."],["The `Values` property, a `RepeatedField\u003cstring\u003e`, holds the strings contained within the string set."]]],[]]