Uses of Class
com.google.cloud.storage.Storage.BucketListOption
Packages that use Storage.BucketListOption
-
Uses of Storage.BucketListOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BucketListOptionModifier and TypeMethodDescriptionstatic Storage.BucketListOption[]Storage.BucketListOption.dedupe(Storage.BucketListOption... os) Deduplicate any options which are the same parameter.static Storage.BucketListOption[]Storage.BucketListOption.dedupe(Storage.BucketListOption[] array, Storage.BucketListOption... os) Deduplicate any options which are the same parameter.static Storage.BucketListOption[]Storage.BucketListOption.dedupe(Collection<Storage.BucketListOption> collection, Storage.BucketListOption... os) Deduplicate any options which are the same parameter.static Storage.BucketListOptionStorage.BucketListOption.fields(Storage.BucketField... fields) Returns an option to specify the bucket's fields to be returned by the RPC call.static Storage.BucketListOptionStorage.BucketListOption.pageSize(long pageSize) Returns an option to specify the maximum number of buckets returned per page.static Storage.BucketListOptionReturns an option to specify the page token from which to start listing buckets.static Storage.BucketListOptionReturns an option to set a prefix to filter results to buckets whose names begin with this prefix.static Storage.BucketListOptionStorage.BucketListOption.userProject(@NonNull String userProject) Returns an option for bucket's billing user project.Methods in com.google.cloud.storage with parameters of type Storage.BucketListOptionModifier and TypeMethodDescriptionstatic Storage.BucketListOption[]Storage.BucketListOption.dedupe(Storage.BucketListOption... os) Deduplicate any options which are the same parameter.static Storage.BucketListOption[]Storage.BucketListOption.dedupe(Storage.BucketListOption[] array, Storage.BucketListOption... os) Deduplicate any options which are the same parameter.static Storage.BucketListOption[]Storage.BucketListOption.dedupe(Collection<Storage.BucketListOption> collection, Storage.BucketListOption... os) Deduplicate any options which are the same parameter.com.google.api.gax.paging.Page<Bucket>Storage.list(Storage.BucketListOption... options) Lists the project's buckets.Method parameters in com.google.cloud.storage with type arguments of type Storage.BucketListOptionModifier and TypeMethodDescriptionstatic Storage.BucketListOption[]Storage.BucketListOption.dedupe(Collection<Storage.BucketListOption> collection, Storage.BucketListOption... os) Deduplicate any options which are the same parameter.