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

io.envoyproxy.envoy.service.health.v3.HealthCheckRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/health/v3/hds.proto

package io.envoyproxy.envoy.service.health.v3;

public interface HealthCheckRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.health.v3.HealthCheckRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .envoy.config.core.v3.Node node = 1;
   * @return Whether the node field is set.
   */
  boolean hasNode();
  /**
   * .envoy.config.core.v3.Node node = 1;
   * @return The node.
   */
  io.envoyproxy.envoy.config.core.v3.Node getNode();
  /**
   * .envoy.config.core.v3.Node node = 1;
   */
  io.envoyproxy.envoy.config.core.v3.NodeOrBuilder getNodeOrBuilder();

  /**
   * .envoy.service.health.v3.Capability capability = 2;
   * @return Whether the capability field is set.
   */
  boolean hasCapability();
  /**
   * .envoy.service.health.v3.Capability capability = 2;
   * @return The capability.
   */
  io.envoyproxy.envoy.service.health.v3.Capability getCapability();
  /**
   * .envoy.service.health.v3.Capability capability = 2;
   */
  io.envoyproxy.envoy.service.health.v3.CapabilityOrBuilder getCapabilityOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy