shade.polaris.io.grpc.health.v1.HealthCheckRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/health/v1/health.proto
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