Interface UdpListenerConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getConfig()
      Deprecated.
      envoy.api.v2.listener.UdpListenerConfig.config is deprecated.
      com.google.protobuf.StructOrBuilder getConfigOrBuilder()
      Deprecated.
      UdpListenerConfig.ConfigTypeCase getConfigTypeCase()  
      com.google.protobuf.Any getTypedConfig()
      .google.protobuf.Any typed_config = 3;
      com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
      .google.protobuf.Any typed_config = 3;
      String getUdpListenerName()
      Used to look up UDP listener factory, matches "raw_udp_listener" or "quic_listener" to create a specific udp listener.
      com.google.protobuf.ByteString getUdpListenerNameBytes()
      Used to look up UDP listener factory, matches "raw_udp_listener" or "quic_listener" to create a specific udp listener.
      boolean hasConfig()
      Deprecated.
      envoy.api.v2.listener.UdpListenerConfig.config is deprecated.
      boolean hasTypedConfig()
      .google.protobuf.Any typed_config = 3;
      • 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

      • getUdpListenerName

        String getUdpListenerName()
         Used to look up UDP listener factory, matches "raw_udp_listener" or
         "quic_listener" to create a specific udp listener.
         If not specified, treat as "raw_udp_listener".
         
        string udp_listener_name = 1;
        Returns:
        The udpListenerName.
      • getUdpListenerNameBytes

        com.google.protobuf.ByteString getUdpListenerNameBytes()
         Used to look up UDP listener factory, matches "raw_udp_listener" or
         "quic_listener" to create a specific udp listener.
         If not specified, treat as "raw_udp_listener".
         
        string udp_listener_name = 1;
        Returns:
        The bytes for udpListenerName.
      • hasConfig

        @Deprecated
        boolean hasConfig()
        Deprecated.
        envoy.api.v2.listener.UdpListenerConfig.config is deprecated. See envoy/api/v2/listener/udp_listener_config.proto;l=31
        .google.protobuf.Struct config = 2 [deprecated = true];
        Returns:
        Whether the config field is set.
      • getConfig

        @Deprecated
        com.google.protobuf.Struct getConfig()
        Deprecated.
        envoy.api.v2.listener.UdpListenerConfig.config is deprecated. See envoy/api/v2/listener/udp_listener_config.proto;l=31
        .google.protobuf.Struct config = 2 [deprecated = true];
        Returns:
        The config.
      • getConfigOrBuilder

        @Deprecated
        com.google.protobuf.StructOrBuilder getConfigOrBuilder()
        Deprecated.
        .google.protobuf.Struct config = 2 [deprecated = true];
      • hasTypedConfig

        boolean hasTypedConfig()
        .google.protobuf.Any typed_config = 3;
        Returns:
        Whether the typedConfig field is set.
      • getTypedConfig

        com.google.protobuf.Any getTypedConfig()
        .google.protobuf.Any typed_config = 3;
        Returns:
        The typedConfig.
      • getTypedConfigOrBuilder

        com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
        .google.protobuf.Any typed_config = 3;