public enum BuiltInSimpleAction.BuiltInSimpleActionType extends Enum<BuiltInSimpleAction.BuiltInSimpleActionType> implements ProtocolMessageEnum
Enum specifying the type of action in third-party application.
Protobuf enum
google.shopping.merchant.issueresolution.v1beta.BuiltInSimpleAction.BuiltInSimpleActionType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADD_BUSINESS_REGISTRATION_NUMBER |
Open a form where the business can add their business registration number. |
ADD_BUSINESS_REGISTRATION_NUMBER_VALUE |
Open a form where the business can add their business registration number. |
ADD_CONTACT_INFO |
Open a form where the business can edit their contact information. |
ADD_CONTACT_INFO_VALUE |
Open a form where the business can edit their contact information. |
ADD_PRODUCTS |
Redirect the business to the part of your application where they can add products. |
ADD_PRODUCTS_VALUE |
Redirect the business to the part of your application where they can add products. |
BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED |
Default value. Will never be provided by the API. |
BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED_VALUE |
Default value. Will never be provided by the API. |
CLAIM_WEBSITE |
Redirect the business to the part of your application where they can claim their website. |
CLAIM_WEBSITE_VALUE |
Redirect the business to the part of your application where they can claim their website. |
EDIT_ITEM_ATTRIBUTE |
Open a form where the business can edit an attribute. The attribute that needs to be updated is specified in attribute_code field of the action. |
EDIT_ITEM_ATTRIBUTE_VALUE |
Open a form where the business can edit an attribute. The attribute that needs to be updated is specified in attribute_code field of the action. |
FIX_ACCOUNT_ISSUE |
Redirect the business from the product issues to the diagnostic page with their account issues in your application. This action will be returned only for product issues that are caused by an account issue and thus the business should resolve the problem on the account level. |
FIX_ACCOUNT_ISSUE_VALUE |
Redirect the business from the product issues to the diagnostic page with their account issues in your application. This action will be returned only for product issues that are caused by an account issue and thus the business should resolve the problem on the account level. |
LINK_ADS_ACCOUNT |
Redirect the business to the part of your application where they can link ads account. |
LINK_ADS_ACCOUNT_VALUE |
Redirect the business to the part of your application where they can link ads account. |
SHOW_ADDITIONAL_CONTENT |
Show additional content to the business. This action will be used for example to deliver a justification from national authority. |
SHOW_ADDITIONAL_CONTENT_VALUE |
Show additional content to the business. This action will be used for example to deliver a justification from national authority. |
UNRECOGNIZED |
|
VERIFY_PHONE |
Redirect the business to the part of your application where they can verify their phone. |
VERIFY_PHONE_VALUE |
Redirect the business to the part of your application where they can verify their phone. |
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() |