Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Collection<Storage.ListHmacKeysOption> collection,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption[] array,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.maxResults(long pageSize)
Returns an option for the maximum amount of HMAC keys returned per page.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.pageToken(@NonNull String pageToken)
Returns an option to specify the page token from which to start listing HMAC keys.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.projectId(@NonNull String projectId)
Returns an option to specify the Project ID for this request.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.serviceAccount(@NonNull ServiceAccount serviceAccount)
Returns an option for the Service Account whose keys to list.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.showDeletedKeys(boolean showDeletedKeys)
Returns an option to specify whether to show deleted keys in the result.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.userProject(@NonNull String userProject)
Returns an option to specify the project to be billed for this request.
|
Modifier and Type | Method and Description |
---|---|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Collection<Storage.ListHmacKeysOption> collection,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption[] array,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption[] array,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
com.google.api.gax.paging.Page<HmacKey.HmacKeyMetadata> |
Storage.listHmacKeys(Storage.ListHmacKeysOption... options)
Lists HMAC keys for a given service account.
|
Modifier and Type | Method and Description |
---|---|
static Storage.ListHmacKeysOption[] |
Storage.ListHmacKeysOption.dedupe(Collection<Storage.ListHmacKeysOption> collection,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
Copyright © 2023 Google LLC. All rights reserved.