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.
Implements
IMessage<Value.Types.StringSet>, IEquatable<Value.Types.StringSet>, IDeepCloneable<Value.Types.StringSet>, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceSettings.V1Assembly
Google.Cloud.ResourceSettings.V1.dll
Constructors
StringSet()
public StringSet()
StringSet(Value.Types.StringSet)
public StringSet(Value.Types.StringSet other)
Parameter | |
---|---|
Name | Description |
other | Value.Types.StringSet |
Properties
Values
public RepeatedField<string> Values { get; }
The strings in the set
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |