Cloud Channel v1 API - Class Row (2.5.0)

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

Reference documentation and code samples for the Cloud Channel v1 API class Row.

A row of report values.

Inheritance

object > Row

Namespace

GoogleCloudGoogle.Cloud.ChannelV1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Row()

public Row()

Row(Row)

public Row(Row other)
Parameter
NameDescription
otherRow

Properties

Values

public RepeatedField<ReportValue> Values { get; }

The list of values in the row.

Property Value
TypeDescription
RepeatedFieldReportValue