ManagedZonesResource class

Constructors

ManagedZonesResource(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

create(ManagedZone request, String project, {String? clientOperationId, String? $fields}) Future<ManagedZone>
Creates a new ManagedZone.
delete(String project, String managedZone, {String? clientOperationId, String? $fields}) Future<void>
Deletes a previously created ManagedZone.
get(String project, String managedZone, {String? clientOperationId, String? $fields}) Future<ManagedZone>
Fetches the representation of an existing ManagedZone.
getIamPolicy(GoogleIamV1GetIamPolicyRequest request, String resource, {String? $fields}) Future<GoogleIamV1Policy>
Gets the access control policy for a resource.
list(String project, {String? dnsName, int? maxResults, String? pageToken, String? $fields}) Future<ManagedZonesListResponse>
Enumerates ManagedZones that have been created but not yet deleted.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ManagedZone request, String project, String managedZone, {String? clientOperationId, String? $fields}) Future<Operation>
Applies a partial update to an existing ManagedZone.
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields}) Future<GoogleIamV1Policy>
Sets the access control policy on the specified resource.
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields}) Future<GoogleIamV1TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
update(ManagedZone request, String project, String managedZone, {String? clientOperationId, String? $fields}) Future<Operation>
Updates an existing ManagedZone.

Operators

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