Class Acl (2.42.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Returns |
Type |
Description |
String |
|
getId()
Returns the ID of the ACL entry.
Returns |
Type |
Description |
String |
|
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()
Returns |
Type |
Description |
String |
|
Overrides
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-09-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-10 UTC."}