Cloud Security Compliance v1 API - Class StringList (1.0.0-beta01)

public sealed class StringList : IMessage<StringList>, IEquatable<StringList>, IDeepCloneable<StringList>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class StringList.

A list of strings.

Inheritance

object > StringList

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

StringList()

public StringList()

StringList(StringList)

public StringList(StringList other)
Parameter
Name Description
other StringList

Properties

Values

public RepeatedField<string> Values { get; }

Required. The strings in the list.

Property Value
Type Description
RepeatedFieldstring