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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Capability.Protocol getHealthCheckProtocols​(int index)
      repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
      int getHealthCheckProtocolsCount()
      repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
      List<Capability.Protocol> getHealthCheckProtocolsList()
      repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
      int getHealthCheckProtocolsValue​(int index)
      repeated .envoy.service.discovery.v2.Capability.Protocol health_check_protocols = 1;
      List<Integer> getHealthCheckProtocolsValueList()
      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 Detail

      • 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.