Enum BuiltInSimpleAction.BuiltInSimpleActionType (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ADD_BUSINESS_REGISTRATION_NUMBER

Open a form where the business can add their business registration number.

ADD_BUSINESS_REGISTRATION_NUMBER = 6;

ADD_BUSINESS_REGISTRATION_NUMBER_VALUE

Open a form where the business can add their business registration number.

ADD_BUSINESS_REGISTRATION_NUMBER = 6;

ADD_CONTACT_INFO

Open a form where the business can edit their contact information.

ADD_CONTACT_INFO = 4;

ADD_CONTACT_INFO_VALUE

Open a form where the business can edit their contact information.

ADD_CONTACT_INFO = 4;

ADD_PRODUCTS

Redirect the business to the part of your application where they can add products.

ADD_PRODUCTS = 3;

ADD_PRODUCTS_VALUE

Redirect the business to the part of your application where they can add products.

ADD_PRODUCTS = 3;

BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED

Default value. Will never be provided by the API.

BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED = 0;

BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED_VALUE

Default value. Will never be provided by the API.

BUILT_IN_SIMPLE_ACTION_TYPE_UNSPECIFIED = 0;

CLAIM_WEBSITE

Redirect the business to the part of your application where they can claim their website.

CLAIM_WEBSITE = 2;

CLAIM_WEBSITE_VALUE

Redirect the business to the part of your application where they can claim their website.

CLAIM_WEBSITE = 2;

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 = 7;

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.

EDIT_ITEM_ATTRIBUTE = 7;

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 = 8;

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.

FIX_ACCOUNT_ISSUE = 8;

Redirect the business to the part of your application where they can link ads account.

LINK_ADS_ACCOUNT = 5;

Redirect the business to the part of your application where they can link ads account.

LINK_ADS_ACCOUNT = 5;

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 = 9;

SHOW_ADDITIONAL_CONTENT_VALUE

Show additional content to the business.

This action will be used for example to deliver a justification from national authority.

SHOW_ADDITIONAL_CONTENT = 9;

UNRECOGNIZED
VERIFY_PHONE

Redirect the business to the part of your application where they can verify their phone.

VERIFY_PHONE = 1;

VERIFY_PHONE_VALUE

Redirect the business to the part of your application where they can verify their phone.

VERIFY_PHONE = 1;

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