Interface CapabilityOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Capability,Capability.Builder
public interface CapabilityOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHealthCheckProtocols(int index) repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;intrepeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;intgetHealthCheckProtocolsValue(int index) repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHealthCheckProtocolsList
List<Capability.Protocol> getHealthCheckProtocolsList()repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;- Returns:
- A list containing the healthCheckProtocols.
-
getHealthCheckProtocolsCount
int getHealthCheckProtocolsCount()repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;- Returns:
- The count of healthCheckProtocols.
-
getHealthCheckProtocols
repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;- Parameters:
index- The index of the element to return.- Returns:
- The healthCheckProtocols at the given index.
-
getHealthCheckProtocolsValueList
repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;- Returns:
- A list containing the enum numeric values on the wire for healthCheckProtocols.
-
getHealthCheckProtocolsValue
int getHealthCheckProtocolsValue(int index) repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of healthCheckProtocols at the given index.
-