Send feedback
Class Storage.BucketTargetOption (2.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.1.10 keyboard_arrow_down
public static class Storage . BucketTargetOption extends Option
Class for specifying bucket target options.
Methods
public static Storage . BucketTargetOption metagenerationMatch ()
Returns an option for bucket's metageneration match. If this option is used the request will
fail if metageneration does not match.
Returns
public static Storage . BucketTargetOption metagenerationNotMatch ()
Returns an option for bucket's metageneration mismatch. If this option is used the request
will fail if metageneration matches.
Returns
predefinedAcl(Storage.PredefinedAcl acl)
public static Storage . BucketTargetOption predefinedAcl ( Storage . PredefinedAcl acl )
Returns an option for specifying bucket's predefined ACL configuration.
Parameter
Returns
predefinedDefaultObjectAcl(Storage.PredefinedAcl acl)
public static Storage . BucketTargetOption predefinedDefaultObjectAcl ( Storage . PredefinedAcl acl )
Returns an option for specifying bucket's default ACL configuration for blobs.
Parameter
Returns
projection(String projection)
public static Storage . BucketTargetOption projection ( String projection )
Returns an option to define the projection in the API request. In some cases this option may
be needed to be set to noAcl
to omit ACL data from the response. The default value is
full
Parameter
Name
Description
projection
String
Returns
userProject(String userProject)
public static Storage . BucketTargetOption userProject ( String userProject )
Returns an option to define the billing user project. This option is required by buckets with
requester_pays
flag enabled to assign operation costs.
Parameter
Name
Description
userProject
String
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["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-06 UTC."],[],[]]