Google Cloud Channel V1 Client - Class Row (1.5.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class Row.

A row of report values.

Generated from protobuf message google.cloud.channel.v1.Row

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values array<Google\Cloud\Channel\V1\ReportValue>

The list of values in the row.

↳ partition_key string

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

getValues

The list of values in the row.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

The list of values in the row.

Parameter
NameDescription
var array<Google\Cloud\Channel\V1\ReportValue>
Returns
TypeDescription
$this

getPartitionKey

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

Returns
TypeDescription
string

setPartitionKey

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this