Class CloudDnsCountQueryCoordinator

java.lang.Object
google.registry.reporting.icann.DnsCountQueryCoordinator
google.registry.reporting.icann.CloudDnsCountQueryCoordinator

public class CloudDnsCountQueryCoordinator extends DnsCountQueryCoordinator
DNS Count query that relies on a table Cloud DNS publishes internally to Google.

The internal Plx table is exposed as a BigQuery table via BQ-TS federation. This is not applicable to external users who also happen to use Cloud DNS as the plx table is specific to Google Registry's zones. External (non-Google) users must re-implement the abstract class and configure the usage of the new class using the `registryPolicy.dnsCountQueryCoordinatorClass` field in the config file.

  • Constructor Details

    • CloudDnsCountQueryCoordinator

      public CloudDnsCountQueryCoordinator()
  • Method Details