main.java.com.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 sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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 HealthCheckRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.health.v1.HealthCheckRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* optional string service = 1 [json_name = "service"];
* @return Whether the service field is set.
*/
boolean hasService();
/**
* optional string service = 1 [json_name = "service"];
* @return The service.
*/
java.lang.String getService();
/**
* optional string service = 1 [json_name = "service"];
* @return The bytes for service.
*/
com.google.protobuf.ByteString
getServiceBytes();
/**
* optional int32 timeout = 2 [json_name = "timeout"];
* @return Whether the timeout field is set.
*/
boolean hasTimeout();
/**
* optional int32 timeout = 2 [json_name = "timeout"];
* @return The timeout.
*/
int getTimeout();
}