public static class Storage.BucketSourceOption extends Option
Modifier and Type | Method and Description |
---|---|
static Storage.BucketSourceOption |
metagenerationMatch(long metageneration)
Returns an option for bucket's metageneration match.
|
static Storage.BucketSourceOption |
metagenerationNotMatch(long metageneration)
Returns an option for bucket's metageneration mismatch.
|
static Storage.BucketSourceOption |
requestedPolicyVersion(long version) |
static Storage.BucketSourceOption |
userProject(String userProject)
Returns an option for bucket's billing user project.
|
public static Storage.BucketSourceOption metagenerationMatch(long metageneration)
public static Storage.BucketSourceOption metagenerationNotMatch(long metageneration)
public static Storage.BucketSourceOption userProject(String userProject)
public static Storage.BucketSourceOption requestedPolicyVersion(long version)
Copyright © 2022 Google LLC. All rights reserved.