Enum Impact.Category (2.1.5)

public enum Impact.Category extends Enum<Impact.Category> implements ProtocolMessageEnum

The category of the impact.

Protobuf enum google.cloud.recommender.v1beta1.Impact.Category

Implements

ProtocolMessageEnum

Fields

NameDescription
CATEGORY_UNSPECIFIED

Default unspecified category. Don't use directly.

CATEGORY_UNSPECIFIED = 0;

CATEGORY_UNSPECIFIED_VALUE

Default unspecified category. Don't use directly.

CATEGORY_UNSPECIFIED = 0;

COST

Indicates a potential increase or decrease in cost.

COST = 1;

COST_VALUE

Indicates a potential increase or decrease in cost.

COST = 1;

MANAGEABILITY

Indicates a potential increase or decrease in manageability.

MANAGEABILITY = 4;

MANAGEABILITY_VALUE

Indicates a potential increase or decrease in manageability.

MANAGEABILITY = 4;

PERFORMANCE

Indicates a potential increase or decrease in performance.

PERFORMANCE = 3;

PERFORMANCE_VALUE

Indicates a potential increase or decrease in performance.

PERFORMANCE = 3;

SECURITY

Indicates a potential increase or decrease in security.

SECURITY = 2;

SECURITY_VALUE

Indicates a potential increase or decrease in security.

SECURITY = 2;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()