public static enum Storage.BucketField extends Enum<Storage.BucketField> implements FieldSelector
FieldSelector.Helper
Enum Constant and Description |
---|
ACL |
BILLING |
CORS |
DEFAULT_EVENT_BASED_HOLD |
DEFAULT_OBJECT_ACL |
ENCRYPTION |
ETAG |
IAMCONFIGURATION |
ID |
LIFECYCLE |
LOCATION |
METAGENERATION |
NAME |
OWNER |
RETENTION_POLICY |
SELF_LINK |
STORAGE_CLASS |
TIME_CREATED |
VERSIONING |
WEBSITE |
Modifier and Type | Method and Description |
---|---|
String |
getSelector()
Returns a string selector.
|
static Storage.BucketField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Storage.BucketField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Storage.BucketField ID
public static final Storage.BucketField SELF_LINK
public static final Storage.BucketField NAME
public static final Storage.BucketField TIME_CREATED
public static final Storage.BucketField METAGENERATION
public static final Storage.BucketField ACL
public static final Storage.BucketField DEFAULT_OBJECT_ACL
public static final Storage.BucketField OWNER
public static final Storage.BucketField LOCATION
public static final Storage.BucketField WEBSITE
public static final Storage.BucketField VERSIONING
public static final Storage.BucketField CORS
public static final Storage.BucketField LIFECYCLE
public static final Storage.BucketField STORAGE_CLASS
public static final Storage.BucketField ETAG
public static final Storage.BucketField ENCRYPTION
public static final Storage.BucketField BILLING
public static final Storage.BucketField DEFAULT_EVENT_BASED_HOLD
public static final Storage.BucketField RETENTION_POLICY
public static final Storage.BucketField IAMCONFIGURATION
public static Storage.BucketField[] values()
for (Storage.BucketField c : Storage.BucketField.values()) System.out.println(c);
public static Storage.BucketField 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 nullpublic String getSelector()
FieldSelector
getSelector
in interface FieldSelector
Copyright © 2019 Google LLC. All rights reserved.