Package com.google.cloud.dataplex.v1
Enum Action.Category
- java.lang.Object
-
- java.lang.Enum<Action.Category>
-
- com.google.cloud.dataplex.v1.Action.Category
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Action.Category>
- Enclosing class:
- Action
public static enum Action.Category extends Enum<Action.Category> implements com.google.protobuf.ProtocolMessageEnum
The category of issues.
Protobuf enumgoogle.cloud.dataplex.v1.Action.Category
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CATEGORY_UNSPECIFIEDUnspecified category.DATA_DISCOVERYData and discovery related issues.RESOURCE_MANAGEMENTResource management related issues.SECURITY_POLICYSecurity policy related issues.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCATEGORY_UNSPECIFIED_VALUEUnspecified category.static intDATA_DISCOVERY_VALUEData and discovery related issues.static intRESOURCE_MANAGEMENT_VALUEResource management related issues.static intSECURITY_POLICY_VALUESecurity policy related issues.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Action.CategoryforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Action.Category>internalGetValueMap()static Action.CategoryvalueOf(int value)Deprecated.static Action.CategoryvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Action.CategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static Action.Category[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CATEGORY_UNSPECIFIED
public static final Action.Category CATEGORY_UNSPECIFIED
Unspecified category.
CATEGORY_UNSPECIFIED = 0;
-
RESOURCE_MANAGEMENT
public static final Action.Category RESOURCE_MANAGEMENT
Resource management related issues.
RESOURCE_MANAGEMENT = 1;
-
SECURITY_POLICY
public static final Action.Category SECURITY_POLICY
Security policy related issues.
SECURITY_POLICY = 2;
-
DATA_DISCOVERY
public static final Action.Category DATA_DISCOVERY
Data and discovery related issues.
DATA_DISCOVERY = 3;
-
UNRECOGNIZED
public static final Action.Category UNRECOGNIZED
-
-
Field Detail
-
CATEGORY_UNSPECIFIED_VALUE
public static final int CATEGORY_UNSPECIFIED_VALUE
Unspecified category.
CATEGORY_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
RESOURCE_MANAGEMENT_VALUE
public static final int RESOURCE_MANAGEMENT_VALUE
Resource management related issues.
RESOURCE_MANAGEMENT = 1;- See Also:
- Constant Field Values
-
SECURITY_POLICY_VALUE
public static final int SECURITY_POLICY_VALUE
Security policy related issues.
SECURITY_POLICY = 2;- See Also:
- Constant Field Values
-
DATA_DISCOVERY_VALUE
public static final int DATA_DISCOVERY_VALUE
Data and discovery related issues.
DATA_DISCOVERY = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Action.Category[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Action.Category c : Action.Category.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Action.Category valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Action.Category valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Action.Category forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Action.Category> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Action.Category valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-