-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Create functional class for DNS ChangeRequest #679
Copy link
Copy link
Closed
Labels
api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
api: dnsIssues related to the Cloud DNS API.Issues related to the Cloud DNS API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
If this has been already discussed I am sorry for bringing it up again.
A DNS change request is now mapped using a single non-functional class
ChangeRequest. I see a benefit in having a functional class for change requests as well. It would be cool to be able to write:In the same way we do for bigquery's jobs and as I plan to do with compute's operations. What do you think?