public final class XRayConfig extends com.google.protobuf.GeneratedMessageV3 implements XRayConfigOrBuilder
envoy.extensions.tracers.xray.v4alpha.XRayConfig| Modifier and Type | Class and Description |
|---|---|
static class |
XRayConfig.Builder
Protobuf type
envoy.extensions.tracers.xray.v4alpha.XRayConfig |
static class |
XRayConfig.SegmentFields
Protobuf type
envoy.extensions.tracers.xray.v4alpha.XRayConfig.SegmentFields |
static interface |
XRayConfig.SegmentFieldsOrBuilder |
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 |
DAEMON_ENDPOINT_FIELD_NUMBER |
static int |
SAMPLING_RULE_MANIFEST_FIELD_NUMBER |
static int |
SEGMENT_FIELDS_FIELD_NUMBER |
static int |
SEGMENT_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SocketAddress |
getDaemonEndpoint()
The UDP endpoint of the X-Ray Daemon where the spans will be sent.
|
SocketAddressOrBuilder |
getDaemonEndpointOrBuilder()
The UDP endpoint of the X-Ray Daemon where the spans will be sent.
|
static XRayConfig |
getDefaultInstance() |
XRayConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<XRayConfig> |
getParserForType() |
DataSource |
getSamplingRuleManifest()
The location of a local custom sampling rules JSON file.
|
DataSourceOrBuilder |
getSamplingRuleManifestOrBuilder()
The location of a local custom sampling rules JSON file.
|
XRayConfig.SegmentFields |
getSegmentFields()
Optional custom fields to be added to each trace segment.
|
XRayConfig.SegmentFieldsOrBuilder |
getSegmentFieldsOrBuilder()
Optional custom fields to be added to each trace segment.
|
String |
getSegmentName()
The name of the X-Ray segment.
|
com.google.protobuf.ByteString |
getSegmentNameBytes()
The name of the X-Ray segment.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDaemonEndpoint()
The UDP endpoint of the X-Ray Daemon where the spans will be sent.
|
int |
hashCode() |
boolean |
hasSamplingRuleManifest()
The location of a local custom sampling rules JSON file.
|
boolean |
hasSegmentFields()
Optional custom fields to be added to each trace segment.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static XRayConfig.Builder |
newBuilder() |
static XRayConfig.Builder |
newBuilder(XRayConfig prototype) |
XRayConfig.Builder |
newBuilderForType() |
protected XRayConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static XRayConfig |
parseDelimitedFrom(InputStream input) |
static XRayConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XRayConfig |
parseFrom(byte[] data) |
static XRayConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XRayConfig |
parseFrom(ByteBuffer data) |
static XRayConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XRayConfig |
parseFrom(com.google.protobuf.ByteString data) |
static XRayConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XRayConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static XRayConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static XRayConfig |
parseFrom(InputStream input) |
static XRayConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<XRayConfig> |
parser() |
XRayConfig.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 DAEMON_ENDPOINT_FIELD_NUMBER
public static final int SEGMENT_NAME_FIELD_NUMBER
public static final int SAMPLING_RULE_MANIFEST_FIELD_NUMBER
public static final int SEGMENT_FIELDS_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.GeneratedMessageV3public boolean hasDaemonEndpoint()
The UDP endpoint of the X-Ray Daemon where the spans will be sent. If this value is not set, the default value of 127.0.0.1:2000 will be used.
.envoy.config.core.v4alpha.SocketAddress daemon_endpoint = 1;hasDaemonEndpoint in interface XRayConfigOrBuilderpublic SocketAddress getDaemonEndpoint()
The UDP endpoint of the X-Ray Daemon where the spans will be sent. If this value is not set, the default value of 127.0.0.1:2000 will be used.
.envoy.config.core.v4alpha.SocketAddress daemon_endpoint = 1;getDaemonEndpoint in interface XRayConfigOrBuilderpublic SocketAddressOrBuilder getDaemonEndpointOrBuilder()
The UDP endpoint of the X-Ray Daemon where the spans will be sent. If this value is not set, the default value of 127.0.0.1:2000 will be used.
.envoy.config.core.v4alpha.SocketAddress daemon_endpoint = 1;getDaemonEndpointOrBuilder in interface XRayConfigOrBuilderpublic String getSegmentName()
The name of the X-Ray segment.
string segment_name = 2 [(.validate.rules) = { ... }getSegmentName in interface XRayConfigOrBuilderpublic com.google.protobuf.ByteString getSegmentNameBytes()
The name of the X-Ray segment.
string segment_name = 2 [(.validate.rules) = { ... }getSegmentNameBytes in interface XRayConfigOrBuilderpublic boolean hasSamplingRuleManifest()
The location of a local custom sampling rules JSON file. For an example of the sampling rules see: `X-Ray SDK documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-sampling>`_
.envoy.config.core.v4alpha.DataSource sampling_rule_manifest = 3;hasSamplingRuleManifest in interface XRayConfigOrBuilderpublic DataSource getSamplingRuleManifest()
The location of a local custom sampling rules JSON file. For an example of the sampling rules see: `X-Ray SDK documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-sampling>`_
.envoy.config.core.v4alpha.DataSource sampling_rule_manifest = 3;getSamplingRuleManifest in interface XRayConfigOrBuilderpublic DataSourceOrBuilder getSamplingRuleManifestOrBuilder()
The location of a local custom sampling rules JSON file. For an example of the sampling rules see: `X-Ray SDK documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go-configuration.html#xray-sdk-go-configuration-sampling>`_
.envoy.config.core.v4alpha.DataSource sampling_rule_manifest = 3;getSamplingRuleManifestOrBuilder in interface XRayConfigOrBuilderpublic boolean hasSegmentFields()
Optional custom fields to be added to each trace segment. see: `X-Ray Segment Document documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html>`__
.envoy.extensions.tracers.xray.v4alpha.XRayConfig.SegmentFields segment_fields = 4;hasSegmentFields in interface XRayConfigOrBuilderpublic XRayConfig.SegmentFields getSegmentFields()
Optional custom fields to be added to each trace segment. see: `X-Ray Segment Document documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html>`__
.envoy.extensions.tracers.xray.v4alpha.XRayConfig.SegmentFields segment_fields = 4;getSegmentFields in interface XRayConfigOrBuilderpublic XRayConfig.SegmentFieldsOrBuilder getSegmentFieldsOrBuilder()
Optional custom fields to be added to each trace segment. see: `X-Ray Segment Document documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html>`__
.envoy.extensions.tracers.xray.v4alpha.XRayConfig.SegmentFields segment_fields = 4;getSegmentFieldsOrBuilder in interface XRayConfigOrBuilderpublic 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 XRayConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XRayConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XRayConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XRayConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XRayConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XRayConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static XRayConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static XRayConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static XRayConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static XRayConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static XRayConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static XRayConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic XRayConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static XRayConfig.Builder newBuilder()
public static XRayConfig.Builder newBuilder(XRayConfig prototype)
public XRayConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected XRayConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static XRayConfig getDefaultInstance()
public static com.google.protobuf.Parser<XRayConfig> parser()
public com.google.protobuf.Parser<XRayConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public XRayConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.