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.maxResults(long pageSize)
Returns an option for the maximum amount of HMAC keys returned per page.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing HMAC keys.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.projectId(String projectId)
Returns an option to specify the Project ID for this request.
|
static Storage.ListHmacKeysOption |
Storage.ListHmacKeysOption.serviceAccount(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(String userProject)
Returns an option to specify the project to be billed for this request.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.paging.Page<HmacKey.HmacKeyMetadata> |
Storage.listHmacKeys(Storage.ListHmacKeysOption... options)
Lists HMAC keys for a given service account.
|
Copyright © 2019 Google LLC. All rights reserved.