| Modifier and Type | Class and Description |
|---|---|
class |
Dns.Changes.Create |
class |
Dns.Changes.Get |
class |
Dns.Changes.List |
| Constructor and Description |
|---|
Changes() |
| Modifier and Type | Method and Description |
|---|---|
Dns.Changes.Create |
create(String project,
String managedZone,
Change content)
Atomically updates the ResourceRecordSet collection.
|
Dns.Changes.Get |
get(String project,
String managedZone,
String changeId)
Fetches the representation of an existing Change.
|
Dns.Changes.List |
list(String project,
String managedZone)
Enumerates Changes to a ResourceRecordSet collection.
|
public Dns.Changes.Create create(String project, String managedZone, Change content) throws 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 ChangeIOExceptionpublic Dns.Changes.Get get(String project, String managedZone, String changeId) throws 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.IOExceptionpublic Dns.Changes.List list(String project, String managedZone) throws 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.IOExceptionCopyright © 2011–2022 Google. All rights reserved.