ProjectsLocationsDnsBindPermissionResource class

Constructors

ProjectsLocationsDnsBindPermissionResource(ApiRequester client)

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

grant(GrantDnsBindPermissionRequest request, String name, {String? $fields}) Future<Operation>
Grants the bind permission to the customer provided principal(user / service account) to bind their DNS zone with the intranet VPC associated with the project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revoke(RevokeDnsBindPermissionRequest request, String name, {String? $fields}) Future<Operation>
Revokes the bind permission from the customer provided principal(user / service account) on the intranet VPC associated with the consumer project.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited