Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class TransitTimeRow.
If there's only one dimension set of postal_code_group_names
or
transit_time_labels
, there are multiple rows each with one value
for that dimension. If there are two dimensions, each row corresponds to a
postal_code_group_names
, and columns (values) to a
transit_time_labels
.
Generated from protobuf message google.shopping.merchant.accounts.v1beta.TransitTable.TransitTimeRow
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ TransitTableMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array<Google\Shopping\Merchant\Accounts\V1beta\TransitTable\TransitTimeRow\TransitTimeValue>
Required. Transit time range (min-max) in business days. |
getValues
Required. Transit time range (min-max) in business days.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
Required. Transit time range (min-max) in business days.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Shopping\Merchant\Accounts\V1beta\TransitTable\TransitTimeRow\TransitTimeValue>
|
Returns | |
---|---|
Type | Description |
$this |