Interface ListenerStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListenerStatus, ListenerStatus.Builder

public interface ListenerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.
    int
    The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.
    The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.
    The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.
    The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>` configuration.
    The actual local address that the listener is listening on.
    The actual local address that the listener is listening on.
    Name of the listener
    com.google.protobuf.ByteString
    Name of the listener
    boolean
    The actual local address that the listener is listening on.

    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

    • getName

      String getName()
       Name of the listener
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the listener
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasLocalAddress

      boolean hasLocalAddress()
       The actual local address that the listener is listening on. If a listener was configured
       to listen on port 0, then this address has the port that was allocated by the OS.
       
      .envoy.config.core.v3.Address local_address = 2;
      Returns:
      Whether the localAddress field is set.
    • getLocalAddress

      Address getLocalAddress()
       The actual local address that the listener is listening on. If a listener was configured
       to listen on port 0, then this address has the port that was allocated by the OS.
       
      .envoy.config.core.v3.Address local_address = 2;
      Returns:
      The localAddress.
    • getLocalAddressOrBuilder

      AddressOrBuilder getLocalAddressOrBuilder()
       The actual local address that the listener is listening on. If a listener was configured
       to listen on port 0, then this address has the port that was allocated by the OS.
       
      .envoy.config.core.v3.Address local_address = 2;
    • getAdditionalLocalAddressesList

      List<Address> getAdditionalLocalAddressesList()
       The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`
       configuration.
       
      repeated .envoy.config.core.v3.Address additional_local_addresses = 3;
    • getAdditionalLocalAddresses

      Address getAdditionalLocalAddresses(int index)
       The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`
       configuration.
       
      repeated .envoy.config.core.v3.Address additional_local_addresses = 3;
    • getAdditionalLocalAddressesCount

      int getAdditionalLocalAddressesCount()
       The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`
       configuration.
       
      repeated .envoy.config.core.v3.Address additional_local_addresses = 3;
    • getAdditionalLocalAddressesOrBuilderList

      List<? extends AddressOrBuilder> getAdditionalLocalAddressesOrBuilderList()
       The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`
       configuration.
       
      repeated .envoy.config.core.v3.Address additional_local_addresses = 3;
    • getAdditionalLocalAddressesOrBuilder

      AddressOrBuilder getAdditionalLocalAddressesOrBuilder(int index)
       The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`
       configuration.
       
      repeated .envoy.config.core.v3.Address additional_local_addresses = 3;