public class Dns.Changes
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dns.Changes.Create |
class |
Dns.Changes.Get |
class |
Dns.Changes.List |
| Constructor and Description |
|---|
Dns.Changes() |
| Modifier and Type | Method and Description |
|---|---|
Dns.Changes.Create |
create(java.lang.String project,
java.lang.String managedZone,
Change content)
Atomically update the ResourceRecordSet collection.
|
Dns.Changes.Get |
get(java.lang.String project,
java.lang.String managedZone,
java.lang.String changeId)
Fetch the representation of an existing Change.
|
Dns.Changes.List |
list(java.lang.String project,
java.lang.String managedZone)
Enumerate Changes to a ResourceRecordSet collection.
|
public Dns.Changes.Create create(java.lang.String project, java.lang.String managedZone, Change content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or id.content - the Changejava.io.IOExceptionpublic Dns.Changes.Get get(java.lang.String project, java.lang.String managedZone, java.lang.String changeId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or id.changeId - The identifier of the requested change, from a previous ResourceRecordSetsChangeResponse.java.io.IOExceptionpublic Dns.Changes.List list(java.lang.String project, java.lang.String managedZone) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or id.java.io.IOException