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."],[[["This webpage details the `StringSet` class within the `Google.Cloud.ResourceSettings.V1` namespace, which is designed to hold a collection of strings."],["The `StringSet` class is a part of Google Cloud's .NET library and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A `StringSet` object can contain up to 50 strings, each with a maximum length of 200 characters, as indicated in its description."],["The page provides links to nine different versions of `StringSet`, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest."],["Two constructors are available, one being the default and the other accepting another `StringSet` object as an argument."]]],[]]