public static class Storage.ListHmacKeysOption extends Option<com.google.cloud.storage.UnifiedOpts.HmacKeyListOpt>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
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.
|
String |
toString()
Deprecated.
|
static Storage.ListHmacKeysOption |
userProject(String userProject)
Returns an option to specify the project to be billed for this request.
|
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.ListHmacKeysOption serviceAccount(ServiceAccount serviceAccount)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.ListHmacKeysOption maxResults(long pageSize)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.ListHmacKeysOption pageToken(String pageToken)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.ListHmacKeysOption showDeletedKeys(boolean showDeletedKeys)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.ListHmacKeysOption userProject(String userProject)
@TransportCompatibility(value={HTTP,GRPC})
public static Storage.ListHmacKeysOption projectId(String projectId)
Copyright © 2022 Google LLC. All rights reserved.