Class Value.Types.StringSet (1.2.0)

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.

Inheritance

Object > Value.Types.StringSet

Namespace

Google.Cloud.ResourceSettings.V1

Assembly

Google.Cloud.ResourceSettings.V1.dll

Constructors

StringSet()

public StringSet()

StringSet(Value.Types.StringSet)

public StringSet(Value.Types.StringSet other)
Parameter
NameDescription
otherValue.Types.StringSet

Properties

Values

public RepeatedField<string> Values { get; }

The strings in the set

Property Value
TypeDescription
RepeatedField<String>