public static class Storage.ListHmacKeysOption extends Option
Modifier and Type | Method and Description |
---|---|
static Storage.ListHmacKeysOption |
maxResults(long pageSize)
Returns an option for the maximum amount of HMAC keys returned per page.
|
static Storage.ListHmacKeysOption |
pageToken(String pageToken)
Returns an option to specify the page token from which to start listing HMAC keys.
|
static Storage.ListHmacKeysOption |
projectId(String projectId)
Returns an option to specify the Project ID for this request.
|
static Storage.ListHmacKeysOption |
serviceAccount(ServiceAccount serviceAccount)
Returns an option for the Service Account whose keys to list.
|
static Storage.ListHmacKeysOption |
showDeletedKeys(boolean showDeletedKeys)
Returns an option to specify whether to show deleted keys in the result.
|
static Storage.ListHmacKeysOption |
userProject(String userProject)
Returns an option to specify the project to be billed for this request.
|
public static Storage.ListHmacKeysOption serviceAccount(ServiceAccount serviceAccount)
public static Storage.ListHmacKeysOption maxResults(long pageSize)
public static Storage.ListHmacKeysOption pageToken(String pageToken)
public static Storage.ListHmacKeysOption showDeletedKeys(boolean showDeletedKeys)
public static Storage.ListHmacKeysOption userProject(String userProject)
public static Storage.ListHmacKeysOption projectId(String projectId)
Copyright © 2019 Google LLC. All rights reserved.