Classes
DNS
[Cloud DNS](https://cloud.google.com/dns/what-is-cloud-dns) is a high-performance, resilient, global DNS service that provides a cost-effective way to make your applications and services available to your users. This programmable, authoritative DNS service can be used to easily publish and manage DNS records using the same infrastructure relied upon by Google.
Record_2
Create a Resource Record object.
Zone
A Zone object is used to interact with your project's managed zone. It will help you add or delete records, delete your zone, and many other convenience methods.
Interfaces
CreateZoneRequest
DNSConfig
DnsKeySpec
DNSOptions
GetZoneCallback
GetZonesCallback
GetZonesRequest
ManagedZoneDnsSecConfig
RecordMetadata
Type Aliases
CreateZoneCallback
export type CreateZoneCallback = GetZoneCallback;
CreateZoneResponse
export type CreateZoneResponse = [Zone, Metadata];
GetZonesResponse
export type GetZonesResponse = [Zone[], GetZonesRequest | null, Metadata];