io.envoyproxy.envoy.service.discovery.v2.CapabilityOrBuilder Maven / Gradle / Ivy
// 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;
*/
java.util.List getHealthCheckProtocolsList();
/**
* repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
*/
int getHealthCheckProtocolsCount();
/**
* repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
*/
io.envoyproxy.envoy.service.discovery.v2.Capability.Protocol getHealthCheckProtocols(int index);
/**
* repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
*/
java.util.List
getHealthCheckProtocolsValueList();
/**
* repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
*/
int getHealthCheckProtocolsValue(int index);
}