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