Uses of Class
com.google.cloud.storage.Storage.BucketGetOption
Packages that use Storage.BucketGetOption
-
Uses of Storage.BucketGetOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BucketGetOptionModifier and TypeMethodDescriptionstatic Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.static Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Storage.BucketGetOption[] array, Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.static Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Collection<Storage.BucketGetOption> collection, Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.static Storage.BucketGetOptionStorage.BucketGetOption.extraHeaders(@NonNull com.google.common.collect.ImmutableMap<String, String> extraHeaders) A set of extra headers to be set for all requests performed within the scope of the operation this option is passed to (a get, read, resumable upload etc).static Storage.BucketGetOptionStorage.BucketGetOption.fields(Storage.BucketField... fields) Returns an option to specify the bucket's fields to be returned by the RPC call.static Storage.BucketGetOptionStorage.BucketGetOption.metagenerationMatch(long metageneration) Returns an option for bucket's metageneration match.static Storage.BucketGetOptionStorage.BucketGetOption.metagenerationNotMatch(long metageneration) Returns an option for bucket's metageneration mismatch.static Storage.BucketGetOptionStorage.BucketGetOption.userProject(@NonNull String userProject) Returns an option for bucket's billing user project.Methods in com.google.cloud.storage with parameters of type Storage.BucketGetOptionModifier and TypeMethodDescriptionstatic Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.static Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Storage.BucketGetOption[] array, Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.static Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Collection<Storage.BucketGetOption> collection, Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.Storage.get(String bucket, Storage.BucketGetOption... options) Returns the requested bucket ornullif not found.Method parameters in com.google.cloud.storage with type arguments of type Storage.BucketGetOptionModifier and TypeMethodDescriptionstatic Storage.BucketGetOption[]Storage.BucketGetOption.dedupe(Collection<Storage.BucketGetOption> collection, Storage.BucketGetOption... os) Deduplicate any options which are the same parameter.