Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BucketGetOption[] |
Storage.BucketGetOption.dedupe(Collection<Storage.BucketGetOption> collection,
Storage.BucketGetOption... os)
Deduplicate any options which are the same parameter.
|
static 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.fields(Storage.BucketField... fields)
Returns an option to specify the bucket's fields to be returned by the RPC call.
|
static Storage.BucketGetOption |
Storage.BucketGetOption.metagenerationMatch(long metageneration)
Returns an option for bucket's metageneration match.
|
static Storage.BucketGetOption |
Storage.BucketGetOption.metagenerationNotMatch(long metageneration)
Returns an option for bucket's metageneration mismatch.
|
static Storage.BucketGetOption |
Storage.BucketGetOption.userProject(@NonNull String userProject)
Returns an option for bucket's billing user project.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BucketGetOption[] |
Storage.BucketGetOption.dedupe(Collection<Storage.BucketGetOption> collection,
Storage.BucketGetOption... os)
Deduplicate any options which are the same parameter.
|
static 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(Storage.BucketGetOption[] array,
Storage.BucketGetOption... os)
Deduplicate any options which are the same parameter.
|
Bucket |
Storage.get(String bucket,
Storage.BucketGetOption... options)
Returns the requested bucket or
null if not found. |
Modifier and Type | Method and Description |
---|---|
static Storage.BucketGetOption[] |
Storage.BucketGetOption.dedupe(Collection<Storage.BucketGetOption> collection,
Storage.BucketGetOption... os)
Deduplicate any options which are the same parameter.
|
Copyright © 2023 Google LLC. All rights reserved.