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. |
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 |