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

io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder 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/discovery/v2/hds.proto

package io.envoyproxy.envoy.service.discovery.v2;

public interface CapabilityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.Capability)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
   * @return A list containing the healthCheckProtocols.
   */
  java.util.List getHealthCheckProtocolsList();
  /**
   * repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
   * @return The count of healthCheckProtocols.
   */
  int getHealthCheckProtocolsCount();
  /**
   * repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
   * @param index The index of the element to return.
   * @return The healthCheckProtocols at the given index.
   */
  io.envoyproxy.envoy.service.discovery.v2.Capability.Protocol getHealthCheckProtocols(int index);
  /**
   * repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
   * @return A list containing the enum numeric values on the wire for healthCheckProtocols.
   */
  java.util.List
  getHealthCheckProtocolsValueList();
  /**
   * repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
   * @param index The index of the value to return.
   * @return The enum numeric value on the wire of healthCheckProtocols at the given index.
   */
  int getHealthCheckProtocolsValue(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy