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