| Package | Description |
|---|---|
| com.google.api.services.dns | |
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
Dns.Changes.Create |
Dns.Changes.create(String project,
String managedZone,
Change content)
Atomically updates the ResourceRecordSet collection.
|
| Constructor and Description |
|---|
Create(String project,
String managedZone,
Change content)
Atomically updates the ResourceRecordSet collection.
|
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
Change |
Change.set(String fieldName,
Object value) |
Change |
Change.setAdditions(List<ResourceRecordSet> additions)
Which ResourceRecordSets to add?
|
Change |
Change.setDeletions(List<ResourceRecordSet> deletions)
Which ResourceRecordSets to remove? Must match existing data exactly.
|
Change |
Change.setId(String id)
Unique identifier for the resource; defined by the server (output only).
|
Change |
Change.setIsServing(Boolean isServing)
If the DNS queries for the zone will be served.
|
Change |
Change.setKind(String kind) |
Change |
Change.setStartTime(String startTime)
The time that this operation was started by the server (output only).
|
Change |
Change.setStatus(String status)
Status of the operation (output only).
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
ChangesListResponse.getChanges()
The requested changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangesListResponse |
ChangesListResponse.setChanges(List<Change> changes)
The requested changes.
|
Copyright © 2011–2022 Google. All rights reserved.