public enum ChatMessagePolicyViolationDlpActionTypes extends java.lang.Enum<ChatMessagePolicyViolationDlpActionTypes>
| Enum Constant and Description |
|---|
BLOCK_ACCESS
block Access
|
BLOCK_ACCESS_EXTERNAL
block Access External
|
NONE
none
|
NOTIFY_SENDER
notify Sender
|
UNEXPECTED_VALUE
For ChatMessagePolicyViolationDlpActionTypes values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static ChatMessagePolicyViolationDlpActionTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatMessagePolicyViolationDlpActionTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChatMessagePolicyViolationDlpActionTypes NONE
public static final ChatMessagePolicyViolationDlpActionTypes NOTIFY_SENDER
public static final ChatMessagePolicyViolationDlpActionTypes BLOCK_ACCESS
public static final ChatMessagePolicyViolationDlpActionTypes BLOCK_ACCESS_EXTERNAL
public static final ChatMessagePolicyViolationDlpActionTypes UNEXPECTED_VALUE
public static ChatMessagePolicyViolationDlpActionTypes[] values()
for (ChatMessagePolicyViolationDlpActionTypes c : ChatMessagePolicyViolationDlpActionTypes.values()) System.out.println(c);
public static ChatMessagePolicyViolationDlpActionTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null