All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.grpc.health.v1.HealthCheckResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/health/v1/health.proto

// Protobuf Java Version: 3.25.3
package com.grpc.health.v1;

public interface HealthCheckResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.health.v1.HealthCheckResponse)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .grpc.health.v1.HealthCheckResponse.ServingStatus status = 1 [json_name = "status"];
   * @return The enum numeric value on the wire for status.
   */
  int getStatusValue();
  /**
   * .grpc.health.v1.HealthCheckResponse.ServingStatus status = 1 [json_name = "status"];
   * @return The status.
   */
  com.grpc.health.v1.HealthCheckResponse.ServingStatus getStatus();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy