• Home
  • Raw
  • Download

Lines Matching refs:HealthCheckResponse

43HealthCheckResponse), global::Grpc.Health.V1.HealthCheckResponse.Parser, new[]{ "Status" }, null, …  in HealthReflection()
222 public sealed partial class HealthCheckResponse : pb::IMessage<HealthCheckResponse> class
227 …adonly pb::MessageParser<HealthCheckResponse> _parser = new pb::MessageParser<HealthCheckResponse>…
230 public static pb::MessageParser<HealthCheckResponse> Parser { get { return _parser; } }
243 public HealthCheckResponse() { in HealthCheckResponse() method in Grpc.Health.V1.HealthCheckResponse
250 public HealthCheckResponse(HealthCheckResponse other) : this() { in HealthCheckResponse() method in Grpc.Health.V1.HealthCheckResponse
256 public HealthCheckResponse Clone() { in Clone()
257 return new HealthCheckResponse(this); in Clone()
262 …rivate global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus status_ = global::Grpc.Healt…
264 public global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus Status {
273 return Equals(other as HealthCheckResponse); in Equals()
277 public bool Equals(HealthCheckResponse other) { in Equals()
291 …if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) hash ^= Stat… in GetHashCode()
308 if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) { in WriteTo()
321 if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) { in IBufferMessage.InternalWriteTo()
334 if (Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) { in CalculateSize()
344 public void MergeFrom(HealthCheckResponse other) { in MergeFrom()
348 if (other.Status != global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus.Unknown) { in MergeFrom()
366 … Status = (global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus) input.ReadEnum(); in MergeFrom()
384 … Status = (global::Grpc.Health.V1.HealthCheckResponse.Types.ServingStatus) input.ReadEnum(); in IBufferMessage.InternalMergeFrom()