ProjectsLocationsClustersAclsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addAclEntry(AclEntry request, String acl, {String? $fields})
→ Future<AddAclEntryResponse>
-
Incremental update: Adds an acl entry to an acl.
-
create(Acl request, String parent, {String? aclId, String? $fields})
→ Future<Acl>
-
Creates a new acl in the given project, location, and cluster.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes an acl.
-
get(String name, {String? $fields})
→ Future<Acl>
-
Returns the properties of a single acl.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListAclsResponse>
-
Lists the acls in a given cluster.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Acl request, String name, {String? updateMask, String? $fields})
→ Future<Acl>
-
Updates the properties of a single acl.
-
removeAclEntry(AclEntry request, String acl, {String? $fields})
→ Future<RemoveAclEntryResponse>
-
Incremental update: Removes an acl entry from an acl.
-
toString()
→ String
-
A string representation of this object.
inherited