public enum ContentOption extends Enum<ContentOption> implements ProtocolMessageEnum
Enum specifying how is the content returned.
Protobuf enum google.shopping.merchant.issueresolution.v1beta.ContentOption
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTENT_OPTION_UNSPECIFIED |
Default value. Will never be provided by the API. |
CONTENT_OPTION_UNSPECIFIED_VALUE |
Default value. Will never be provided by the API. |
PRE_RENDERED_HTML |
Returns the detail of the issue as a pre-rendered HTML text. |
PRE_RENDERED_HTML_VALUE |
Returns the detail of the issue as a pre-rendered HTML text. |
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() |