ChangesResource class

Constructors

ChangesResource(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(Change request, String project, String managedZone, {String? clientOperationId, String? $fields}) Future<Change>
Atomically updates the ResourceRecordSet collection.
get(String project, String managedZone, String changeId, {String? clientOperationId, String? $fields}) Future<Change>
Fetches the representation of an existing Change.
list(String project, String managedZone, {int? maxResults, String? pageToken, String? sortBy, String? sortOrder, String? $fields}) Future<ChangesListResponse>
Enumerates Changes to a ResourceRecordSet collection.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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