Send feedback
Class Acl (2.11.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.11.3 keyboard_arrow_down
public final class Acl implements Serializable
Static Methods
newBuilder(Acl.Entity entity, Acl.Role role)
public static Acl.Builder newBuilder(Acl.Entity entity, Acl.Role role)
Returns a builder for Acl
objects.
Parameters
Name
Description
entity
Acl.Entity
the entity for this ACL object
role
Acl.Role
the role to associate to the entity
object
Returns
of(Acl.Entity entity, Acl.Role role)
public static Acl of(Acl.Entity entity, Acl.Role role)
Parameters
Name
Description
entity
Acl.Entity
the entity for this ACL object
role
Acl.Role
the role to associate to the entity
object
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getEntity()
public Acl.Entity getEntity()
Returns the entity for this ACL object.
Returns
getEtag()
Returns HTTP 1.1 Entity tag for the ACL entry.
See Also: Entity Tags
Returns
getId()
Returns the ID of the ACL entry.
Returns
getRole()
public Acl.Role getRole()
Returns the role associated to the entity in this ACL object.
Returns
hashCode()
Returns
Overrides
toBuilder()
public Acl.Builder toBuilder()
Returns a builder for this Acl
object.
Returns
toString()
Returns
Overrides
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-10-30 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-10-30 UTC."],[],[]]