public static class Storage.UpdateHmacKeyOption extends Option<com.google.cloud.storage.UnifiedOpts.HmacKeyTargetOpt>
Modifier and Type | Method and Description |
---|---|
static Storage.UpdateHmacKeyOption[] |
dedupe(Collection<Storage.UpdateHmacKeyOption> collection,
Storage.UpdateHmacKeyOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.UpdateHmacKeyOption[] |
dedupe(Storage.UpdateHmacKeyOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.UpdateHmacKeyOption[] |
dedupe(Storage.UpdateHmacKeyOption[] array,
Storage.UpdateHmacKeyOption... os)
Deduplicate any options which are the same parameter.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
static Storage.UpdateHmacKeyOption |
userProject(@NonNull String userProject)
Returns an option to specify the project to be billed for this request.
|
@TransportCompatibility(value={HTTP,GRPC}) public static Storage.UpdateHmacKeyOption userProject(@NonNull String userProject)
@BetaApi public static Storage.UpdateHmacKeyOption[] dedupe(Storage.UpdateHmacKeyOption... os)
os
will be the value included in the return.@BetaApi public static Storage.UpdateHmacKeyOption[] dedupe(Collection<Storage.UpdateHmacKeyOption> collection, Storage.UpdateHmacKeyOption... 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.UpdateHmacKeyOption[] dedupe(Storage.UpdateHmacKeyOption[] array, Storage.UpdateHmacKeyOption... 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.