Recommender V1 Client - Class Category (1.7.8)

Reference documentation and code samples for the Recommender V1 Client class Category.

Insight category.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CATEGORY_UNSPECIFIED

Value: 0

Unspecified category.

Generated from protobuf enum CATEGORY_UNSPECIFIED = 0;

COST

Value: 1

The insight is related to cost.

Generated from protobuf enum COST = 1;

SECURITY

Value: 2

The insight is related to security.

Generated from protobuf enum SECURITY = 2;

PERFORMANCE

Value: 3

The insight is related to performance.

Generated from protobuf enum PERFORMANCE = 3;

MANAGEABILITY

Value: 4

This insight is related to manageability.

Generated from protobuf enum MANAGEABILITY = 4;