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

io.grpc.health.v1.HealthCheckRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.3.0-beta.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: 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 - 2024 Weber Informatics LLC | Privacy Policy