healthCheckResponse property
HealthCheckResponse is sent in response to the HealthCheckRequest. It contains the participant count in the call.
Implementation
@$pb.TagNumber(14)
HealthCheckResponse get healthCheckResponse => $_getN(10);
Implementation
@$pb.TagNumber(14)
set healthCheckResponse(HealthCheckResponse v) { setField(14, v); }