@Generated public enum RestrictWorkspaceAdminsMessageStatus extends Enum<RestrictWorkspaceAdminsMessageStatus>
| Enum Constant and Description |
|---|
ALLOW_ALL |
RESTRICT_TOKENS_AND_JOB_RUN_AS |
STATUS_UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static RestrictWorkspaceAdminsMessageStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictWorkspaceAdminsMessageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestrictWorkspaceAdminsMessageStatus ALLOW_ALL
public static final RestrictWorkspaceAdminsMessageStatus RESTRICT_TOKENS_AND_JOB_RUN_AS
public static final RestrictWorkspaceAdminsMessageStatus STATUS_UNSPECIFIED
public static RestrictWorkspaceAdminsMessageStatus[] values()
for (RestrictWorkspaceAdminsMessageStatus c : RestrictWorkspaceAdminsMessageStatus.values()) System.out.println(c);
public static RestrictWorkspaceAdminsMessageStatus 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 nullCopyright © 2024. All rights reserved.