Uses of Class
com.google.cloud.dataplex.v1.Action.Category
-
Packages that use Action.Category Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of Action.Category in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Action.Category Modifier and Type Method Description static Action.Category
Action.Category. forNumber(int value)
Action.Category
Action.Builder. getCategory()
The category of issue associated with the action.Action.Category
Action. getCategory()
The category of issue associated with the action.Action.Category
ActionOrBuilder. getCategory()
The category of issue associated with the action.static Action.Category
Action.Category. valueOf(int value)
Deprecated.static Action.Category
Action.Category. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Action.Category
Action.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static Action.Category[]
Action.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Action.Category Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Action.Category>
Action.Category. internalGetValueMap()
Methods in com.google.cloud.dataplex.v1 with parameters of type Action.Category Modifier and Type Method Description Action.Builder
Action.Builder. setCategory(Action.Category value)
The category of issue associated with the action.
-