public static enum ThrottledGoogleCloudStorage.StorageOperation extends Enum<ThrottledGoogleCloudStorage.StorageOperation>
| Enum Constant and Description |
|---|
COMPOSE_OBJECTS |
COPY_OBJECT |
CREATE_BUCKET |
CREATE_OBJECT |
DELETE_BUCKETS |
DELETE_OBJECTS |
GET_ITEMINFO |
LIST_BUCKETS |
LIST_OBJECTS |
OPEN_OBJECT |
UPDATE_ITEMINFO |
| Modifier and Type | Method and Description |
|---|---|
static ThrottledGoogleCloudStorage.StorageOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThrottledGoogleCloudStorage.StorageOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThrottledGoogleCloudStorage.StorageOperation CREATE_BUCKET
public static final ThrottledGoogleCloudStorage.StorageOperation DELETE_BUCKETS
public static final ThrottledGoogleCloudStorage.StorageOperation CREATE_OBJECT
public static final ThrottledGoogleCloudStorage.StorageOperation COMPOSE_OBJECTS
public static final ThrottledGoogleCloudStorage.StorageOperation DELETE_OBJECTS
public static final ThrottledGoogleCloudStorage.StorageOperation OPEN_OBJECT
public static final ThrottledGoogleCloudStorage.StorageOperation COPY_OBJECT
public static final ThrottledGoogleCloudStorage.StorageOperation LIST_BUCKETS
public static final ThrottledGoogleCloudStorage.StorageOperation LIST_OBJECTS
public static final ThrottledGoogleCloudStorage.StorageOperation GET_ITEMINFO
public static final ThrottledGoogleCloudStorage.StorageOperation UPDATE_ITEMINFO
public static ThrottledGoogleCloudStorage.StorageOperation[] values()
for (ThrottledGoogleCloudStorage.StorageOperation c : ThrottledGoogleCloudStorage.StorageOperation.values()) System.out.println(c);
public static ThrottledGoogleCloudStorage.StorageOperation 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 © 2016. All rights reserved.