Enum UserInputActionRenderingOption (0.2.0)

public enum UserInputActionRenderingOption extends Enum<UserInputActionRenderingOption> implements ProtocolMessageEnum

Enum specifying how actions with user input forms, such as requesting re-review, are handled.

Protobuf enum google.shopping.merchant.issueresolution.v1beta.UserInputActionRenderingOption

Implements

ProtocolMessageEnum

Static Fields

Name Description
BUILT_IN_USER_INPUT_ACTIONS

Returns content and input form definition for each complex action. Your application needs to display this content and input form to the business before they can request processing of the action. To start the action, your application needs to call the triggeraction method.

BUILT_IN_USER_INPUT_ACTIONS = 2;

BUILT_IN_USER_INPUT_ACTIONS_VALUE

Returns content and input form definition for each complex action. Your application needs to display this content and input form to the business before they can request processing of the action. To start the action, your application needs to call the triggeraction method.

BUILT_IN_USER_INPUT_ACTIONS = 2;

REDIRECT_TO_MERCHANT_CENTER

Actions that require user input are represented only as links that points the business to Merchant Center where they can request the action. Provides easier to implement alternative to BUILT_IN_USER_INPUT_ACTIONS.

REDIRECT_TO_MERCHANT_CENTER = 1;

REDIRECT_TO_MERCHANT_CENTER_VALUE

Actions that require user input are represented only as links that points the business to Merchant Center where they can request the action. Provides easier to implement alternative to BUILT_IN_USER_INPUT_ACTIONS.

REDIRECT_TO_MERCHANT_CENTER = 1;

UNRECOGNIZED
USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED

Default value. Will never be provided by the API.

USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED = 0;

USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED_VALUE

Default value. Will never be provided by the API.

USER_INPUT_ACTION_RENDERING_OPTION_UNSPECIFIED = 0;

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