Google Shopping Merchant Accounts V1beta Client - Class Row (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class Row.

Include a list of cells.

Generated from protobuf message google.shopping.merchant.accounts.v1beta.Row

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ cells array<Google\Shopping\Merchant\Accounts\V1beta\Value>

Required. The list of cells that constitute the row. Must have the same length as columnHeaders for two-dimensional tables, a length of 1 for one-dimensional tables.

getCells

Required. The list of cells that constitute the row. Must have the same length as columnHeaders for two-dimensional tables, a length of 1 for one-dimensional tables.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCells

Required. The list of cells that constitute the row. Must have the same length as columnHeaders for two-dimensional tables, a length of 1 for one-dimensional tables.

Parameter
Name Description
var array<Google\Shopping\Merchant\Accounts\V1beta\Value>
Returns
Type Description
$this