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.SeverityInsight.Severity. forNumber(int value)Insight.SeverityInsight.Builder. getSeverity()Insight's severity.Insight.SeverityInsight. getSeverity()Insight's severity.Insight.SeverityInsightOrBuilder. getSeverity()Insight's severity.static Insight.SeverityInsight.Severity. valueOf(int value)Deprecated.static Insight.SeverityInsight.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Insight.SeverityInsight.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.BuilderInsight.Builder. setSeverity(Insight.Severity value)Insight's severity.
-