Uses of Class
com.google.cloud.storage.Storage.CreateHmacKeyOption
Packages that use Storage.CreateHmacKeyOption
-
Uses of Storage.CreateHmacKeyOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.CreateHmacKeyOptionModifier and TypeMethodDescriptionstatic Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Storage.CreateHmacKeyOption[] array, Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Collection<Storage.CreateHmacKeyOption> collection, Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.CreateHmacKeyOptionStorage.CreateHmacKeyOption.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.CreateHmacKeyOptionReturns an option to specify the Project ID for this request.static Storage.CreateHmacKeyOptionStorage.CreateHmacKeyOption.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.CreateHmacKeyOptionModifier and TypeMethodDescriptionStorage.createHmacKey(ServiceAccount serviceAccount, Storage.CreateHmacKeyOption... options) Creates a new HMAC Key for the provided service account, including the secret key.static Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Storage.CreateHmacKeyOption[] array, Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.static Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Collection<Storage.CreateHmacKeyOption> collection, Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.Method parameters in com.google.cloud.storage with type arguments of type Storage.CreateHmacKeyOptionModifier and TypeMethodDescriptionstatic Storage.CreateHmacKeyOption[]Storage.CreateHmacKeyOption.dedupe(Collection<Storage.CreateHmacKeyOption> collection, Storage.CreateHmacKeyOption... os) Deduplicate any options which are the same parameter.