io.grpc.health.v1.HealthCheckResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of concordium-sdk Show documentation
Show all versions of concordium-sdk Show documentation
An SDK for interacting with the Concordium blockchain
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/health/v1/health.proto
package io.grpc.health.v1;
public interface HealthCheckResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.health.v1.HealthCheckResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .grpc.health.v1.HealthCheckResponse.ServingStatus status = 1;
* @return The status.
*/
io.grpc.health.v1.HealthCheckResponse.ServingStatus getStatus();
}