Interface Listener.DeprecatedV1OrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Listener.DeprecatedV1, Listener.DeprecatedV1.Builder
    Enclosing class:
    Listener

    public static interface Listener.DeprecatedV1OrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.BoolValue getBindToPort()
      Whether the listener should bind to the port.
      com.google.protobuf.BoolValueOrBuilder getBindToPortOrBuilder()
      Whether the listener should bind to the port.
      boolean hasBindToPort()
      Whether the listener should bind to the port.
      • 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

      • hasBindToPort

        boolean hasBindToPort()
         Whether the listener should bind to the port. A listener that doesn't
         bind can only receive connections redirected from other listeners that
         set use_original_dst parameter to true. Default is true.
        
         This is deprecated. Use :ref:`Listener.bind_to_port
         <envoy_v3_api_field_config.listener.v3.Listener.bind_to_port>`
         
        .google.protobuf.BoolValue bind_to_port = 1;
        Returns:
        Whether the bindToPort field is set.
      • getBindToPort

        com.google.protobuf.BoolValue getBindToPort()
         Whether the listener should bind to the port. A listener that doesn't
         bind can only receive connections redirected from other listeners that
         set use_original_dst parameter to true. Default is true.
        
         This is deprecated. Use :ref:`Listener.bind_to_port
         <envoy_v3_api_field_config.listener.v3.Listener.bind_to_port>`
         
        .google.protobuf.BoolValue bind_to_port = 1;
        Returns:
        The bindToPort.
      • getBindToPortOrBuilder

        com.google.protobuf.BoolValueOrBuilder getBindToPortOrBuilder()
         Whether the listener should bind to the port. A listener that doesn't
         bind can only receive connections redirected from other listeners that
         set use_original_dst parameter to true. Default is true.
        
         This is deprecated. Use :ref:`Listener.bind_to_port
         <envoy_v3_api_field_config.listener.v3.Listener.bind_to_port>`
         
        .google.protobuf.BoolValue bind_to_port = 1;