Class EnvoyMobileHttpConnectionManager.Builder

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

    public static final class EnvoyMobileHttpConnectionManager.Builder
    extends com.google.protobuf.GeneratedMessage.Builder<EnvoyMobileHttpConnectionManager.Builder>
    implements EnvoyMobileHttpConnectionManagerOrBuilder
     [#protodoc-title: Envoy Mobile HTTP connection manager]
     HTTP connection manager for use in Envoy mobile.
     [#extension: envoy.filters.network.envoy_mobile_http_connection_manager]
     
    Protobuf type envoy.extensions.filters.network.http_connection_manager.v3.EnvoyMobileHttpConnectionManager
    • 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<EnvoyMobileHttpConnectionManager.Builder>
      • maybeForceBuilderInitialization

        private void maybeForceBuilderInitialization()
      • 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<EnvoyMobileHttpConnectionManager.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public EnvoyMobileHttpConnectionManager.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<EnvoyMobileHttpConnectionManager.Builder>
        Throws:
        java.io.IOException
      • hasConfig

        public boolean hasConfig()
         The configuration for the underlying HttpConnectionManager which will be
         instantiated for Envoy mobile.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
        Specified by:
        hasConfig in interface EnvoyMobileHttpConnectionManagerOrBuilder
        Returns:
        Whether the config field is set.
      • getConfig

        public HttpConnectionManager getConfig()
         The configuration for the underlying HttpConnectionManager which will be
         instantiated for Envoy mobile.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
        Specified by:
        getConfig in interface EnvoyMobileHttpConnectionManagerOrBuilder
        Returns:
        The config.
      • mergeConfig

        public EnvoyMobileHttpConnectionManager.Builder mergeConfig​(HttpConnectionManager value)
         The configuration for the underlying HttpConnectionManager which will be
         instantiated for Envoy mobile.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
      • clearConfig

        public EnvoyMobileHttpConnectionManager.Builder clearConfig()
         The configuration for the underlying HttpConnectionManager which will be
         instantiated for Envoy mobile.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
      • getConfigBuilder

        public HttpConnectionManager.Builder getConfigBuilder()
         The configuration for the underlying HttpConnectionManager which will be
         instantiated for Envoy mobile.
         
        .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;