Uses of Class
com.google.cloud.storage.Storage.BlobRestoreOption
Packages that use Storage.BlobRestoreOption
-
Uses of Storage.BlobRestoreOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BlobRestoreOptionModifier and TypeMethodDescriptionstatic Storage.BlobRestoreOptionStorage.BlobRestoreOption.copySourceAcl(boolean copySourceAcl) Returns an option for whether the restored object should copy the access controls of the source object.static Storage.BlobRestoreOptionStorage.BlobRestoreOption.generationMatch(long generation) Returns an option for blob's data generation match.static Storage.BlobRestoreOptionStorage.BlobRestoreOption.generationNotMatch(long generation) Returns an option for blob's data generation mismatch.static Storage.BlobRestoreOptionStorage.BlobRestoreOption.metagenerationMatch(long generation) Returns an option for blob's metageneration match.static Storage.BlobRestoreOptionStorage.BlobRestoreOption.metagenerationNotMatch(long generation) Returns an option for blob's metageneration mismatch.Methods in com.google.cloud.storage with parameters of type Storage.BlobRestoreOptionModifier and TypeMethodDescriptionStorage.restore(BlobId blob, Storage.BlobRestoreOption... options) Restores a soft-deleted object to full object status and returns the object.