public static enum Impact.Category extends Enum<Impact.Category> implements com.google.protobuf.ProtocolMessageEnum
The category of the impact.Protobuf enum
google.cloud.recommender.v1.Impact.Category| Enum Constant and Description |
|---|
CATEGORY_UNSPECIFIED
Default unspecified category.
|
COST
Indicates a potential increase or decrease in cost.
|
MANAGEABILITY
Indicates a potential increase or decrease in manageability.
|
PERFORMANCE
Indicates a potential increase or decrease in performance.
|
RELIABILITY
Indicates a potential increase or decrease in reliability.
|
SECURITY
Indicates a potential increase or decrease in security.
|
SUSTAINABILITY
Indicates a potential increase or decrease in sustainability.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CATEGORY_UNSPECIFIED_VALUE
Default unspecified category.
|
static int |
COST_VALUE
Indicates a potential increase or decrease in cost.
|
static int |
MANAGEABILITY_VALUE
Indicates a potential increase or decrease in manageability.
|
static int |
PERFORMANCE_VALUE
Indicates a potential increase or decrease in performance.
|
static int |
RELIABILITY_VALUE
Indicates a potential increase or decrease in reliability.
|
static int |
SECURITY_VALUE
Indicates a potential increase or decrease in security.
|
static int |
SUSTAINABILITY_VALUE
Indicates a potential increase or decrease in sustainability.
|
| Modifier and Type | Method and Description |
|---|---|
static Impact.Category |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Impact.Category> |
internalGetValueMap() |
static Impact.Category |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Impact.Category |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Impact.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Impact.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Impact.Category CATEGORY_UNSPECIFIED
Default unspecified category. Don't use directly.
CATEGORY_UNSPECIFIED = 0;public static final Impact.Category COST
Indicates a potential increase or decrease in cost.
COST = 1;public static final Impact.Category SECURITY
Indicates a potential increase or decrease in security.
SECURITY = 2;public static final Impact.Category PERFORMANCE
Indicates a potential increase or decrease in performance.
PERFORMANCE = 3;public static final Impact.Category MANAGEABILITY
Indicates a potential increase or decrease in manageability.
MANAGEABILITY = 4;public static final Impact.Category SUSTAINABILITY
Indicates a potential increase or decrease in sustainability.
SUSTAINABILITY = 5;public static final Impact.Category RELIABILITY
Indicates a potential increase or decrease in reliability.
RELIABILITY = 6;public static final Impact.Category UNRECOGNIZED
public static final int CATEGORY_UNSPECIFIED_VALUE
Default unspecified category. Don't use directly.
CATEGORY_UNSPECIFIED = 0;public static final int COST_VALUE
Indicates a potential increase or decrease in cost.
COST = 1;public static final int SECURITY_VALUE
Indicates a potential increase or decrease in security.
SECURITY = 2;public static final int PERFORMANCE_VALUE
Indicates a potential increase or decrease in performance.
PERFORMANCE = 3;public static final int MANAGEABILITY_VALUE
Indicates a potential increase or decrease in manageability.
MANAGEABILITY = 4;public static final int SUSTAINABILITY_VALUE
Indicates a potential increase or decrease in sustainability.
SUSTAINABILITY = 5;public static final int RELIABILITY_VALUE
Indicates a potential increase or decrease in reliability.
RELIABILITY = 6;public static Impact.Category[] values()
for (Impact.Category c : Impact.Category.values()) System.out.println(c);
public static Impact.Category valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Impact.Category valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Impact.Category forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Impact.Category> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Impact.Category valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.