ResourceRecordSetsResource 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
-
create(ResourceRecordSet request, String project, String managedZone, {String? clientOperationId, String? $fields})
→ Future<ResourceRecordSet>
-
Creates a new ResourceRecordSet.
-
delete(String project, String managedZone, String name, String type, {String? clientOperationId, String? $fields})
→ Future<ResourceRecordSetsDeleteResponse>
-
Deletes a previously created ResourceRecordSet.
-
get(String project, String managedZone, String name, String type, {String? clientOperationId, String? $fields})
→ Future<ResourceRecordSet>
-
Fetches the representation of an existing ResourceRecordSet.
-
list(String project, String managedZone, {int? maxResults, String? name, String? pageToken, String? type, String? $fields})
→ Future<ResourceRecordSetsListResponse>
-
Enumerates ResourceRecordSets that you have created but not yet deleted.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ResourceRecordSet request, String project, String managedZone, String name, String type, {String? clientOperationId, String? $fields})
→ Future<ResourceRecordSet>
-
Applies a partial update to an existing ResourceRecordSet.
-
toString()
→ String
-
A string representation of this object.
inherited