Send feedback
Enum PredefinedObjectAcl
Stay organized with collections
Save and categorize content based on your preferences.
public enum PredefinedObjectAcl extends Enum<PredefinedObjectAcl> implements ProtocolMessageEnum
Predefined or "canned" aliases for sets of specific object ACL entries.
Protobuf enum google.storage.v2.PredefinedObjectAcl
Static Fields
Name Description OBJECT_ACL_AUTHENTICATED_READ Object owner gets OWNER
access, and
allAuthenticatedUsers
get READER
access.
OBJECT_ACL_AUTHENTICATED_READ = 1;
OBJECT_ACL_AUTHENTICATED_READ_VALUE Object owner gets OWNER
access, and
allAuthenticatedUsers
get READER
access.
OBJECT_ACL_AUTHENTICATED_READ = 1;
OBJECT_ACL_BUCKET_OWNER_FULL_CONTROL Object owner gets OWNER
access, and project team owners get
OWNER
access.
OBJECT_ACL_BUCKET_OWNER_FULL_CONTROL = 2;
OBJECT_ACL_BUCKET_OWNER_FULL_CONTROL_VALUE Object owner gets OWNER
access, and project team owners get
OWNER
access.
OBJECT_ACL_BUCKET_OWNER_FULL_CONTROL = 2;
OBJECT_ACL_BUCKET_OWNER_READ Object owner gets OWNER
access, and project team owners get
READER
access.
OBJECT_ACL_BUCKET_OWNER_READ = 3;
OBJECT_ACL_BUCKET_OWNER_READ_VALUE Object owner gets OWNER
access, and project team owners get
READER
access.
OBJECT_ACL_BUCKET_OWNER_READ = 3;
OBJECT_ACL_PRIVATE Object owner gets OWNER
access.
OBJECT_ACL_PRIVATE = 4;
OBJECT_ACL_PRIVATE_VALUE Object owner gets OWNER
access.
OBJECT_ACL_PRIVATE = 4;
OBJECT_ACL_PROJECT_PRIVATE Object owner gets OWNER
access, and project team members get
access according to their roles.
OBJECT_ACL_PROJECT_PRIVATE = 5;
OBJECT_ACL_PROJECT_PRIVATE_VALUE Object owner gets OWNER
access, and project team members get
access according to their roles.
OBJECT_ACL_PROJECT_PRIVATE = 5;
OBJECT_ACL_PUBLIC_READ Object owner gets OWNER
access, and allUsers
get READER
access.
OBJECT_ACL_PUBLIC_READ = 6;
OBJECT_ACL_PUBLIC_READ_VALUE Object owner gets OWNER
access, and allUsers
get READER
access.
OBJECT_ACL_PUBLIC_READ = 6;
PREDEFINED_OBJECT_ACL_UNSPECIFIED No predefined ACL.
PREDEFINED_OBJECT_ACL_UNSPECIFIED = 0;
PREDEFINED_OBJECT_ACL_UNSPECIFIED_VALUE No predefined ACL.
PREDEFINED_OBJECT_ACL_UNSPECIFIED = 0;
UNRECOGNIZED
Static Methods
Name Description forNumber(int value) getDescriptor() internalGetValueMap() valueOf(Descriptors.EnumValueDescriptor desc) valueOf(int value) Deprecated. Use #forNumber(int) instead.
valueOf(String name) values()
Methods
Name Description getDescriptorForType() getNumber() getValueDescriptor()
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 2022-01-25 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 2022-01-25 UTC."],[],[]]