Google Cloud Channel V1 Client - Class Row (1.4.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

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setValues

The list of values in the row.

Parameter
Name Description
var array<Google\Cloud\Channel\V1\ReportValue>
Returns
Type Description
$this

getPartitionKey

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

Returns
Type Description
string

setPartitionKey

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

Parameter
Name Description
var string
Returns
Type Description
$this