public static Storage.BucketGetOption fields(Storage.BucketField[] fields)
Returns an option to specify the bucket's fields to be returned by the RPC call. If this
option is not provided all bucket's fields are returned. BucketGetOption.fields) can
be used to specify only the fields of interest. Bucket name is always returned, even if not
specified.
public static Storage.BucketGetOption metagenerationMatch(long metageneration)
Returns an option for bucket's metageneration match. If this option is used the request will
fail if bucket's metageneration does not match the provided value.
public static Storage.BucketGetOption metagenerationNotMatch(long metageneration)
Returns an option for bucket's metageneration mismatch. If this option is used the request
will fail if bucket's metageneration matches 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-10-30 UTC."],[],[]]