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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ITEM_ISSUE_RESOLUTION_UNSPECIFIED | Not specified. |
ITEM_ISSUE_RESOLUTION_UNSPECIFIED_VALUE | Not specified. |
MERCHANT_ACTION | The merchant has to fix the issue. |
MERCHANT_ACTION_VALUE | The merchant has to fix the issue. |
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_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). |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |