public static enum Action.ActionCase extends Enum<Action.ActionCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ACTION_NOT_SET |
DEIDENTIFY |
JOB_NOTIFICATION_EMAILS |
PUB_SUB |
PUBLISH_FINDINGS_TO_CLOUD_DATA_CATALOG |
PUBLISH_SUMMARY_TO_CSCC |
PUBLISH_TO_STACKDRIVER |
SAVE_FINDINGS |
| Modifier and Type | Method and Description |
|---|---|
static Action.ActionCase |
forNumber(int value) |
int |
getNumber() |
static Action.ActionCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Action.ActionCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.ActionCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Action.ActionCase SAVE_FINDINGS
public static final Action.ActionCase PUB_SUB
public static final Action.ActionCase PUBLISH_SUMMARY_TO_CSCC
public static final Action.ActionCase PUBLISH_FINDINGS_TO_CLOUD_DATA_CATALOG
public static final Action.ActionCase DEIDENTIFY
public static final Action.ActionCase JOB_NOTIFICATION_EMAILS
public static final Action.ActionCase PUBLISH_TO_STACKDRIVER
public static final Action.ActionCase ACTION_NOT_SET
public static Action.ActionCase[] values()
for (Action.ActionCase c : Action.ActionCase.values()) System.out.println(c);
public static Action.ActionCase 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 null@Deprecated public static Action.ActionCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Action.ActionCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.