public enum Impact.Category extends Enum<Impact.Category> implements ProtocolMessageEnumThe category of the impact.
Protobuf enum google.cloud.recommender.v1.Impact.Category
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| CATEGORY_UNSPECIFIED | Default unspecified category. Don't use directly. |
| CATEGORY_UNSPECIFIED_VALUE | Default unspecified category. Don't use directly. |
| COST | Indicates a potential increase or decrease in cost. |
| COST_VALUE | Indicates a potential increase or decrease in cost. |
| MANAGEABILITY | Indicates a potential increase or decrease in manageability. |
| MANAGEABILITY_VALUE | Indicates a potential increase or decrease in manageability. |
| PERFORMANCE | Indicates a potential increase or decrease in performance. |
| PERFORMANCE_VALUE | Indicates a potential increase or decrease in performance. |
| SECURITY | Indicates a potential increase or decrease in security. |
| SECURITY_VALUE | Indicates a potential increase or decrease in security. |
| 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() |