Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class Severity.
All possible issue severities.
Protobuf type google.shopping.merchant.accounts.v1beta.AccountIssue.Severity
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1beta \ AccountIssueMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0The severity is unknown.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
CRITICAL
Value: 1The issue causes offers to not serve.
Generated from protobuf enum CRITICAL = 1;
ERROR
Value: 2The issue might affect offers (in the future) or might be an indicator of issues with offers.
Generated from protobuf enum ERROR = 2;
SUGGESTION
Value: 3The issue is a suggestion for improvement.
Generated from protobuf enum SUGGESTION = 3;