// Generated by the protocol buffer compiler. DO NOT EDIT! // source: health.proto package io.grpc.health.v1; public interface HealthCheckResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:grpc.health.v1.HealthCheckResponse) com.google.protobuf.MessageOrBuilder { /** * <code>.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;</code> */ int getStatusValue(); /** * <code>.grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;</code> */ io.grpc.health.v1.HealthCheckResponse.ServingStatus getStatus(); }