Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class CalloutStyleHint.
Enum specifying the suggested style, how the message should be rendered.
Protobuf type google.shopping.merchant.issueresolution.v1.Callout.CalloutStyleHint
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1 \ CalloutMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CALLOUT_STYLE_HINT_UNSPECIFIED
Value: 0Default value. Will never be provided by the API.
Generated from protobuf enum CALLOUT_STYLE_HINT_UNSPECIFIED = 0;
ERROR
Value: 1The most important type of information highlighting problems, like an unsuccessful outcome of previously requested actions.
Generated from protobuf enum ERROR = 1;
WARNING
Value: 2Information warning about pending problems, risks or deadlines.
Generated from protobuf enum WARNING = 2;
INFO
Value: 3Default severity for important information like pending status of previously requested action or cooldown for re-review.
Generated from protobuf enum INFO = 3;