java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.extensions.filters.network.generic_proxy.v3.GenericProxy
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GenericProxyOrBuilder, Serializable

public final class GenericProxy extends com.google.protobuf.GeneratedMessageV3 implements GenericProxyOrBuilder
 [#next-free-field: 8]
 
Protobuf type envoy.extensions.filters.network.generic_proxy.v3.GenericProxy
See Also:
  • Field Details

    • STAT_PREFIX_FIELD_NUMBER

      public static final int STAT_PREFIX_FIELD_NUMBER
      See Also:
    • CODEC_CONFIG_FIELD_NUMBER

      public static final int CODEC_CONFIG_FIELD_NUMBER
      See Also:
    • GENERIC_RDS_FIELD_NUMBER

      public static final int GENERIC_RDS_FIELD_NUMBER
      See Also:
    • ROUTE_CONFIG_FIELD_NUMBER

      public static final int ROUTE_CONFIG_FIELD_NUMBER
      See Also:
    • FILTERS_FIELD_NUMBER

      public static final int FILTERS_FIELD_NUMBER
      See Also:
    • TRACING_FIELD_NUMBER

      public static final int TRACING_FIELD_NUMBER
      See Also:
    • ACCESS_LOG_FIELD_NUMBER

      public static final int ACCESS_LOG_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getRouteSpecifierCase

      public GenericProxy.RouteSpecifierCase getRouteSpecifierCase()
      Specified by:
      getRouteSpecifierCase in interface GenericProxyOrBuilder
    • getStatPrefix

      public String getStatPrefix()
       The human readable prefix to use when emitting statistics.
       
      string stat_prefix = 1 [(.validate.rules) = { ... }
      Specified by:
      getStatPrefix in interface GenericProxyOrBuilder
      Returns:
      The statPrefix.
    • getStatPrefixBytes

      public com.google.protobuf.ByteString getStatPrefixBytes()
       The human readable prefix to use when emitting statistics.
       
      string stat_prefix = 1 [(.validate.rules) = { ... }
      Specified by:
      getStatPrefixBytes in interface GenericProxyOrBuilder
      Returns:
      The bytes for statPrefix.
    • hasCodecConfig

      public boolean hasCodecConfig()
       The codec which encodes and decodes the application protocol.
       [#extension-category: envoy.generic_proxy.codecs]
       
      .envoy.config.core.v3.TypedExtensionConfig codec_config = 2 [(.validate.rules) = { ... }
      Specified by:
      hasCodecConfig in interface GenericProxyOrBuilder
      Returns:
      Whether the codecConfig field is set.
    • getCodecConfig

      public TypedExtensionConfig getCodecConfig()
       The codec which encodes and decodes the application protocol.
       [#extension-category: envoy.generic_proxy.codecs]
       
      .envoy.config.core.v3.TypedExtensionConfig codec_config = 2 [(.validate.rules) = { ... }
      Specified by:
      getCodecConfig in interface GenericProxyOrBuilder
      Returns:
      The codecConfig.
    • getCodecConfigOrBuilder

      public TypedExtensionConfigOrBuilder getCodecConfigOrBuilder()
       The codec which encodes and decodes the application protocol.
       [#extension-category: envoy.generic_proxy.codecs]
       
      .envoy.config.core.v3.TypedExtensionConfig codec_config = 2 [(.validate.rules) = { ... }
      Specified by:
      getCodecConfigOrBuilder in interface GenericProxyOrBuilder
    • hasGenericRds

      public boolean hasGenericRds()
       The generic proxies route table will be dynamically loaded via the meta RDS API.
       
      .envoy.extensions.filters.network.generic_proxy.v3.GenericRds generic_rds = 3;
      Specified by:
      hasGenericRds in interface GenericProxyOrBuilder
      Returns:
      Whether the genericRds field is set.
    • getGenericRds

      public GenericRds getGenericRds()
       The generic proxies route table will be dynamically loaded via the meta RDS API.
       
      .envoy.extensions.filters.network.generic_proxy.v3.GenericRds generic_rds = 3;
      Specified by:
      getGenericRds in interface GenericProxyOrBuilder
      Returns:
      The genericRds.
    • getGenericRdsOrBuilder

      public GenericRdsOrBuilder getGenericRdsOrBuilder()
       The generic proxies route table will be dynamically loaded via the meta RDS API.
       
      .envoy.extensions.filters.network.generic_proxy.v3.GenericRds generic_rds = 3;
      Specified by:
      getGenericRdsOrBuilder in interface GenericProxyOrBuilder
    • hasRouteConfig

      public boolean hasRouteConfig()
       The route table for the generic proxy is static and is specified in this property.
       
      .envoy.extensions.filters.network.generic_proxy.v3.RouteConfiguration route_config = 4;
      Specified by:
      hasRouteConfig in interface GenericProxyOrBuilder
      Returns:
      Whether the routeConfig field is set.
    • getRouteConfig

      public RouteConfiguration getRouteConfig()
       The route table for the generic proxy is static and is specified in this property.
       
      .envoy.extensions.filters.network.generic_proxy.v3.RouteConfiguration route_config = 4;
      Specified by:
      getRouteConfig in interface GenericProxyOrBuilder
      Returns:
      The routeConfig.
    • getRouteConfigOrBuilder

      public RouteConfigurationOrBuilder getRouteConfigOrBuilder()
       The route table for the generic proxy is static and is specified in this property.
       
      .envoy.extensions.filters.network.generic_proxy.v3.RouteConfiguration route_config = 4;
      Specified by:
      getRouteConfigOrBuilder in interface GenericProxyOrBuilder
    • getFiltersList

      public List<TypedExtensionConfig> getFiltersList()
       A list of individual Layer-7 filters that make up the filter chain for requests made to the
       proxy. Order matters as the filters are processed sequentially as request events
       happen.
       [#extension-category: envoy.generic_proxy.filters]
       
      repeated .envoy.config.core.v3.TypedExtensionConfig filters = 5;
      Specified by:
      getFiltersList in interface GenericProxyOrBuilder
    • getFiltersOrBuilderList

      public List<? extends TypedExtensionConfigOrBuilder> getFiltersOrBuilderList()
       A list of individual Layer-7 filters that make up the filter chain for requests made to the
       proxy. Order matters as the filters are processed sequentially as request events
       happen.
       [#extension-category: envoy.generic_proxy.filters]
       
      repeated .envoy.config.core.v3.TypedExtensionConfig filters = 5;
      Specified by:
      getFiltersOrBuilderList in interface GenericProxyOrBuilder
    • getFiltersCount

      public int getFiltersCount()
       A list of individual Layer-7 filters that make up the filter chain for requests made to the
       proxy. Order matters as the filters are processed sequentially as request events
       happen.
       [#extension-category: envoy.generic_proxy.filters]
       
      repeated .envoy.config.core.v3.TypedExtensionConfig filters = 5;
      Specified by:
      getFiltersCount in interface GenericProxyOrBuilder
    • getFilters

      public TypedExtensionConfig getFilters(int index)
       A list of individual Layer-7 filters that make up the filter chain for requests made to the
       proxy. Order matters as the filters are processed sequentially as request events
       happen.
       [#extension-category: envoy.generic_proxy.filters]
       
      repeated .envoy.config.core.v3.TypedExtensionConfig filters = 5;
      Specified by:
      getFilters in interface GenericProxyOrBuilder
    • getFiltersOrBuilder

      public TypedExtensionConfigOrBuilder getFiltersOrBuilder(int index)
       A list of individual Layer-7 filters that make up the filter chain for requests made to the
       proxy. Order matters as the filters are processed sequentially as request events
       happen.
       [#extension-category: envoy.generic_proxy.filters]
       
      repeated .envoy.config.core.v3.TypedExtensionConfig filters = 5;
      Specified by:
      getFiltersOrBuilder in interface GenericProxyOrBuilder
    • hasTracing

      public boolean hasTracing()
       Tracing configuration for the generic proxy.
       
      .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing tracing = 6;
      Specified by:
      hasTracing in interface GenericProxyOrBuilder
      Returns:
      Whether the tracing field is set.
    • getTracing

      public HttpConnectionManager.Tracing getTracing()
       Tracing configuration for the generic proxy.
       
      .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing tracing = 6;
      Specified by:
      getTracing in interface GenericProxyOrBuilder
      Returns:
      The tracing.
    • getTracingOrBuilder

      public HttpConnectionManager.TracingOrBuilder getTracingOrBuilder()
       Tracing configuration for the generic proxy.
       
      .envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing tracing = 6;
      Specified by:
      getTracingOrBuilder in interface GenericProxyOrBuilder
    • getAccessLogList

      public List<AccessLog> getAccessLogList()
       Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.
       
      repeated .envoy.config.accesslog.v3.AccessLog access_log = 7;
      Specified by:
      getAccessLogList in interface GenericProxyOrBuilder
    • getAccessLogOrBuilderList

      public List<? extends AccessLogOrBuilder> getAccessLogOrBuilderList()
       Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.
       
      repeated .envoy.config.accesslog.v3.AccessLog access_log = 7;
      Specified by:
      getAccessLogOrBuilderList in interface GenericProxyOrBuilder
    • getAccessLogCount

      public int getAccessLogCount()
       Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.
       
      repeated .envoy.config.accesslog.v3.AccessLog access_log = 7;
      Specified by:
      getAccessLogCount in interface GenericProxyOrBuilder
    • getAccessLog

      public AccessLog getAccessLog(int index)
       Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.
       
      repeated .envoy.config.accesslog.v3.AccessLog access_log = 7;
      Specified by:
      getAccessLog in interface GenericProxyOrBuilder
    • getAccessLogOrBuilder

      public AccessLogOrBuilder getAccessLogOrBuilder(int index)
       Configuration for :ref:`access logs <arch_overview_access_logs>` emitted by generic proxy.
       
      repeated .envoy.config.accesslog.v3.AccessLog access_log = 7;
      Specified by:
      getAccessLogOrBuilder in interface GenericProxyOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GenericProxy parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenericProxy parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenericProxy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenericProxy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenericProxy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenericProxy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GenericProxy parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GenericProxy parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GenericProxy parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GenericProxy parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GenericProxy parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GenericProxy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public GenericProxy.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static GenericProxy.Builder newBuilder()
    • newBuilder

      public static GenericProxy.Builder newBuilder(GenericProxy prototype)
    • toBuilder

      public GenericProxy.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GenericProxy.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static GenericProxy getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GenericProxy> parser()
    • getParserForType

      public com.google.protobuf.Parser<GenericProxy> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public GenericProxy getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder