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.CategoryAction.Category. forNumber(int value)Action.CategoryAction.Builder. getCategory()The category of issue associated with the action.Action.CategoryAction. getCategory()The category of issue associated with the action.Action.CategoryActionOrBuilder. getCategory()The category of issue associated with the action.static Action.CategoryAction.Category. valueOf(int value)Deprecated.static Action.CategoryAction.Category. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Action.CategoryAction.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.BuilderAction.Builder. setCategory(Action.Category value)The category of issue associated with the action.
-