Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class Callout.
An important message that should be highlighted. Usually displayed as a banner.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.Callout
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ style_hint |
int
Can be used to render messages with different severity in different styles. Snippets off all types contain important information that should be displayed to the business. |
↳ full_message |
TextWithTooltip
A full message that needs to be shown to the business. |
getStyleHint
Can be used to render messages with different severity in different styles.
Snippets off all types contain important information that should be displayed to the business.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type CalloutStyleHint. |
setStyleHint
Can be used to render messages with different severity in different styles.
Snippets off all types contain important information that should be displayed to the business.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type CalloutStyleHint. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFullMessage
A full message that needs to be shown to the business.
| Returns | |
|---|---|
| Type | Description |
TextWithTooltip|null |
|
hasFullMessage
clearFullMessage
setFullMessage
A full message that needs to be shown to the business.
| Parameter | |
|---|---|
| Name | Description |
var |
TextWithTooltip
|
| Returns | |
|---|---|
| Type | Description |
$this |
|