Package | Description |
---|---|
com.google.cloud.dns.spi.v1 |
Modifier and Type | Method and Description |
---|---|
static DnsRpc.Option |
DnsRpc.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsRpc.Option[] |
DnsRpc.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RpcBatch.addApplyChangeRequest(String zoneName,
com.google.api.services.dns.model.Change change,
RpcBatch.Callback<com.google.api.services.dns.model.Change> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "apply change request" to the batch with the provided
callback and
options . |
void |
RpcBatch.addCreateZone(com.google.api.services.dns.model.ManagedZone zone,
RpcBatch.Callback<com.google.api.services.dns.model.ManagedZone> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "create zone" to the batch with the provided
callback and options . |
void |
RpcBatch.addGetChangeRequest(String zoneName,
String changeRequestId,
RpcBatch.Callback<com.google.api.services.dns.model.Change> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "get change request" to the batch with the provided
callback and options . |
void |
RpcBatch.addGetProject(RpcBatch.Callback<com.google.api.services.dns.model.Project> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "get project" to the batch with the provided
callback and options . |
void |
RpcBatch.addGetZone(String zoneName,
RpcBatch.Callback<com.google.api.services.dns.model.ManagedZone> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "get zone" to the batch with the provided
callback and options . |
void |
RpcBatch.addListChangeRequests(String zoneName,
RpcBatch.Callback<com.google.api.services.dns.model.ChangesListResponse> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "list change requests" to the batch with the provided
callback and
options . |
void |
RpcBatch.addListRecordSets(String zoneName,
RpcBatch.Callback<com.google.api.services.dns.model.ResourceRecordSetsListResponse> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "list record sets" to the batch with the provided
callback and options . |
void |
RpcBatch.addListZones(RpcBatch.Callback<com.google.api.services.dns.model.ManagedZonesListResponse> callback,
Map<DnsRpc.Option,?> options)
Adds a call to "list zones" to the batch with the provided
callback and options . |
com.google.api.services.dns.model.Change |
DnsRpc.applyChangeRequest(String zoneName,
com.google.api.services.dns.model.Change changeRequest,
Map<DnsRpc.Option,?> options)
Applies change request to a zone.
|
com.google.api.services.dns.model.Change |
HttpDnsRpc.applyChangeRequest(String zoneName,
com.google.api.services.dns.model.Change changeRequest,
Map<DnsRpc.Option,?> options) |
com.google.api.services.dns.model.ManagedZone |
DnsRpc.create(com.google.api.services.dns.model.ManagedZone zone,
Map<DnsRpc.Option,?> options)
Creates a new zone.
|
com.google.api.services.dns.model.ManagedZone |
HttpDnsRpc.create(com.google.api.services.dns.model.ManagedZone zone,
Map<DnsRpc.Option,?> options) |
com.google.api.services.dns.model.Change |
DnsRpc.getChangeRequest(String zoneName,
String changeRequestId,
Map<DnsRpc.Option,?> options)
Returns an existing change request.
|
com.google.api.services.dns.model.Change |
HttpDnsRpc.getChangeRequest(String zoneName,
String changeRequestId,
Map<DnsRpc.Option,?> options) |
com.google.api.services.dns.model.Project |
DnsRpc.getProject(Map<DnsRpc.Option,?> options)
Returns information about the current project.
|
com.google.api.services.dns.model.Project |
HttpDnsRpc.getProject(Map<DnsRpc.Option,?> options) |
com.google.api.services.dns.model.ManagedZone |
DnsRpc.getZone(String zoneName,
Map<DnsRpc.Option,?> options)
Retrieves and returns an existing zone.
|
com.google.api.services.dns.model.ManagedZone |
HttpDnsRpc.getZone(String zoneName,
Map<DnsRpc.Option,?> options) |
DnsRpc.ListResult<com.google.api.services.dns.model.Change> |
DnsRpc.listChangeRequests(String zoneName,
Map<DnsRpc.Option,?> options)
List existing change requests for a zone.
|
DnsRpc.ListResult<com.google.api.services.dns.model.Change> |
HttpDnsRpc.listChangeRequests(String zoneName,
Map<DnsRpc.Option,?> options) |
DnsRpc.ListResult<com.google.api.services.dns.model.ResourceRecordSet> |
DnsRpc.listRecordSets(String zoneName,
Map<DnsRpc.Option,?> options)
Lists record sets for a given zone.
|
DnsRpc.ListResult<com.google.api.services.dns.model.ResourceRecordSet> |
HttpDnsRpc.listRecordSets(String zoneName,
Map<DnsRpc.Option,?> options) |
DnsRpc.ListResult<com.google.api.services.dns.model.ManagedZone> |
DnsRpc.listZones(Map<DnsRpc.Option,?> options)
Lists the zones that exist within the project.
|
DnsRpc.ListResult<com.google.api.services.dns.model.ManagedZone> |
HttpDnsRpc.listZones(Map<DnsRpc.Option,?> options) |
Copyright © 2019 Google LLC. All rights reserved.