Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BlobListOption |
Storage.BlobListOption.currentDirectory()
If specified, results are returned in a directory-like mode.
|
static Storage.BlobListOption[] |
Storage.BlobListOption.dedupe(Collection<Storage.BlobListOption> collection,
Storage.BlobListOption... os)
Deduplicate any options which are the same parameter.
|
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.delimiter(@NonNull String delimiter)
Returns an option to set a delimiter.
|
static Storage.BlobListOption |
Storage.BlobListOption.endOffset(@NonNull String endOffset)
Returns an option to set a endOffset to filter results to objects whose names are
lexicographically before endOffset.
|
static Storage.BlobListOption |
Storage.BlobListOption.fields(Storage.BlobField... fields)
Returns an option to specify the blob's fields to be returned by the RPC call.
|
static Storage.BlobListOption |
Storage.BlobListOption.matchGlob(@NonNull String glob)
Returns an option to set a glob pattern to filter results to blobs that match the pattern.
|
static Storage.BlobListOption |
Storage.BlobListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of blobs returned per page.
|
static Storage.BlobListOption |
Storage.BlobListOption.pageToken(@NonNull String pageToken)
Returns an option to specify the page token from which to start listing blobs.
|
static Storage.BlobListOption |
Storage.BlobListOption.prefix(@NonNull String prefix)
Returns an option to set a prefix to filter results to blobs whose names begin with this
prefix.
|
static Storage.BlobListOption |
Storage.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.BlobListOption |
Storage.BlobListOption.userProject(@NonNull String userProject)
Returns an option to define the billing user project.
|
static Storage.BlobListOption |
Storage.BlobListOption.versions(boolean versions)
If set to
true , lists all versions of a blob. |
Modifier and Type | Method and Description |
---|---|
static Storage.BlobListOption[] |
Storage.BlobListOption.dedupe(Collection<Storage.BlobListOption> collection,
Storage.BlobListOption... os)
Deduplicate any options which are the same parameter.
|
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(Storage.BlobListOption[] array,
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 of
Blob in this bucket. |
com.google.api.gax.paging.Page<Blob> |
Storage.list(String bucket,
Storage.BlobListOption... options)
Lists the bucket's blobs.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BlobListOption[] |
Storage.BlobListOption.dedupe(Collection<Storage.BlobListOption> collection,
Storage.BlobListOption... os)
Deduplicate any options which are the same parameter.
|
Copyright © 2023 Google LLC. All rights reserved.