- DefaultDnsRpc - Class in com.google.cloud.dns.spi
-
A default implementation of the DnsRpc interface.
- DefaultDnsRpc(DnsOptions) - Constructor for class com.google.cloud.dns.spi.DefaultDnsRpc
-
Constructs an instance of this rpc client with provided
DnsOptions.
- defaultInstance() - Static method in class com.google.cloud.dns.DnsOptions
-
Creates a default instance of DnsOptions with the project ID and credentials inferred
from the environment.
- defaultRpcFactory() - Method in class com.google.cloud.dns.DnsOptions
-
- defaultServiceFactory() - Method in class com.google.cloud.dns.DnsOptions
-
- delete(RecordSet) - Method in class com.google.cloud.dns.ChangeRequest.Builder
-
- delete(RecordSet) - Method in class com.google.cloud.dns.ChangeRequestInfo.Builder
-
Adds a
RecordSet to be
deleted to the zone upon executing this
ChangeRequestInfo.
- delete(String) - Method in interface com.google.cloud.dns.Dns
-
Deletes an existing zone identified by name.
- delete() - Method in class com.google.cloud.dns.Zone
-
Deletes the zone.
- deleteZone(String) - Method in class com.google.cloud.dns.DnsBatch
-
Adds a request representing the "delete zone" operation to this batch.
- deleteZone(String) - Method in class com.google.cloud.dns.spi.DefaultDnsRpc
-
- deleteZone(String) - Method in interface com.google.cloud.dns.spi.DnsRpc
-
Deletes the zone identified by the name.
- deletions(List<RecordSet>) - Method in class com.google.cloud.dns.ChangeRequest.Builder
-
- deletions(List<RecordSet>) - Method in class com.google.cloud.dns.ChangeRequestInfo.Builder
-
Sets a collection of
RecordSets which are to be deleted from the zone upon executing
this
ChangeRequestInfo.
- deletions() - Method in class com.google.cloud.dns.ChangeRequestInfo
-
Returns the list of
RecordSets to be deleted from the zone upon submitting this change
request.
- description(String) - Method in class com.google.cloud.dns.Zone.Builder
-
- description(String) - Method in class com.google.cloud.dns.ZoneInfo.Builder
-
Sets a mandatory description for this zone.
- description() - Method in class com.google.cloud.dns.ZoneInfo
-
Returns the description of this zone.
- dns() - Method in class com.google.cloud.dns.ChangeRequest
-
Returns the change request's Dns object used to issue requests.
- Dns - Interface in com.google.cloud.dns
-
An interface for the Google Cloud DNS service.
- dns() - Method in class com.google.cloud.dns.Zone
-
Returns the
Dns service object associated with this zone.
- Dns.ChangeRequestField - Enum in com.google.cloud.dns
-
The fields of a change request.
- Dns.ChangeRequestListOption - Class in com.google.cloud.dns
-
Class for specifying change request listing options.
- Dns.ChangeRequestOption - Class in com.google.cloud.dns
-
Class for specifying change request field options.
- Dns.ProjectField - Enum in com.google.cloud.dns
-
The fields of a project.
- Dns.ProjectOption - Class in com.google.cloud.dns
-
Class for specifying project options.
- Dns.RecordSetField - Enum in com.google.cloud.dns
-
The fields of a record set.
- Dns.RecordSetListOption - Class in com.google.cloud.dns
-
Class for specifying record set listing options.
- Dns.SortingOrder - Enum in com.google.cloud.dns
-
The sorting order for listing.
- Dns.ZoneField - Enum in com.google.cloud.dns
-
The fields of a zone.
- Dns.ZoneListOption - Class in com.google.cloud.dns
-
Class for specifying zone listing options.
- Dns.ZoneOption - Class in com.google.cloud.dns
-
Class for specifying zone field options.
- DnsBatch - Class in com.google.cloud.dns
-
A batch of operations to be submitted to Google Cloud DNS using a single RPC request.
- DnsBatchResult<T> - Class in com.google.cloud.dns
-
This class holds a single result of a batch call to the Cloud DNS.
- DnsException - Exception in com.google.cloud.dns
-
DNS service exception.
- DnsException(IOException, boolean) - Constructor for exception com.google.cloud.dns.DnsException
-
- DnsException(GoogleJsonError, boolean) - Constructor for exception com.google.cloud.dns.DnsException
-
- DnsException(int, String, Throwable) - Constructor for exception com.google.cloud.dns.DnsException
-
- DnsFactory - Interface in com.google.cloud.dns
-
An interface for Dns factories.
- dnsName(String) - Static method in class com.google.cloud.dns.Dns.RecordSetListOption
-
Restricts the list to only record sets with this fully qualified domain name.
- dnsName(String) - Static method in class com.google.cloud.dns.Dns.ZoneListOption
-
Restricts the list to only zone with this fully qualified domain name.
- dnsName(String) - Method in class com.google.cloud.dns.Zone.Builder
-
- dnsName(String) - Method in class com.google.cloud.dns.ZoneInfo.Builder
-
Sets a mandatory DNS name of this zone, for instance "example.com.".
- dnsName() - Method in class com.google.cloud.dns.ZoneInfo
-
Returns the DNS name of this zone, for instance "example.com.".
- DnsOptions - Class in com.google.cloud.dns
-
- DnsOptions.Builder - Class in com.google.cloud.dns
-
- DnsOptions.DefaultDnsFactory - Class in com.google.cloud.dns
-
- DnsOptions.DefaultDnsFactory() - Constructor for class com.google.cloud.dns.DnsOptions.DefaultDnsFactory
-
- DnsOptions.DefaultDnsRpcFactory - Class in com.google.cloud.dns
-
- DnsOptions.DefaultDnsRpcFactory() - Constructor for class com.google.cloud.dns.DnsOptions.DefaultDnsRpcFactory
-
- DnsRpc - Interface in com.google.cloud.dns.spi
-
- DnsRpc.ListResult<T> - Class in com.google.cloud.dns.spi
-
- DnsRpc.ListResult(String, Iterable<T>) - Constructor for class com.google.cloud.dns.spi.DnsRpc.ListResult
-
- DnsRpc.Option - Enum in com.google.cloud.dns.spi
-
- DnsRpcFactory - Interface in com.google.cloud.dns.spi
-
An interface for DnsRpc factory.
- value() - Method in enum com.google.cloud.dns.spi.DnsRpc.Option
-
- valueOf(String) - Static method in enum com.google.cloud.dns.ChangeRequestInfo.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.Dns.ChangeRequestField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.Dns.ProjectField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.Dns.RecordSetField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.Dns.SortingOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.Dns.ZoneField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.RecordSet.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.google.cloud.dns.spi.DnsRpc.Option
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.google.cloud.dns.ChangeRequestInfo.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.Dns.ChangeRequestField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.Dns.ProjectField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.Dns.RecordSetField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.Dns.SortingOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.Dns.ZoneField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.RecordSet.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.google.cloud.dns.spi.DnsRpc.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.