public static class Storage.BucketSourceOption extends Option<com.google.cloud.storage.UnifiedOpts.BucketSourceOpt>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
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) |
String |
toString()
Deprecated.
|
static Storage.BucketSourceOption |
userProject(String userProject)
Returns an option for bucket's billing user project.
|
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.BucketSourceOption metagenerationMatch(long metageneration)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.BucketSourceOption metagenerationNotMatch(long metageneration)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.BucketSourceOption userProject(String userProject)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.BucketSourceOption requestedPolicyVersion(long version)
Copyright © 2022 Google LLC. All rights reserved.