Google Cloud Channel V1 Client - Class Row (1.3.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
NameDescription
data array

Optional. Data for populating the Message object.

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

The list of values in the row.

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