Returns an option for blob's data generation match. If this option is used the request will
fail if blob's generation does not match. The generation value to compare with the actual
blob's generation is taken from a source BlobId object. When this option is passed to
a Storage method and BlobId#getGeneration() is null or no BlobId is provided an exception is thrown.
Returns an option for blob's data generation match. If this option is used the request will
fail if blob's generation does not match the provided value.
Deprecated.This option is invalid, and can never result in a valid response from the server.
use #generationNotMatch(long) instead.
Returns an option for blob's data generation mismatch. If this option is used the request
will fail if blob's generation matches. The generation value to compare with the actual
blob's generation is taken from a source BlobId object. When this option is passed to
a Storage method and BlobId#getGeneration() is null or no BlobId is provided an exception is thrown.
Returns an option for blob's metageneration match. If this option is used the request will
fail if blob's metageneration does not match the provided value.
Returns an option for blob's metageneration mismatch. If this option is used the request will
fail if blob's metageneration matches the provided value.
Returns an option for whether the request should return the raw input stream, instead of
automatically decompressing the content. By default, this is false for Blob.downloadTo(), but
true for ReadChannel.read().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]