| Package | Description |
|---|---|
| com.google.cloud.dns |
A client to the Google Cloud DNS.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangeRequest.Builder
A builder for
ChangeRequests. |
| Modifier and Type | Method and Description |
|---|---|
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.add(RecordSet recordSet)
Adds a
RecordSet to be added to the zone upon executing this ChangeRequestInfo. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.additions(List<RecordSet> additions)
Sets a collection of
RecordSets which are to be added to the zone upon executing this
ChangeRequestInfo. |
static ChangeRequestInfo.Builder |
ChangeRequestInfo.builder()
Returns an empty builder for the
ChangeRequestInfo class. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.clearAdditions()
Clears the collection of
RecordSets which are to be added to the zone upon executing
this ChangeRequestInfo. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.clearDeletions()
Clears the collection of
RecordSets which are to be deleted from the zone upon
executing this ChangeRequestInfo. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.delete(RecordSet recordSet)
Adds a
RecordSet to be deleted to the zone upon executing this
ChangeRequestInfo. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.deletions(List<RecordSet> deletions)
Sets a collection of
RecordSets which are to be deleted from the zone upon executing
this ChangeRequestInfo. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.removeAddition(RecordSet recordSet)
Removes a single
RecordSet from the collection of records to be
added to the zone upon executing this ChangeRequestInfo. |
abstract ChangeRequestInfo.Builder |
ChangeRequestInfo.Builder.removeDeletion(RecordSet recordSet)
Removes a single
RecordSet from the collection of records to be
deleted from the zone upon executing this ChangeRequestInfo. |
ChangeRequestInfo.Builder |
ChangeRequestInfo.toBuilder()
Creates a builder populated with values of this
ChangeRequestInfo. |
Copyright © 2016 Google. All rights reserved.