Class HttpConnectionManager.Tracing.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
io.envoyproxy.envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HttpConnectionManager.TracingOrBuilder, Cloneable
Enclosing class:
HttpConnectionManager.Tracing

public static final class HttpConnectionManager.Tracing.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder> implements HttpConnectionManager.TracingOrBuilder
 [#next-free-field: 10]
 
Protobuf type envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing
  • Method Details

    • 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.Builder<HttpConnectionManager.Tracing.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.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.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.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • getDefaultInstanceForType

      public HttpConnectionManager.Tracing 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 HttpConnectionManager.Tracing buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • setField

      public HttpConnectionManager.Tracing.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • clearField

      public HttpConnectionManager.Tracing.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • clearOneof

      public HttpConnectionManager.Tracing.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • setRepeatedField

      public HttpConnectionManager.Tracing.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • addRepeatedField

      public HttpConnectionManager.Tracing.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • mergeFrom

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

    • isInitialized

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

      public HttpConnectionManager.Tracing.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<HttpConnectionManager.Tracing.Builder>
      Throws:
      IOException
    • getOperationNameValue

      @Deprecated public int getOperationNameValue()
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.operation_name is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=111
       The span name will be derived from this field. If
       :ref:`traffic_direction <envoy_api_field_Listener.traffic_direction>` is
       specified on the parent listener, then it is used instead of this field.
      
       .. attention::
        This field has been deprecated in favor of `traffic_direction`.
       
      .envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.OperationName operation_name = 1 [deprecated = true, (.validate.rules) = { ... }
      Specified by:
      getOperationNameValue in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The enum numeric value on the wire for operationName.
    • setOperationNameValue

      @Deprecated public HttpConnectionManager.Tracing.Builder setOperationNameValue(int value)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.operation_name is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=111
       The span name will be derived from this field. If
       :ref:`traffic_direction <envoy_api_field_Listener.traffic_direction>` is
       specified on the parent listener, then it is used instead of this field.
      
       .. attention::
        This field has been deprecated in favor of `traffic_direction`.
       
      .envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.OperationName operation_name = 1 [deprecated = true, (.validate.rules) = { ... }
      Parameters:
      value - The enum numeric value on the wire for operationName to set.
      Returns:
      This builder for chaining.
    • getOperationName

      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.operation_name is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=111
       The span name will be derived from this field. If
       :ref:`traffic_direction <envoy_api_field_Listener.traffic_direction>` is
       specified on the parent listener, then it is used instead of this field.
      
       .. attention::
        This field has been deprecated in favor of `traffic_direction`.
       
      .envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.OperationName operation_name = 1 [deprecated = true, (.validate.rules) = { ... }
      Specified by:
      getOperationName in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The operationName.
    • setOperationName

      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.operation_name is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=111
       The span name will be derived from this field. If
       :ref:`traffic_direction <envoy_api_field_Listener.traffic_direction>` is
       specified on the parent listener, then it is used instead of this field.
      
       .. attention::
        This field has been deprecated in favor of `traffic_direction`.
       
      .envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.OperationName operation_name = 1 [deprecated = true, (.validate.rules) = { ... }
      Parameters:
      value - The operationName to set.
      Returns:
      This builder for chaining.
    • clearOperationName

      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.operation_name is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=111
       The span name will be derived from this field. If
       :ref:`traffic_direction <envoy_api_field_Listener.traffic_direction>` is
       specified on the parent listener, then it is used instead of this field.
      
       .. attention::
        This field has been deprecated in favor of `traffic_direction`.
       
      .envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.OperationName operation_name = 1 [deprecated = true, (.validate.rules) = { ... }
      Returns:
      This builder for chaining.
    • getRequestHeadersForTagsList

      @Deprecated public com.google.protobuf.ProtocolStringList getRequestHeadersForTagsList()
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Specified by:
      getRequestHeadersForTagsList in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      A list containing the requestHeadersForTags.
    • getRequestHeadersForTagsCount

      @Deprecated public int getRequestHeadersForTagsCount()
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Specified by:
      getRequestHeadersForTagsCount in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The count of requestHeadersForTags.
    • getRequestHeadersForTags

      @Deprecated public String getRequestHeadersForTags(int index)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Specified by:
      getRequestHeadersForTags in interface HttpConnectionManager.TracingOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The requestHeadersForTags at the given index.
    • getRequestHeadersForTagsBytes

      @Deprecated public com.google.protobuf.ByteString getRequestHeadersForTagsBytes(int index)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Specified by:
      getRequestHeadersForTagsBytes in interface HttpConnectionManager.TracingOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the requestHeadersForTags at the given index.
    • setRequestHeadersForTags

      @Deprecated public HttpConnectionManager.Tracing.Builder setRequestHeadersForTags(int index, String value)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Parameters:
      index - The index to set the value at.
      value - The requestHeadersForTags to set.
      Returns:
      This builder for chaining.
    • addRequestHeadersForTags

      @Deprecated public HttpConnectionManager.Tracing.Builder addRequestHeadersForTags(String value)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Parameters:
      value - The requestHeadersForTags to add.
      Returns:
      This builder for chaining.
    • addAllRequestHeadersForTags

      @Deprecated public HttpConnectionManager.Tracing.Builder addAllRequestHeadersForTags(Iterable<String> values)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Parameters:
      values - The requestHeadersForTags to add.
      Returns:
      This builder for chaining.
    • clearRequestHeadersForTags

      @Deprecated public HttpConnectionManager.Tracing.Builder clearRequestHeadersForTags()
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Returns:
      This builder for chaining.
    • addRequestHeadersForTagsBytes

      @Deprecated public HttpConnectionManager.Tracing.Builder addRequestHeadersForTagsBytes(com.google.protobuf.ByteString value)
      Deprecated.
      envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.request_headers_for_tags is deprecated. See envoy/config/filter/network/http_connection_manager/v2/http_connection_manager.proto;l=124
       A list of header names used to create tags for the active span. The header name is used to
       populate the tag name, and the header value is used to populate the tag value. The tag is
       created if the specified header name is present in the request's headers.
      
       .. attention::
        This field has been deprecated in favor of :ref:`custom_tags
        <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.tracing.custom_tags>`.
       
      repeated string request_headers_for_tags = 2 [deprecated = true];
      Parameters:
      value - The bytes of the requestHeadersForTags to add.
      Returns:
      This builder for chaining.
    • hasClientSampling

      public boolean hasClientSampling()
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
      Specified by:
      hasClientSampling in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      Whether the clientSampling field is set.
    • getClientSampling

      public Percent getClientSampling()
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
      Specified by:
      getClientSampling in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The clientSampling.
    • setClientSampling

      public HttpConnectionManager.Tracing.Builder setClientSampling(Percent value)
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
    • setClientSampling

      public HttpConnectionManager.Tracing.Builder setClientSampling(Percent.Builder builderForValue)
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
    • mergeClientSampling

      public HttpConnectionManager.Tracing.Builder mergeClientSampling(Percent value)
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
    • clearClientSampling

      public HttpConnectionManager.Tracing.Builder clearClientSampling()
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
    • getClientSamplingBuilder

      public Percent.Builder getClientSamplingBuilder()
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
    • getClientSamplingOrBuilder

      public PercentOrBuilder getClientSamplingOrBuilder()
       Target percentage of requests managed by this HTTP connection manager that will be force
       traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>`
       header is set. This field is a direct analog for the runtime variable
       'tracing.client_enabled' in the :ref:`HTTP Connection Manager
       <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent client_sampling = 3;
      Specified by:
      getClientSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilder
    • hasRandomSampling

      public boolean hasRandomSampling()
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
      Specified by:
      hasRandomSampling in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      Whether the randomSampling field is set.
    • getRandomSampling

      public Percent getRandomSampling()
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
      Specified by:
      getRandomSampling in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The randomSampling.
    • setRandomSampling

      public HttpConnectionManager.Tracing.Builder setRandomSampling(Percent value)
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
    • setRandomSampling

      public HttpConnectionManager.Tracing.Builder setRandomSampling(Percent.Builder builderForValue)
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
    • mergeRandomSampling

      public HttpConnectionManager.Tracing.Builder mergeRandomSampling(Percent value)
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
    • clearRandomSampling

      public HttpConnectionManager.Tracing.Builder clearRandomSampling()
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
    • getRandomSamplingBuilder

      public Percent.Builder getRandomSamplingBuilder()
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
    • getRandomSamplingOrBuilder

      public PercentOrBuilder getRandomSamplingOrBuilder()
       Target percentage of requests managed by this HTTP connection manager that will be randomly
       selected for trace generation, if not requested by the client or not forced. This field is
       a direct analog for the runtime variable 'tracing.random_sampling' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent random_sampling = 4;
      Specified by:
      getRandomSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilder
    • hasOverallSampling

      public boolean hasOverallSampling()
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
      Specified by:
      hasOverallSampling in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      Whether the overallSampling field is set.
    • getOverallSampling

      public Percent getOverallSampling()
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
      Specified by:
      getOverallSampling in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The overallSampling.
    • setOverallSampling

      public HttpConnectionManager.Tracing.Builder setOverallSampling(Percent value)
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
    • setOverallSampling

      public HttpConnectionManager.Tracing.Builder setOverallSampling(Percent.Builder builderForValue)
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
    • mergeOverallSampling

      public HttpConnectionManager.Tracing.Builder mergeOverallSampling(Percent value)
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
    • clearOverallSampling

      public HttpConnectionManager.Tracing.Builder clearOverallSampling()
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
    • getOverallSamplingBuilder

      public Percent.Builder getOverallSamplingBuilder()
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
    • getOverallSamplingOrBuilder

      public PercentOrBuilder getOverallSamplingOrBuilder()
       Target percentage of requests managed by this HTTP connection manager that will be traced
       after all other sampling checks have been applied (client-directed, force tracing, random
       sampling). This field functions as an upper limit on the total configured sampling rate. For
       instance, setting client_sampling to 100% but overall_sampling to 1% will result in only 1%
       of client requests with the appropriate headers to be force traced. This field is a direct
       analog for the runtime variable 'tracing.global_enabled' in the
       :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`.
       Default: 100%
       
      .envoy.type.Percent overall_sampling = 5;
      Specified by:
      getOverallSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilder
    • getVerbose

      public boolean getVerbose()
       Whether to annotate spans with additional data. If true, spans will include logs for stream
       events.
       
      bool verbose = 6;
      Specified by:
      getVerbose in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The verbose.
    • setVerbose

      public HttpConnectionManager.Tracing.Builder setVerbose(boolean value)
       Whether to annotate spans with additional data. If true, spans will include logs for stream
       events.
       
      bool verbose = 6;
      Parameters:
      value - The verbose to set.
      Returns:
      This builder for chaining.
    • clearVerbose

       Whether to annotate spans with additional data. If true, spans will include logs for stream
       events.
       
      bool verbose = 6;
      Returns:
      This builder for chaining.
    • hasMaxPathTagLength

      public boolean hasMaxPathTagLength()
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
      Specified by:
      hasMaxPathTagLength in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      Whether the maxPathTagLength field is set.
    • getMaxPathTagLength

      public com.google.protobuf.UInt32Value getMaxPathTagLength()
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
      Specified by:
      getMaxPathTagLength in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The maxPathTagLength.
    • setMaxPathTagLength

      public HttpConnectionManager.Tracing.Builder setMaxPathTagLength(com.google.protobuf.UInt32Value value)
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
    • setMaxPathTagLength

      public HttpConnectionManager.Tracing.Builder setMaxPathTagLength(com.google.protobuf.UInt32Value.Builder builderForValue)
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
    • mergeMaxPathTagLength

      public HttpConnectionManager.Tracing.Builder mergeMaxPathTagLength(com.google.protobuf.UInt32Value value)
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
    • clearMaxPathTagLength

      public HttpConnectionManager.Tracing.Builder clearMaxPathTagLength()
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
    • getMaxPathTagLengthBuilder

      public com.google.protobuf.UInt32Value.Builder getMaxPathTagLengthBuilder()
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
    • getMaxPathTagLengthOrBuilder

      public com.google.protobuf.UInt32ValueOrBuilder getMaxPathTagLengthOrBuilder()
       Maximum length of the request path to extract and include in the HttpUrl tag. Used to
       truncate lengthy request paths to meet the needs of a tracing backend.
       Default: 256
       
      .google.protobuf.UInt32Value max_path_tag_length = 7;
      Specified by:
      getMaxPathTagLengthOrBuilder in interface HttpConnectionManager.TracingOrBuilder
    • getCustomTagsList

      public List<CustomTag> getCustomTagsList()
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
      Specified by:
      getCustomTagsList in interface HttpConnectionManager.TracingOrBuilder
    • getCustomTagsCount

      public int getCustomTagsCount()
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
      Specified by:
      getCustomTagsCount in interface HttpConnectionManager.TracingOrBuilder
    • getCustomTags

      public CustomTag getCustomTags(int index)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
      Specified by:
      getCustomTags in interface HttpConnectionManager.TracingOrBuilder
    • setCustomTags

      public HttpConnectionManager.Tracing.Builder setCustomTags(int index, CustomTag value)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • setCustomTags

      public HttpConnectionManager.Tracing.Builder setCustomTags(int index, CustomTag.Builder builderForValue)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • addCustomTags

      public HttpConnectionManager.Tracing.Builder addCustomTags(CustomTag value)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • addCustomTags

      public HttpConnectionManager.Tracing.Builder addCustomTags(int index, CustomTag value)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • addCustomTags

      public HttpConnectionManager.Tracing.Builder addCustomTags(CustomTag.Builder builderForValue)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • addCustomTags

      public HttpConnectionManager.Tracing.Builder addCustomTags(int index, CustomTag.Builder builderForValue)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • addAllCustomTags

      public HttpConnectionManager.Tracing.Builder addAllCustomTags(Iterable<? extends CustomTag> values)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • clearCustomTags

      public HttpConnectionManager.Tracing.Builder clearCustomTags()
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • removeCustomTags

      public HttpConnectionManager.Tracing.Builder removeCustomTags(int index)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • getCustomTagsBuilder

      public CustomTag.Builder getCustomTagsBuilder(int index)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • getCustomTagsOrBuilder

      public CustomTagOrBuilder getCustomTagsOrBuilder(int index)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
      Specified by:
      getCustomTagsOrBuilder in interface HttpConnectionManager.TracingOrBuilder
    • getCustomTagsOrBuilderList

      public List<? extends CustomTagOrBuilder> getCustomTagsOrBuilderList()
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
      Specified by:
      getCustomTagsOrBuilderList in interface HttpConnectionManager.TracingOrBuilder
    • addCustomTagsBuilder

      public CustomTag.Builder addCustomTagsBuilder()
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • addCustomTagsBuilder

      public CustomTag.Builder addCustomTagsBuilder(int index)
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • getCustomTagsBuilderList

      public List<CustomTag.Builder> getCustomTagsBuilderList()
       A list of custom tags with unique tag name to create tags for the active span.
       
      repeated .envoy.type.tracing.v2.CustomTag custom_tags = 8;
    • hasProvider

      public boolean hasProvider()
       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
      Specified by:
      hasProvider in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      Whether the provider field is set.
    • getProvider

      public Tracing.Http getProvider()
       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
      Specified by:
      getProvider in interface HttpConnectionManager.TracingOrBuilder
      Returns:
      The provider.
    • setProvider

       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
    • setProvider

      public HttpConnectionManager.Tracing.Builder setProvider(Tracing.Http.Builder builderForValue)
       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
    • mergeProvider

       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
    • clearProvider

      public HttpConnectionManager.Tracing.Builder clearProvider()
       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
    • getProviderBuilder

      public Tracing.Http.Builder getProviderBuilder()
       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
    • getProviderOrBuilder

      public Tracing.HttpOrBuilder getProviderOrBuilder()
       Configuration for an external tracing provider.
       If not specified, no tracing will be performed.
       
      .envoy.config.trace.v2.Tracing.Http provider = 9;
      Specified by:
      getProviderOrBuilder in interface HttpConnectionManager.TracingOrBuilder
    • setUnknownFields

      public final HttpConnectionManager.Tracing.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>
    • mergeUnknownFields

      public final HttpConnectionManager.Tracing.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HttpConnectionManager.Tracing.Builder>