All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.grpc.health.v1.HealthCheckRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy