Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class Impact.
Overall impact of the issue.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.Impact
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ message |
string
Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries" |
↳ severity |
int
The severity of the issue. |
↳ breakdowns |
array<Breakdown>
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details. |
getMessage
Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries"
Returns | |
---|---|
Type | Description |
string |
setMessage
Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the business. For example: "Disapproves 90k offers in 25 countries"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSeverity
The severity of the issue.
Returns | |
---|---|
Type | Description |
int |
setSeverity
The severity of the issue.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getBreakdowns
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBreakdowns
Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the business. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
Parameter | |
---|---|
Name | Description |
var |
array<Breakdown>
|
Returns | |
---|---|
Type | Description |
$this |