Enum Impact.Category (2.43.0)

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

Static 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;

SUSTAINABILITY

Indicates a potential increase or decrease in sustainability.

SUSTAINABILITY = 5;

SUSTAINABILITY_VALUE

Indicates a potential increase or decrease in sustainability.

SUSTAINABILITY = 5;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()