Uses of Class
com.google.cloud.storage.Storage.UpdateHmacKeyOption
Packages that use Storage.UpdateHmacKeyOption
-
Uses of Storage.UpdateHmacKeyOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.UpdateHmacKeyOptionModifier and TypeMethodDescriptionstatic Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Storage.UpdateHmacKeyOption[] array, Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Collection<Storage.UpdateHmacKeyOption> collection, Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.UpdateHmacKeyOptionStorage.UpdateHmacKeyOption.extraHeaders(@NonNull com.google.common.collect.ImmutableMap<String, String> extraHeaders) A set of extra headers to be set for all requests performed within the scope of the operation this option is passed to (a get, read, resumable upload etc).static Storage.UpdateHmacKeyOptionStorage.UpdateHmacKeyOption.userProject(@NonNull String userProject) Returns an option to specify the project to be billed for this request.Methods in com.google.cloud.storage with parameters of type Storage.UpdateHmacKeyOptionModifier and TypeMethodDescriptionstatic Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Storage.UpdateHmacKeyOption[] array, Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Collection<Storage.UpdateHmacKeyOption> collection, Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.Storage.updateHmacKeyState(HmacKey.HmacKeyMetadata hmacKeyMetadata, HmacKey.HmacKeyState state, Storage.UpdateHmacKeyOption... options) Updates the state of an HMAC key and returns the updated metadata.Method parameters in com.google.cloud.storage with type arguments of type Storage.UpdateHmacKeyOptionModifier and TypeMethodDescriptionstatic Storage.UpdateHmacKeyOption[]Storage.UpdateHmacKeyOption.dedupe(Collection<Storage.UpdateHmacKeyOption> collection, Storage.UpdateHmacKeyOption... os) Deduplicate any options which are the same parameter.