com.turbospaces.api.v1.HealthCheckResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc.proto
// Protobuf Java Version: 3.25.3
package com.turbospaces.api.v1;
public interface HealthCheckResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.turbospaces.api.v1.HealthCheckResponse)
com.google.protobuf.MessageOrBuilder {
/**
* bool healthy = 1;
* @return The healthy.
*/
boolean getHealthy();
}