public static class Storage.BucketSourceOption extends Option<UnifiedOpts.BucketSourceOpt>
Class for specifying bucket source options.
Inheritance
java.lang.Object >
com.google.cloud.storage.UnifiedOpts.OptionShim >
Option >
Storage.BucketSourceOption
Inherited Members
com.google.cloud.storage.UnifiedOpts.OptionShim.equals(java.lang.Object)
com.google.cloud.storage.UnifiedOpts.OptionShim.hashCode()
com.google.cloud.storage.UnifiedOpts.OptionShim.toString()
Static Methods
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 |
---|
Name | Description |
metageneration | long
|
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 |
---|
Name | Description |
metageneration | long
|
requestedPolicyVersion(long version)
public static Storage.BucketSourceOption requestedPolicyVersion(long version)
Parameter |
---|
Name | Description |
version | long
|