public static class Storage.ListHmacKeysOption extends Option<com.google.cloud.storage.UnifiedOpts.HmacKeyListOpt>
Modifier and Type | Method and Description |
---|---|
static Storage.ListHmacKeysOption[] |
dedupe(Collection<Storage.ListHmacKeysOption> collection,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
dedupe(Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.ListHmacKeysOption[] |
dedupe(Storage.ListHmacKeysOption[] array,
Storage.ListHmacKeysOption... os)
Deduplicate any options which are the same parameter.
|
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(@NonNull String pageToken)
Returns an option to specify the page token from which to start listing HMAC keys.
|
static Storage.ListHmacKeysOption |
projectId(@NonNull String projectId)
Returns an option to specify the Project ID for this request.
|
static Storage.ListHmacKeysOption |
serviceAccount(@NonNull 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(@NonNull String userProject)
Returns an option to specify the project to be billed for this request.
|
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.ListHmacKeysOption serviceAccount(@NonNull ServiceAccount serviceAccount)
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.ListHmacKeysOption maxResults(long pageSize)
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.ListHmacKeysOption pageToken(@NonNull String pageToken)
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.ListHmacKeysOption showDeletedKeys(boolean showDeletedKeys)
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.ListHmacKeysOption userProject(@NonNull String userProject)
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.ListHmacKeysOption projectId(@NonNull String projectId)
@BetaApi public static Storage.ListHmacKeysOption[] dedupe(Storage.ListHmacKeysOption... os)
os
will be the value included in the return.@BetaApi public static Storage.ListHmacKeysOption[] dedupe(Collection<Storage.ListHmacKeysOption> collection, Storage.ListHmacKeysOption... os)
The value which comes last in collection
and os
will be the value included
in the return. All options from os
will override their counterparts in collection
.
@BetaApi public static Storage.ListHmacKeysOption[] dedupe(Storage.ListHmacKeysOption[] array, Storage.ListHmacKeysOption... os)
The value which comes last in collection
and os
will be the value included
in the return. All options from os
will override their counterparts in collection
.
Copyright © 2023 Google LLC. All rights reserved.