Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class Breakdown.
A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.Breakdown
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ regions |
array<Breakdown\Region>
Lists of regions. Should be rendered as a title for this group of details. The full list should be shown to the business. If the list is too long, it is recommended to make it expandable. |
↳ details |
array
Human readable, localized description of issue's effect on different targets. Should be rendered as a list. For example: * * "Products not showing in ads" * * "Products not showing organically" |
getRegions
Lists of regions. Should be rendered as a title for this group of details.
The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRegions
Lists of regions. Should be rendered as a title for this group of details.
The full list should be shown to the business. If the list is too long, it is recommended to make it expandable.
Parameter | |
---|---|
Name | Description |
var |
array<Breakdown\Region>
|
Returns | |
---|---|
Type | Description |
$this |
getDetails
Human readable, localized description of issue's effect on different targets. Should be rendered as a list.
For example:
- "Products not showing in ads"
- "Products not showing organically"
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDetails
Human readable, localized description of issue's effect on different targets. Should be rendered as a list.
For example:
- "Products not showing in ads"
- "Products not showing organically"
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |