Enum Insight.Category (2.39.0)

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

Insight category.

Protobuf enum google.cloud.recommender.v1.Insight.Category

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CATEGORY_UNSPECIFIED

Unspecified category.

CATEGORY_UNSPECIFIED = 0;

CATEGORY_UNSPECIFIED_VALUE

Unspecified category.

CATEGORY_UNSPECIFIED = 0;

COST

The insight is related to cost.

COST = 1;

COST_VALUE

The insight is related to cost.

COST = 1;

MANAGEABILITY

This insight is related to manageability.

MANAGEABILITY = 4;

MANAGEABILITY_VALUE

This insight is related to manageability.

MANAGEABILITY = 4;

PERFORMANCE

The insight is related to performance.

PERFORMANCE = 3;

PERFORMANCE_VALUE

The insight is related to performance.

PERFORMANCE = 3;

RELIABILITY

This insight is related to reliability.

RELIABILITY = 6;

RELIABILITY_VALUE

This insight is related to reliability.

RELIABILITY = 6;

SECURITY

The insight is related to security.

SECURITY = 2;

SECURITY_VALUE

The insight is related to security.

SECURITY = 2;

SUSTAINABILITY

The insight is related to sustainability.

SUSTAINABILITY = 5;

SUSTAINABILITY_VALUE

The insight is related to 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()