public static class Storage.BucketSourceOption extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
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)
Copyright © 2017 Google. All rights reserved.