- 2.51.0 (latest)
- 2.50.0
- 2.49.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.8
- 2.0.9
public interface DnsRpc extends ServiceRpc
Implements
com.google.cloud.ServiceRpcMethods
applyChangeRequest(String zoneName, Change changeRequest, Map<DnsRpc.Option,?> options)
public abstract Change applyChangeRequest(String zoneName, Change changeRequest, Map<DnsRpc.Option,?> options)
Applies change request to a zone.
Name | Description |
zoneName | String the name of a zone to which the |
changeRequest | com.google.api.services.dns.model.Change change to be applied |
options | Map<Option,?> a map of options for the service call |
Type | Description |
com.google.api.services.dns.model.Change | updated change object with server-assigned ID |
Type | Description |
DnsException | upon failure or if zone was not found |
create(ManagedZone zone, Map<DnsRpc.Option,?> options)
public abstract ManagedZone create(ManagedZone zone, Map<DnsRpc.Option,?> options)
Creates a new zone.
Name | Description |
zone | com.google.api.services.dns.model.ManagedZone a zone to be created |
options | Map<Option,?> a map of options for the service call |
Type | Description |
com.google.api.services.dns.model.ManagedZone | Updated |
Type | Description |
DnsException | upon failure |
createBatch()
public abstract RpcBatch createBatch()
Creates an empty batch.
Type | Description |
RpcBatch |
deleteZone(String zoneName)
public abstract boolean deleteZone(String zoneName)
Deletes the zone identified by the name.
Name | Description |
zoneName | String |
Type | Description |
boolean |
|
Type | Description |
DnsException | upon failure |
getChangeRequest(String zoneName, String changeRequestId, Map<DnsRpc.Option,?> options)
public abstract Change getChangeRequest(String zoneName, String changeRequestId, Map<DnsRpc.Option,?> options)
Returns an existing change request.
Name | Description |
zoneName | String the name of a zone to which the |
changeRequestId | String the unique id assigned to the change by the server |
options | Map<Option,?> a map of options for the service call |
Type | Description |
com.google.api.services.dns.model.Change | up-to-date change object or |
Type | Description |
DnsException | upon failure or if zone was not found |
getProject(Map<DnsRpc.Option,?> options)
public abstract Project getProject(Map<DnsRpc.Option,?> options)
Returns information about the current project.
Name | Description |
options | Map<Option,?> a map of options for the service call |
Type | Description |
com.google.api.services.dns.model.Project | up-to-date project information |
Type | Description |
DnsException | upon failure or if the project is not found |
getZone(String zoneName, Map<DnsRpc.Option,?> options)
public abstract ManagedZone getZone(String zoneName, Map<DnsRpc.Option,?> options)
Retrieves and returns an existing zone.
Name | Description |
zoneName | String name of the zone to be returned |
options | Map<Option,?> a map of options for the service call |
Type | Description |
com.google.api.services.dns.model.ManagedZone | a zone or |
Type | Description |
DnsException | upon failure |
listChangeRequests(String zoneName, Map<DnsRpc.Option,?> options)
public abstract DnsRpc.ListResult<Change> listChangeRequests(String zoneName, Map<DnsRpc.Option,?> options)
List existing change requests for a zone.
Name | Description |
zoneName | String the name of a zone to which the |
options | Map<Option,?> a map of options for the service call |
Type | Description |
ListResult<com.google.api.services.dns.model.Change> |
Type | Description |
DnsException | upon failure or if zone was not found |
listRecordSets(String zoneName, Map<DnsRpc.Option,?> options)
public abstract DnsRpc.ListResult<ResourceRecordSet> listRecordSets(String zoneName, Map<DnsRpc.Option,?> options)
Lists record sets for a given zone.
Name | Description |
zoneName | String name of the zone to be listed |
options | Map<Option,?> a map of options for the service call |
Type | Description |
ListResult<com.google.api.services.dns.model.ResourceRecordSet> |
Type | Description |
DnsException | upon failure or if zone was not found |
listZones(Map<DnsRpc.Option,?> options)
public abstract DnsRpc.ListResult<ManagedZone> listZones(Map<DnsRpc.Option,?> options)
Lists the zones that exist within the project.
Name | Description |
options | Map<Option,?> a map of options for the service call |
Type | Description |
ListResult<com.google.api.services.dns.model.ManagedZone> |
Type | Description |
DnsException | upon failure |