Class EnvoyMobileHttpConnectionManager.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<EnvoyMobileHttpConnectionManager.Builder>
com.google.protobuf.GeneratedMessage.Builder<EnvoyMobileHttpConnectionManager.Builder>
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.EnvoyMobileHttpConnectionManager.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EnvoyMobileHttpConnectionManagerOrBuilder, 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
  • Field Details

  • Constructor Details

    • Builder

      private Builder()
    • Builder

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

    • 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()
    • 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<EnvoyMobileHttpConnectionManager.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<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

      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
    • buildPartial0

      private void buildPartial0(EnvoyMobileHttpConnectionManager result)
    • mergeFrom

      public EnvoyMobileHttpConnectionManager.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<EnvoyMobileHttpConnectionManager.Builder>
    • mergeFrom

    • 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 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:
      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.
    • setConfig

       The configuration for the underlying HttpConnectionManager which will be
       instantiated for Envoy mobile.
       
      .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
    • setConfig

       The configuration for the underlying HttpConnectionManager which will be
       instantiated for Envoy mobile.
       
      .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;
    • mergeConfig

       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

       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;
    • getConfigOrBuilder

      public HttpConnectionManagerOrBuilder getConfigOrBuilder()
       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:
      getConfigOrBuilder in interface EnvoyMobileHttpConnectionManagerOrBuilder
    • getConfigFieldBuilder

      private com.google.protobuf.SingleFieldBuilder<HttpConnectionManager,HttpConnectionManager.Builder,HttpConnectionManagerOrBuilder> getConfigFieldBuilder()
       The configuration for the underlying HttpConnectionManager which will be
       instantiated for Envoy mobile.
       
      .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager config = 1;