Uses of Class
com.google.cloud.recommender.v1.Insight.Severity
-
Packages that use Insight.Severity Package Description com.google.cloud.recommender.v1 A client to Recommender API -
-
Uses of Insight.Severity in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return Insight.Severity Modifier and Type Method Description static Insight.Severity
Insight.Severity. forNumber(int value)
Insight.Severity
Insight.Builder. getSeverity()
Insight's severity.Insight.Severity
Insight. getSeverity()
Insight's severity.Insight.Severity
InsightOrBuilder. getSeverity()
Insight's severity.static Insight.Severity
Insight.Severity. valueOf(int value)
Deprecated.static Insight.Severity
Insight.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Insight.Severity
Insight.Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Insight.Severity[]
Insight.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.recommender.v1 that return types with arguments of type Insight.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Insight.Severity>
Insight.Severity. internalGetValueMap()
Methods in com.google.cloud.recommender.v1 with parameters of type Insight.Severity Modifier and Type Method Description Insight.Builder
Insight.Builder. setSeverity(Insight.Severity value)
Insight's severity.
-