Class Storage.BucketSourceOption (2.12.0)

public static class Storage.BucketSourceOption extends Option

Class for specifying bucket source options.

Inheritance

Object > Option > Storage.BucketSourceOption

Static Methods

metagenerationMatch(long metageneration)

public static Storage.BucketSourceOption metagenerationMatch(long metageneration)

Returns an option for bucket's metageneration match. If this option is used the request will fail if bucket's metageneration does not match the provided value.

Parameter
NameDescription
metagenerationlong
Returns
TypeDescription
Storage.BucketSourceOption

metagenerationNotMatch(long metageneration)

public static Storage.BucketSourceOption metagenerationNotMatch(long metageneration)

Returns an option for bucket's metageneration mismatch. If this option is used the request will fail if bucket's metageneration matches the provided value.

Parameter
NameDescription
metagenerationlong
Returns
TypeDescription
Storage.BucketSourceOption

requestedPolicyVersion(long version)

public static Storage.BucketSourceOption requestedPolicyVersion(long version)
Parameter
NameDescription
versionlong
Returns
TypeDescription
Storage.BucketSourceOption

userProject(String userProject)

public static Storage.BucketSourceOption userProject(String userProject)

Returns an option for bucket's billing user project. This option is only used by the buckets with 'requester_pays' flag.

Parameter
NameDescription
userProjectString
Returns
TypeDescription
Storage.BucketSourceOption