public static Storage.BlobWriteOption[] dedupe(Storage.BlobWriteOption[] array, Storage.BlobWriteOption[] os)
Deduplicate any options which are the same parameter.
The value which comes last in collection and os will be the value included
in the return. All options from os will override their counterparts in
collection.
public static Storage.BlobWriteOption[] dedupe(Collection<Storage.BlobWriteOption> collection, Storage.BlobWriteOption[] os)
Deduplicate any options which are the same parameter.
The value which comes last in collection and os will be the value included
in the return. All options from os will override their counterparts in
collection.
public static Storage.BlobWriteOption detectContentType()
Returns an option for detecting content type. If this option is used, the content type is
detected from the blob name if not explicitly set. This option is on the client side only, it
does not appear in a RPC call.
Content type detection is based on the database presented by URLConnection#getFileNameMap()
public static Storage.BlobWriteOption generationMatch(long generation)
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.
public static Storage.BlobWriteOption generationNotMatch(long generation)
Returns an option for blob's data generation mismatch. If this option is used the request
will fail if blob's generation does not match the provided value.
public static Storage.BlobWriteOption metagenerationMatch(long metageneration)
Returns an option for blob's metageneration match. If this option is used the request will
fail if blob's generation does not match the provided value.
public static Storage.BlobWriteOption metagenerationNotMatch(long metageneration)
Returns an option for blob's metageneration mismatch. If this option is used the request will
fail if blob's generation does not match the provided value.
[[["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-11-01 UTC."],[],[]]