@Generated public enum ValidationResultGcpOperation extends Enum<ValidationResultGcpOperation>
| Enum Constant and Description |
|---|
DELETE |
LIST |
PATH_EXISTS |
READ |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResultGcpOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationResultGcpOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationResultGcpOperation DELETE
public static final ValidationResultGcpOperation LIST
public static final ValidationResultGcpOperation PATH_EXISTS
public static final ValidationResultGcpOperation READ
public static final ValidationResultGcpOperation WRITE
public static ValidationResultGcpOperation[] values()
for (ValidationResultGcpOperation c : ValidationResultGcpOperation.values()) System.out.println(c);
public static ValidationResultGcpOperation 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.