![JAR search and dependency download from the Maven repository](/logo.png)
io.grpc.health.v1.HealthCheckRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/health/v1/health.proto
// Protobuf Java Version: 3.25.5
package io.grpc.health.v1;
public interface HealthCheckRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.health.v1.HealthCheckRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string service = 1;
* @return The service.
*/
java.lang.String getService();
/**
* string service = 1;
* @return The bytes for service.
*/
com.google.protobuf.ByteString
getServiceBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy