Enum ContentOption (0.2.0)

public enum ContentOption extends Enum<ContentOption> implements ProtocolMessageEnum

Enum specifying how is the content returned.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTENT_OPTION_UNSPECIFIED

Default value. Will never be provided by the API.

CONTENT_OPTION_UNSPECIFIED = 0;

CONTENT_OPTION_UNSPECIFIED_VALUE

Default value. Will never be provided by the API.

CONTENT_OPTION_UNSPECIFIED = 0;

PRE_RENDERED_HTML

Returns the detail of the issue as a pre-rendered HTML text.

PRE_RENDERED_HTML = 1;

PRE_RENDERED_HTML_VALUE

Returns the detail of the issue as a pre-rendered HTML text.

PRE_RENDERED_HTML = 1;

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