healthCheckResponse property

  1. @TagNumber(14)
HealthCheckResponse get healthCheckResponse

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);
  1. @TagNumber(14)
set healthCheckResponse (HealthCheckResponse v)

Implementation

@$pb.TagNumber(14)
set healthCheckResponse(HealthCheckResponse v) { setField(14, v); }