Resource Settings v1 API - Class Value.Types.StringSet (2.2.0)

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.

Inheritance

object > Value.Types.StringSet

Namespace

Google.Cloud.ResourceSettings.V1

Assembly

Google.Cloud.ResourceSettings.V1.dll

Constructors

StringSet()

public StringSet()

StringSet(StringSet)

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

Properties

Values

public RepeatedField<string> Values { get; }

The strings in the set

Property Value
TypeDescription
RepeatedFieldstring