| 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(java.lang.String project,
java.lang.String managedZone,
Change content)
Atomically update the ResourceRecordSet collection.
|
| Constructor and Description |
|---|
Dns.Changes.Create(java.lang.String project,
java.lang.String managedZone,
Change content)
Atomically update the ResourceRecordSet collection.
|
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
Change |
Change.set(java.lang.String fieldName,
java.lang.Object value) |
Change |
Change.setAdditions(java.util.List<ResourceRecordSet> additions)
Which ResourceRecordSets to add?
|
Change |
Change.setDeletions(java.util.List<ResourceRecordSet> deletions)
Which ResourceRecordSets to remove? Must match existing data exactly.
|
Change |
Change.setId(java.lang.String id)
Unique identifier for the resource; defined by the server (output only).
|
Change |
Change.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Change |
Change.setStartTime(java.lang.String startTime)
The time that this operation was started by the server (output only).
|
Change |
Change.setStatus(java.lang.String status)
Status of the operation (output only).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Change> |
ChangesListResponse.getChanges()
The requested changes.
|
| Modifier and Type | Method and Description |
|---|---|
ChangesListResponse |
ChangesListResponse.setChanges(java.util.List<Change> changes)
The requested changes.
|