Lines Matching refs:HealthCheckResponse
41 …HealthCheckResponse), global::Grpc.Health.V1.HealthCheckResponse.Parser, new[]{ "Status" }, null, … in HealthReflection()
177 public sealed partial class HealthCheckResponse : pb::IMessage<HealthCheckResponse> { class
178 …adonly pb::MessageParser<HealthCheckResponse> _parser = new pb::MessageParser<HealthCheckResponse>…
181 public static pb::MessageParser<HealthCheckResponse> Parser { get { return _parser; } }
194 public HealthCheckResponse() { in HealthCheckResponse() method in Grpc.Health.V1.HealthCheckResponse
201 public HealthCheckResponse(HealthCheckResponse other) : this() { in HealthCheckResponse() method in Grpc.Health.V1.HealthCheckResponse
207 public HealthCheckResponse Clone() { in Clone()
208 return new HealthCheckResponse(this); in Clone()
213 private global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus status_ = 0;
215 public global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus Status {
224 return Equals(other as HealthCheckResponse); in Equals()
228 public bool Equals(HealthCheckResponse other) { in Equals()
278 public void MergeFrom(HealthCheckResponse other) { in MergeFrom()
297 … status_ = (global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus) input.ReadEnum(); in MergeFrom()