healthCheckUri property
URI of the health check for the load balancer.
Implementation
@$pb.TagNumber(2)
$core.String get healthCheckUri => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set healthCheckUri($core.String v) {
$_setString(1, v);
}
URI of the health check for the load balancer.
@$pb.TagNumber(2)
$core.String get healthCheckUri => $_getSZ(1);
@$pb.TagNumber(2)
set healthCheckUri($core.String v) {
$_setString(1, v);
}