Uses of Class
com.google.cloud.storage.Storage.ListHmacKeysOption
Packages that use Storage.ListHmacKeysOption
-
Uses of Storage.ListHmacKeysOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.ListHmacKeysOptionModifier and TypeMethodDescriptionstatic Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.static Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption[] array, Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.static Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Collection<Storage.ListHmacKeysOption> collection, Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.static Storage.ListHmacKeysOptionStorage.ListHmacKeysOption.maxResults(long pageSize) Returns an option for the maximum amount of HMAC keys returned per page.static Storage.ListHmacKeysOptionReturns an option to specify the page token from which to start listing HMAC keys.static Storage.ListHmacKeysOptionReturns an option to specify the Project ID for this request.static Storage.ListHmacKeysOptionStorage.ListHmacKeysOption.serviceAccount(@NonNull ServiceAccount serviceAccount) Returns an option for the Service Account whose keys to list.static Storage.ListHmacKeysOptionStorage.ListHmacKeysOption.showDeletedKeys(boolean showDeletedKeys) Returns an option to specify whether to show deleted keys in the result.static Storage.ListHmacKeysOptionStorage.ListHmacKeysOption.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.ListHmacKeysOptionModifier and TypeMethodDescriptionstatic Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.static Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Storage.ListHmacKeysOption[] array, Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.static Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Collection<Storage.ListHmacKeysOption> collection, Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.com.google.api.gax.paging.Page<HmacKey.HmacKeyMetadata>Storage.listHmacKeys(Storage.ListHmacKeysOption... options) Lists HMAC keys for a given service account.Method parameters in com.google.cloud.storage with type arguments of type Storage.ListHmacKeysOptionModifier and TypeMethodDescriptionstatic Storage.ListHmacKeysOption[]Storage.ListHmacKeysOption.dedupe(Collection<Storage.ListHmacKeysOption> collection, Storage.ListHmacKeysOption... os) Deduplicate any options which are the same parameter.