Does GCP's Cloud DNS have health check functionality? For example, if I am using a weighted round robin policy, or if I am returning multiple A records, then I do not want Cloud DNS to return an unhealthy IP in its answer. These IPs will be individual servers, not Load Balancer IPs, so it is entirely possible that an individual IP could become unhealthy.
In AWS, their equivalent Route53 product does offer that functionality (reference). I want to know if GCP's Cloud DNS has something similar.