Package com.google.cloud.storage
Class Storage.DeleteHmacKeyOption
java.lang.Object
com.google.cloud.storage.Option<com.google.cloud.storage.UnifiedOpts.HmacKeyTargetOpt>
com.google.cloud.storage.Storage.DeleteHmacKeyOption
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- Storage
public static class Storage.DeleteHmacKeyOption
extends Option<com.google.cloud.storage.UnifiedOpts.HmacKeyTargetOpt>
Class for specifying deleteHmacKey options
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic Storage.DeleteHmacKeyOption[]Deduplicate any options which are the same parameter.static Storage.DeleteHmacKeyOption[]dedupe(Storage.DeleteHmacKeyOption[] array, Storage.DeleteHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.DeleteHmacKeyOption[]dedupe(Collection<Storage.DeleteHmacKeyOption> collection, Storage.DeleteHmacKeyOption... os) Deduplicate any options which are the same parameter.booleanDeprecated.inthashCode()Deprecated.toString()Deprecated.static Storage.DeleteHmacKeyOptionuserProject(@NonNull String userProject) Returns an option to specify the project to be billed for this request.
-
Method Details
-
userProject
@TransportCompatibility({HTTP,GRPC}) public static Storage.DeleteHmacKeyOption userProject(@NonNull String userProject) Returns an option to specify the project to be billed for this request. Required for Requester Pays buckets. -
dedupe
Deduplicate any options which are the same parameter. The value which comes last inoswill be the value included in the return. -
dedupe
public static Storage.DeleteHmacKeyOption[] dedupe(Collection<Storage.DeleteHmacKeyOption> collection, Storage.DeleteHmacKeyOption... os) Deduplicate any options which are the same parameter.The value which comes last in
collectionandoswill be the value included in the return. All options fromoswill override their counterparts incollection. -
dedupe
public static Storage.DeleteHmacKeyOption[] dedupe(Storage.DeleteHmacKeyOption[] array, Storage.DeleteHmacKeyOption... os) Deduplicate any options which are the same parameter.The value which comes last in
collectionandoswill be the value included in the return. All options fromoswill override their counterparts incollection. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-