public static final class HttpConnectionManager.Tracing extends com.google.protobuf.GeneratedMessageV3 implements HttpConnectionManager.TracingOrBuilder
[#next-free-field: 10]Protobuf type
envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing| Modifier and Type | Class and Description |
|---|---|
static class |
HttpConnectionManager.Tracing.Builder
[#next-free-field: 10]
Protobuf type
envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing |
static class |
HttpConnectionManager.Tracing.OperationName
Protobuf enum
envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.OperationName |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_SAMPLING_FIELD_NUMBER |
static int |
CUSTOM_TAGS_FIELD_NUMBER |
static int |
MAX_PATH_TAG_LENGTH_FIELD_NUMBER |
static int |
OPERATION_NAME_FIELD_NUMBER |
static int |
OVERALL_SAMPLING_FIELD_NUMBER |
static int |
PROVIDER_FIELD_NUMBER |
static int |
RANDOM_SAMPLING_FIELD_NUMBER |
static int |
REQUEST_HEADERS_FOR_TAGS_FIELD_NUMBER |
static int |
VERBOSE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
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.
|
CustomTag |
getCustomTags(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
int |
getCustomTagsCount()
A list of custom tags with unique tag name to create tags for the active span.
|
List<CustomTag> |
getCustomTagsList()
A list of custom tags with unique tag name to create tags for the active span.
|
CustomTagOrBuilder |
getCustomTagsOrBuilder(int index)
A list of custom tags with unique tag name to create tags for the active span.
|
List<? extends CustomTagOrBuilder> |
getCustomTagsOrBuilderList()
A list of custom tags with unique tag name to create tags for the active span.
|
static HttpConnectionManager.Tracing |
getDefaultInstance() |
HttpConnectionManager.Tracing |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.UInt32Value |
getMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxPathTagLengthOrBuilder()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
HttpConnectionManager.Tracing.OperationName |
getOperationName()
Deprecated.
|
int |
getOperationNameValue()
Deprecated.
|
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).
|
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).
|
com.google.protobuf.Parser<HttpConnectionManager.Tracing> |
getParserForType() |
Tracing.Http |
getProvider()
Configuration for an external tracing provider.
|
Tracing.HttpOrBuilder |
getProviderOrBuilder()
Configuration for an external tracing provider.
|
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.
|
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.
|
String |
getRequestHeadersForTags(int index)
Deprecated.
|
com.google.protobuf.ByteString |
getRequestHeadersForTagsBytes(int index)
Deprecated.
|
int |
getRequestHeadersForTagsCount()
Deprecated.
|
com.google.protobuf.ProtocolStringList |
getRequestHeadersForTagsList()
Deprecated.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getVerbose()
Whether to annotate spans with additional data.
|
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.
|
int |
hashCode() |
boolean |
hasMaxPathTagLength()
Maximum length of the request path to extract and include in the HttpUrl tag.
|
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).
|
boolean |
hasProvider()
Configuration for an external tracing provider.
|
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HttpConnectionManager.Tracing.Builder |
newBuilder() |
static HttpConnectionManager.Tracing.Builder |
newBuilder(HttpConnectionManager.Tracing prototype) |
HttpConnectionManager.Tracing.Builder |
newBuilderForType() |
protected HttpConnectionManager.Tracing.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HttpConnectionManager.Tracing |
parseDelimitedFrom(InputStream input) |
static HttpConnectionManager.Tracing |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpConnectionManager.Tracing |
parseFrom(byte[] data) |
static HttpConnectionManager.Tracing |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpConnectionManager.Tracing |
parseFrom(ByteBuffer data) |
static HttpConnectionManager.Tracing |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpConnectionManager.Tracing |
parseFrom(com.google.protobuf.ByteString data) |
static HttpConnectionManager.Tracing |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpConnectionManager.Tracing |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpConnectionManager.Tracing |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpConnectionManager.Tracing |
parseFrom(InputStream input) |
static HttpConnectionManager.Tracing |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HttpConnectionManager.Tracing> |
parser() |
HttpConnectionManager.Tracing.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int OPERATION_NAME_FIELD_NUMBER
public static final int REQUEST_HEADERS_FOR_TAGS_FIELD_NUMBER
public static final int CLIENT_SAMPLING_FIELD_NUMBER
public static final int RANDOM_SAMPLING_FIELD_NUMBER
public static final int OVERALL_SAMPLING_FIELD_NUMBER
public static final int VERBOSE_FIELD_NUMBER
public static final int MAX_PATH_TAG_LENGTH_FIELD_NUMBER
public static final int CUSTOM_TAGS_FIELD_NUMBER
public static final int PROVIDER_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3@Deprecated public int getOperationNameValue()
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) = { ... }getOperationNameValue in interface HttpConnectionManager.TracingOrBuilder@Deprecated public HttpConnectionManager.Tracing.OperationName getOperationName()
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) = { ... }getOperationName in interface HttpConnectionManager.TracingOrBuilder@Deprecated public com.google.protobuf.ProtocolStringList getRequestHeadersForTagsList()
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];getRequestHeadersForTagsList in interface HttpConnectionManager.TracingOrBuilder@Deprecated public int getRequestHeadersForTagsCount()
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];getRequestHeadersForTagsCount in interface HttpConnectionManager.TracingOrBuilder@Deprecated public String getRequestHeadersForTags(int index)
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];getRequestHeadersForTags in interface HttpConnectionManager.TracingOrBuilder@Deprecated public com.google.protobuf.ByteString getRequestHeadersForTagsBytes(int index)
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];getRequestHeadersForTagsBytes in interface HttpConnectionManager.TracingOrBuilderpublic 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_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.Percent client_sampling = 3;hasClientSampling in interface HttpConnectionManager.TracingOrBuilderpublic 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_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.Percent client_sampling = 3;getClientSampling in interface HttpConnectionManager.TracingOrBuilderpublic 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_sampling' in the :ref:`HTTP Connection Manager <config_http_conn_man_runtime>`. Default: 100%
.envoy.type.Percent client_sampling = 3;getClientSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic 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;hasRandomSampling in interface HttpConnectionManager.TracingOrBuilderpublic 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;getRandomSampling in interface HttpConnectionManager.TracingOrBuilderpublic 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;getRandomSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic 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;hasOverallSampling in interface HttpConnectionManager.TracingOrBuilderpublic 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;getOverallSampling in interface HttpConnectionManager.TracingOrBuilderpublic 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;getOverallSamplingOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic boolean getVerbose()
Whether to annotate spans with additional data. If true, spans will include logs for stream events.
bool verbose = 6;getVerbose in interface HttpConnectionManager.TracingOrBuilderpublic 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;hasMaxPathTagLength in interface HttpConnectionManager.TracingOrBuilderpublic 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;getMaxPathTagLength in interface HttpConnectionManager.TracingOrBuilderpublic 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;getMaxPathTagLengthOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic 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;getCustomTagsList in interface HttpConnectionManager.TracingOrBuilderpublic 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;getCustomTagsOrBuilderList in interface HttpConnectionManager.TracingOrBuilderpublic 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;getCustomTagsCount in interface HttpConnectionManager.TracingOrBuilderpublic 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;getCustomTags in interface HttpConnectionManager.TracingOrBuilderpublic 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;getCustomTagsOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic boolean hasProvider()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v2.Tracing.Http provider = 9;hasProvider in interface HttpConnectionManager.TracingOrBuilderpublic Tracing.Http getProvider()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v2.Tracing.Http provider = 9;getProvider in interface HttpConnectionManager.TracingOrBuilderpublic Tracing.HttpOrBuilder getProviderOrBuilder()
Configuration for an external tracing provider. If not specified, no tracing will be performed. .. attention:: Please be aware that *envoy.tracers.opencensus* provider can only be configured once in Envoy lifetime. Any attempts to reconfigure it or to use different configurations for different HCM filters will be rejected. Such a constraint is inherent to OpenCensus itself. It cannot be overcome without changes on OpenCensus side.
.envoy.config.trace.v2.Tracing.Http provider = 9;getProviderOrBuilder in interface HttpConnectionManager.TracingOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HttpConnectionManager.Tracing parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpConnectionManager.Tracing parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpConnectionManager.Tracing parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpConnectionManager.Tracing parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpConnectionManager.Tracing parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpConnectionManager.Tracing parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HttpConnectionManager.Tracing parseFrom(InputStream input) throws IOException
IOExceptionpublic static HttpConnectionManager.Tracing parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HttpConnectionManager.Tracing parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HttpConnectionManager.Tracing parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HttpConnectionManager.Tracing parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HttpConnectionManager.Tracing parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HttpConnectionManager.Tracing.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HttpConnectionManager.Tracing.Builder newBuilder()
public static HttpConnectionManager.Tracing.Builder newBuilder(HttpConnectionManager.Tracing prototype)
public HttpConnectionManager.Tracing.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HttpConnectionManager.Tracing.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HttpConnectionManager.Tracing getDefaultInstance()
public static com.google.protobuf.Parser<HttpConnectionManager.Tracing> parser()
public com.google.protobuf.Parser<HttpConnectionManager.Tracing> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HttpConnectionManager.Tracing getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.