public static class Storage.BucketTargetOption extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static Storage.BucketTargetOption |
metagenerationMatch()
Returns an option for bucket's metageneration match.
|
static Storage.BucketTargetOption |
metagenerationNotMatch()
Returns an option for bucket's metageneration mismatch.
|
static Storage.BucketTargetOption |
predefinedAcl(Storage.PredefinedAcl acl)
Returns an option for specifying bucket's predefined ACL configuration.
|
static Storage.BucketTargetOption |
predefinedDefaultObjectAcl(Storage.PredefinedAcl acl)
Returns an option for specifying bucket's default ACL configuration for blobs.
|
String |
toString() |
static Storage.BucketTargetOption |
userProject(String userProject)
Returns an option to define the billing user project.
|
public static Storage.BucketTargetOption predefinedAcl(Storage.PredefinedAcl acl)
public static Storage.BucketTargetOption predefinedDefaultObjectAcl(Storage.PredefinedAcl acl)
public static Storage.BucketTargetOption metagenerationMatch()
public static Storage.BucketTargetOption metagenerationNotMatch()
public static Storage.BucketTargetOption userProject(String userProject)
Copyright © 2018 Google. All rights reserved.