public enum Callout.CalloutStyleHint extends Enum<Callout.CalloutStyleHint> implements ProtocolMessageEnumEnum specifying the suggested style, how the message should be rendered.
 Protobuf enum google.shopping.merchant.issueresolution.v1.Callout.CalloutStyleHint
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| CALLOUT_STYLE_HINT_UNSPECIFIED | Default value. Will never be provided by the API.   | 
| CALLOUT_STYLE_HINT_UNSPECIFIED_VALUE | Default value. Will never be provided by the API.   | 
| ERROR | The most important type of information highlighting problems, like an unsuccessful outcome of previously requested actions.   | 
| ERROR_VALUE | The most important type of information highlighting problems, like an unsuccessful outcome of previously requested actions.   | 
| INFO | Default severity for important information like pending status of previously requested action or cooldown for re-review.   | 
| INFO_VALUE | Default severity for important information like pending status of previously requested action or cooldown for re-review.   | 
| UNRECOGNIZED | |
| WARNING | Information warning about pending problems, risks or deadlines.   | 
| WARNING_VALUE | Information warning about pending problems, risks or deadlines.   | 
| 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() | |