Home | History | Annotate | Download | only in Grpc.HealthCheck

Lines Matching refs:Service

40             new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Health.V1.HealthCheckRequest), global::Grpc.Health.V1.HealthCheckRequest.Parser, new[]{ "Service" }, null, null, null),
82 /// <summary>Field number for the "service" field.</summary>
86 public string Service {
106 if (Service != other.Service) return false;
113 if (Service.Length != 0) hash ^= Service.GetHashCode();
127 if (Service.Length != 0) {
129 output.WriteString(Service);
139 if (Service.Length != 0) {
140 size += 1 + pb::CodedOutputStream.ComputeStringSize(Service);
153 if (other.Service.Length != 0) {
154 Service = other.Service;
168 Service = input.ReadString();