Enum AggregateProductStatus.ItemLevelIssue.Resolution (0.7.0)

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

ProtocolMessageEnum

Static Fields

Name Description
MERCHANT_ACTION

The issue can be resolved by the merchant.

MERCHANT_ACTION = 1;

MERCHANT_ACTION_VALUE

The issue can be resolved by the merchant.

MERCHANT_ACTION = 1;

PENDING_PROCESSING

The issue will be resolved auomatically.

PENDING_PROCESSING = 2;

PENDING_PROCESSING_VALUE

The issue will be resolved auomatically.

PENDING_PROCESSING = 2;

RESOLUTION_UNSPECIFIED

Not specified.

RESOLUTION_UNSPECIFIED = 0;

RESOLUTION_UNSPECIFIED_VALUE

Not specified.

RESOLUTION_UNSPECIFIED = 0;

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()