Uses of Class
com.google.cloud.storage.Storage.BlobListOption
Packages that use Storage.BlobListOption
-
Uses of Storage.BlobListOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BlobListOptionModifier and TypeMethodDescriptionstatic Storage.BlobListOptionStorage.BlobListOption.currentDirectory()If specified, results are returned in a directory-like mode.static Storage.BlobListOption[]Storage.BlobListOption.dedupe(Storage.BlobListOption... os) Deduplicate any options which are the same parameter.static Storage.BlobListOption[]Storage.BlobListOption.dedupe(Storage.BlobListOption[] array, Storage.BlobListOption... os) Deduplicate any options which are the same parameter.static Storage.BlobListOption[]Storage.BlobListOption.dedupe(Collection<Storage.BlobListOption> collection, Storage.BlobListOption... os) Deduplicate any options which are the same parameter.static Storage.BlobListOptionReturns an option to set a delimiter.static Storage.BlobListOptionReturns an option to set a endOffset to filter results to objects whose names are lexicographically before endOffset.static Storage.BlobListOptionStorage.BlobListOption.fields(Storage.BlobField... fields) Returns an option to specify the blob's fields to be returned by the RPC call.static Storage.BlobListOptionStorage.BlobListOption.includeFolders(boolean includeFolders) Returns an option for whether to include all Folders (including empty Folders) in response.static Storage.BlobListOptionReturns an option to set a glob pattern to filter results to blobs that match the pattern.static Storage.BlobListOptionStorage.BlobListOption.pageSize(long pageSize) Returns an option to specify the maximum number of blobs returned per page.static Storage.BlobListOptionReturns an option to specify the page token from which to start listing blobs.static Storage.BlobListOptionReturns an option to set a prefix to filter results to blobs whose names begin with this prefix.static Storage.BlobListOptionStorage.BlobListOption.softDeleted(boolean softDeleted) Returns an option for whether the list result should include soft-deleted objects.static Storage.BlobListOptionStorage.BlobListOption.startOffset(@NonNull String startOffset) Returns an option to set a startOffset to filter results to objects whose names are lexicographically equal to or after startOffset.static Storage.BlobListOptionStorage.BlobListOption.userProject(@NonNull String userProject) Returns an option to define the billing user project.static Storage.BlobListOptionStorage.BlobListOption.versions(boolean versions) If set totrue, lists all versions of a blob.Methods in com.google.cloud.storage with parameters of type Storage.BlobListOptionModifier and TypeMethodDescriptionstatic Storage.BlobListOption[]Storage.BlobListOption.dedupe(Storage.BlobListOption... os) Deduplicate any options which are the same parameter.static Storage.BlobListOption[]Storage.BlobListOption.dedupe(Storage.BlobListOption[] array, Storage.BlobListOption... os) Deduplicate any options which are the same parameter.static Storage.BlobListOption[]Storage.BlobListOption.dedupe(Collection<Storage.BlobListOption> collection, Storage.BlobListOption... os) Deduplicate any options which are the same parameter.com.google.api.gax.paging.Page<Blob>Bucket.list(Storage.BlobListOption... options) Returns the paginated list ofBlobin this bucket.com.google.api.gax.paging.Page<Blob>Storage.list(String bucket, Storage.BlobListOption... options) Lists the bucket's blobs.Method parameters in com.google.cloud.storage with type arguments of type Storage.BlobListOptionModifier and TypeMethodDescriptionstatic Storage.BlobListOption[]Storage.BlobListOption.dedupe(Collection<Storage.BlobListOption> collection, Storage.BlobListOption... os) Deduplicate any options which are the same parameter.