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 Type
    Method
    Description
    repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
    int
    repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
    repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
    int
    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

    isInitialized

    Methods 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

      Capability.Protocol getHealthCheckProtocols(int index)
      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

      List<Integer> 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.