Google Shopping Merchant Accounts V1beta Client - Class Severity (0.1.0)

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 \ AccountIssue

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

The severity is unknown.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

CRITICAL

Value: 1

The issue causes offers to not serve.

Generated from protobuf enum CRITICAL = 1;

ERROR

Value: 2

The issue might affect offers (in the future) or might be an indicator of issues with offers.

Generated from protobuf enum ERROR = 2;

SUGGESTION

Value: 3

The issue is a suggestion for improvement.

Generated from protobuf enum SUGGESTION = 3;