public enum AggregateProductStatus.ItemLevelIssue.Resolution extends Enum<AggregateProductStatus.ItemLevelIssue.Resolution> implements ProtocolMessageEnum
How the issue can be resolved.
Protobuf enum
google.shopping.merchant.issueresolution.v1beta.AggregateProductStatus.ItemLevelIssue.Resolution
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MERCHANT_ACTION |
The issue can be resolved by the merchant. |
MERCHANT_ACTION_VALUE |
The issue can be resolved by the merchant. |
PENDING_PROCESSING |
The issue will be resolved auomatically. |
PENDING_PROCESSING_VALUE |
The issue will be resolved auomatically. |
RESOLUTION_UNSPECIFIED |
Not specified. |
RESOLUTION_UNSPECIFIED_VALUE |
Not specified. |
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() |