Class ExtraSourceAddress.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ExtraSourceAddressOrBuilder, java.lang.Cloneable
    Enclosing class:
    ExtraSourceAddress

    public static final class ExtraSourceAddress.Builder
    extends com.google.protobuf.GeneratedMessage.Builder<ExtraSourceAddress.Builder>
    implements ExtraSourceAddressOrBuilder
    Protobuf type envoy.config.core.v3.ExtraSourceAddress
    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.AbstractMessage.BuilderParent parent)
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExtraSourceAddress.Builder>
      • maybeForceBuilderInitialization

        private void maybeForceBuilderInitialization()
      • clear

        public ExtraSourceAddress.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessage.Builder<ExtraSourceAddress.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ExtraSourceAddress.Builder>
      • getDefaultInstanceForType

        public ExtraSourceAddress getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ExtraSourceAddress build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ExtraSourceAddress buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • mergeFrom

        public ExtraSourceAddress.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExtraSourceAddress.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExtraSourceAddress.Builder>
      • mergeFrom

        public ExtraSourceAddress.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExtraSourceAddress.Builder>
        Throws:
        java.io.IOException
      • hasAddress

        public boolean hasAddress()
         The additional address to bind.
         
        .envoy.config.core.v3.SocketAddress address = 1 [(.validate.rules) = { ... }
        Specified by:
        hasAddress in interface ExtraSourceAddressOrBuilder
        Returns:
        Whether the address field is set.
      • mergeAddress

        public ExtraSourceAddress.Builder mergeAddress​(SocketAddress value)
         The additional address to bind.
         
        .envoy.config.core.v3.SocketAddress address = 1 [(.validate.rules) = { ... }
      • clearAddress

        public ExtraSourceAddress.Builder clearAddress()
         The additional address to bind.
         
        .envoy.config.core.v3.SocketAddress address = 1 [(.validate.rules) = { ... }
      • getAddressBuilder

        public SocketAddress.Builder getAddressBuilder()
         The additional address to bind.
         
        .envoy.config.core.v3.SocketAddress address = 1 [(.validate.rules) = { ... }
      • hasSocketOptions

        public boolean hasSocketOptions()
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
        Specified by:
        hasSocketOptions in interface ExtraSourceAddressOrBuilder
        Returns:
        Whether the socketOptions field is set.
      • getSocketOptions

        public SocketOptionsOverride getSocketOptions()
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
        Specified by:
        getSocketOptions in interface ExtraSourceAddressOrBuilder
        Returns:
        The socketOptions.
      • setSocketOptions

        public ExtraSourceAddress.Builder setSocketOptions​(SocketOptionsOverride value)
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
      • setSocketOptions

        public ExtraSourceAddress.Builder setSocketOptions​(SocketOptionsOverride.Builder builderForValue)
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
      • mergeSocketOptions

        public ExtraSourceAddress.Builder mergeSocketOptions​(SocketOptionsOverride value)
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
      • clearSocketOptions

        public ExtraSourceAddress.Builder clearSocketOptions()
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
      • getSocketOptionsBuilder

        public SocketOptionsOverride.Builder getSocketOptionsBuilder()
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
      • getSocketOptionsOrBuilder

        public SocketOptionsOverrideOrBuilder getSocketOptionsOrBuilder()
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;
        Specified by:
        getSocketOptionsOrBuilder in interface ExtraSourceAddressOrBuilder
      • getSocketOptionsFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<SocketOptionsOverride,​SocketOptionsOverride.Builder,​SocketOptionsOverrideOrBuilder> getSocketOptionsFieldBuilder()
         Additional socket options that may not be present in Envoy source code or
         precompiled binaries. If specified, this will override the
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.BindConfig.socket_options>`
         in the BindConfig. If specified with no
         :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`
         or an empty list of :ref:`socket_options <envoy_v3_api_field_config.core.v3.SocketOptionsOverride.socket_options>`,
         it means no socket option will apply.
         
        .envoy.config.core.v3.SocketOptionsOverride socket_options = 2;