Enum ProductView.ItemIssue.ItemIssueResolution (0.13.0)

public enum ProductView.ItemIssue.ItemIssueResolution extends Enum<ProductView.ItemIssue.ItemIssueResolution> implements ProtocolMessageEnum

How to resolve the issue.

Protobuf enum google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueResolution

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ITEM_ISSUE_RESOLUTION_UNSPECIFIED

Not specified.

ITEM_ISSUE_RESOLUTION_UNSPECIFIED = 0;

ITEM_ISSUE_RESOLUTION_UNSPECIFIED_VALUE

Not specified.

ITEM_ISSUE_RESOLUTION_UNSPECIFIED = 0;

MERCHANT_ACTION

The merchant has to fix the issue.

MERCHANT_ACTION = 1;

MERCHANT_ACTION_VALUE

The merchant has to fix the issue.

MERCHANT_ACTION = 1;

PENDING_PROCESSING

The issue will be resolved automatically (for example, image crawl) or through a Google review. No merchant action is required now. Resolution might lead to another issue (for example, if crawl fails).

PENDING_PROCESSING = 2;

PENDING_PROCESSING_VALUE

The issue will be resolved automatically (for example, image crawl) or through a Google review. No merchant action is required now. Resolution might lead to another issue (for example, if crawl fails).

PENDING_PROCESSING = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()