public static enum GoogleStorageApiException.Operation extends Enum<GoogleStorageApiException.Operation>
Modifier and Type | Method and Description |
---|---|
static GoogleStorageApiException.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleStorageApiException.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleStorageApiException.Operation CREATE_BLOB_ACL
public static final GoogleStorageApiException.Operation CREATE_BLOB
public static final GoogleStorageApiException.Operation CREATE_BUCKET_ACL
public static final GoogleStorageApiException.Operation CREATE_BUCKET
public static final GoogleStorageApiException.Operation CREATE_DEFAULT_ACL
public static final GoogleStorageApiException.Operation DELETE_BLOB_ACL
public static final GoogleStorageApiException.Operation DELETE_BLOB
public static final GoogleStorageApiException.Operation DELETE_BUCKET_ACL
public static final GoogleStorageApiException.Operation DELETE_BUCKET
public static final GoogleStorageApiException.Operation DELETE_DEFAULT_ACL
public static final GoogleStorageApiException.Operation GET_BLOB_ACLS
public static final GoogleStorageApiException.Operation GET_BLOB
public static final GoogleStorageApiException.Operation GET_BLOBS
public static final GoogleStorageApiException.Operation GET_BUCKET_ACLS
public static final GoogleStorageApiException.Operation GET_BUCKET
public static final GoogleStorageApiException.Operation GET_CONTENT_BLOB
public static final GoogleStorageApiException.Operation GET_DEFAULT_ACLS
public static final GoogleStorageApiException.Operation LIST_BUCKETS
public static final GoogleStorageApiException.Operation READ_CHANNEL
public static final GoogleStorageApiException.Operation RELOCATE_BLOB
public static final GoogleStorageApiException.Operation SIGN_URL_BLOB
public static final GoogleStorageApiException.Operation UPDATE_BLOB_ACL
public static final GoogleStorageApiException.Operation UPDATE_BLOB
public static final GoogleStorageApiException.Operation UPDATE_BUCKET_ACL
public static final GoogleStorageApiException.Operation UPDATE_BUCKET
public static final GoogleStorageApiException.Operation UPDATE_DEFAULT_ACL
public static final GoogleStorageApiException.Operation WRITE_CHANNEL
public static final GoogleStorageApiException.Operation UNKOWN
public static GoogleStorageApiException.Operation[] values()
for (GoogleStorageApiException.Operation c : GoogleStorageApiException.Operation.values()) System.out.println(c);
public static GoogleStorageApiException.Operation 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 © 2010–2018. All rights reserved.