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