Uses of Class
com.google.cloud.storage.Storage.BucketSourceOption
Packages that use Storage.BucketSourceOption
-
Uses of Storage.BucketSourceOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BucketSourceOptionModifier and TypeMethodDescriptionstatic Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.static Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Storage.BucketSourceOption[] array, Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.static Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Collection<Storage.BucketSourceOption> collection, Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.static Storage.BucketSourceOptionStorage.BucketSourceOption.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.BucketSourceOptionStorage.BucketSourceOption.metagenerationMatch(long metageneration) Returns an option for bucket's metageneration match.static Storage.BucketSourceOptionStorage.BucketSourceOption.metagenerationNotMatch(long metageneration) Returns an option for bucket's metageneration mismatch.static Storage.BucketSourceOptionStorage.BucketSourceOption.requestedPolicyVersion(long version) static Storage.BucketSourceOptionStorage.BucketSourceOption.userProject(@NonNull String userProject) Returns an option for bucket's billing user project.Methods in com.google.cloud.storage with parameters of type Storage.BucketSourceOptionModifier and TypeMethodDescriptionStorage.createAcl(String bucket, Acl acl, Storage.BucketSourceOption... options) Creates a new ACL entry on the specified bucket.static Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.static Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Storage.BucketSourceOption[] array, Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.static Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Collection<Storage.BucketSourceOption> collection, Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.booleanStorage.delete(String bucket, Storage.BucketSourceOption... options) Deletes the requested bucket.booleanStorage.deleteAcl(String bucket, Acl.Entity entity, Storage.BucketSourceOption... options) Deletes the ACL entry for the specified entity on the specified bucket.Storage.getAcl(String bucket, Acl.Entity entity, Storage.BucketSourceOption... options) Returns the ACL entry for the specified entity on the specified bucket ornullif not found.com.google.cloud.PolicyStorage.getIamPolicy(String bucket, Storage.BucketSourceOption... options) Gets the IAM policy for the provided bucket.Storage.listAcls(String bucket, Storage.BucketSourceOption... options) Lists the ACL entries for the provided bucket.com.google.cloud.PolicyStorage.setIamPolicy(String bucket, com.google.cloud.Policy policy, Storage.BucketSourceOption... options) Updates the IAM policy on the specified bucket.Storage.testIamPermissions(String bucket, List<String> permissions, Storage.BucketSourceOption... options) Tests whether the caller holds the permissions on the specified bucket.Storage.updateAcl(String bucket, Acl acl, Storage.BucketSourceOption... options) Updates an ACL entry on the specified bucket.Method parameters in com.google.cloud.storage with type arguments of type Storage.BucketSourceOptionModifier and TypeMethodDescriptionstatic Storage.BucketSourceOption[]Storage.BucketSourceOption.dedupe(Collection<Storage.BucketSourceOption> collection, Storage.BucketSourceOption... os) Deduplicate any options which are the same parameter.