Cloud Channel v1 API - Class Row (2.16.0)

[Obsolete]
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

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

Row()

public Row()

Row(Row)

public Row(Row other)
Parameter
Name Description
other Row

Properties

PartitionKey

public string PartitionKey { get; set; }

The key for the partition this row belongs to. This field is empty if the report is not partitioned.

Property Value
Type Description
string

Values

[Obsolete]
public RepeatedField<ReportValue> Values { get; }

The list of values in the row.

Property Value
Type Description
RepeatedField ReportValue

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.