public enum ExternalAction.ExternalActionType extends Enum<ExternalAction.ExternalActionType> implements ProtocolMessageEnumEnum specifying the type of action that requires to redirect the business to an external location.
 Protobuf enum 
 google.shopping.merchant.issueresolution.v1.ExternalAction.ExternalActionType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| EXTERNAL_ACTION_TYPE_UNSPECIFIED | Default value. Will never be provided by the API.   | 
| EXTERNAL_ACTION_TYPE_UNSPECIFIED_VALUE | Default value. Will never be provided by the API.   | 
| LEGAL_APPEAL_IN_HELP_CENTER | Redirect to the form in Help Center where the business can request a legal appeal for the issue.   | 
| LEGAL_APPEAL_IN_HELP_CENTER_VALUE | Redirect to the form in Help Center where the business can request a legal appeal for the issue.   | 
| REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER | Redirect to Merchant Center where the business can request a review for issue related to their account.   | 
| REVIEW_ACCOUNT_ISSUE_IN_MERCHANT_CENTER_VALUE | Redirect to Merchant Center where the business can request a review for issue related to their account.   | 
| REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER | Redirect to Merchant Center where the business can request a review for issue related to their product.   | 
| REVIEW_PRODUCT_ISSUE_IN_MERCHANT_CENTER_VALUE | Redirect to Merchant Center where the business can request a review for issue related to their product.   | 
| UNRECOGNIZED | |
| VERIFY_IDENTITY_IN_MERCHANT_CENTER | Redirect to Merchant Center where the business can perform identity verification.   | 
| VERIFY_IDENTITY_IN_MERCHANT_CENTER_VALUE | Redirect to Merchant Center where the business can perform identity verification.   | 
| 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() | |