Class LightstepConfig
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.config.trace.v3.LightstepConfig
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,LightstepConfigOrBuilder,Serializable
public final class LightstepConfig
extends com.google.protobuf.GeneratedMessage
implements LightstepConfigOrBuilder
Configuration for the LightStep tracer. [#extension: envoy.tracers.lightstep] [#not-implemented-hide:]Protobuf type
envoy.config.trace.v3.LightstepConfig- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classConfiguration for the LightStep tracer.static enumAvailable propagation modesNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intprivate DataSourceprivate Objectprivate intstatic final intprivate Objectprivate static final LightstepConfigprivate byteprivate static final com.google.protobuf.Parser<LightstepConfig> static final intprivate com.google.protobuf.Internal.IntListprivate static final com.google.protobuf.Internal.IntListAdapter.IntConverter<LightstepConfig.PropagationMode> private intprivate static final longFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateprivateLightstepConfig(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionbooleanAccess token to the `LightStep <https://lightstep.com/>`_ API.Deprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.com.google.protobuf.ByteStringDeprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.Access token to the `LightStep <https://lightstep.com/>`_ API.The cluster manager cluster that hosts the LightStep collectors.com.google.protobuf.ByteStringThe cluster manager cluster that hosts the LightStep collectors.static LightstepConfigstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Parser<LightstepConfig> getPropagationModes(int index) Propagation modes to use by LightStep's tracer.intPropagation modes to use by LightStep's tracer.Propagation modes to use by LightStep's tracer.intgetPropagationModesValue(int index) Propagation modes to use by LightStep's tracer.Propagation modes to use by LightStep's tracer.intbooleanAccess token to the `LightStep <https://lightstep.com/>`_ API.inthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanstatic LightstepConfig.Builderstatic LightstepConfig.BuildernewBuilder(LightstepConfig prototype) protected LightstepConfig.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static LightstepConfigparseDelimitedFrom(InputStream input) static LightstepConfigparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LightstepConfigparseFrom(byte[] data) static LightstepConfigparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LightstepConfigparseFrom(com.google.protobuf.ByteString data) static LightstepConfigparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LightstepConfigparseFrom(com.google.protobuf.CodedInputStream input) static LightstepConfigparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LightstepConfigparseFrom(InputStream input) static LightstepConfigparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LightstepConfigparseFrom(ByteBuffer data) static LightstepConfigparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<LightstepConfig> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
bitField0_
private int bitField0_ -
COLLECTOR_CLUSTER_FIELD_NUMBER
public static final int COLLECTOR_CLUSTER_FIELD_NUMBER- See Also:
-
collectorCluster_
-
ACCESS_TOKEN_FILE_FIELD_NUMBER
public static final int ACCESS_TOKEN_FILE_FIELD_NUMBER- See Also:
-
accessTokenFile_
-
ACCESS_TOKEN_FIELD_NUMBER
public static final int ACCESS_TOKEN_FIELD_NUMBER- See Also:
-
accessToken_
-
PROPAGATION_MODES_FIELD_NUMBER
public static final int PROPAGATION_MODES_FIELD_NUMBER- See Also:
-
propagationModes_
private com.google.protobuf.Internal.IntList propagationModes_ -
propagationModes_converter_
private static final com.google.protobuf.Internal.IntListAdapter.IntConverter<LightstepConfig.PropagationMode> propagationModes_converter_ -
propagationModesMemoizedSerializedSize
private int propagationModesMemoizedSerializedSize -
memoizedIsInitialized
private byte memoizedIsInitialized -
DEFAULT_INSTANCE
-
PARSER
-
-
Constructor Details
-
LightstepConfig
private LightstepConfig(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
LightstepConfig
private LightstepConfig()
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getCollectorCluster
The cluster manager cluster that hosts the LightStep collectors.
string collector_cluster = 1 [(.validate.rules) = { ... }- Specified by:
getCollectorClusterin interfaceLightstepConfigOrBuilder- Returns:
- The collectorCluster.
-
getCollectorClusterBytes
public com.google.protobuf.ByteString getCollectorClusterBytes()The cluster manager cluster that hosts the LightStep collectors.
string collector_cluster = 1 [(.validate.rules) = { ... }- Specified by:
getCollectorClusterBytesin interfaceLightstepConfigOrBuilder- Returns:
- The bytes for collectorCluster.
-
getAccessTokenFile
Deprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated. See envoy/config/trace/v3/lightstep.proto;l=49File containing the access token to the `LightStep <https://lightstep.com/>`_ API.
string access_token_file = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getAccessTokenFilein interfaceLightstepConfigOrBuilder- Returns:
- The accessTokenFile.
-
getAccessTokenFileBytes
Deprecated.envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated. See envoy/config/trace/v3/lightstep.proto;l=49File containing the access token to the `LightStep <https://lightstep.com/>`_ API.
string access_token_file = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Specified by:
getAccessTokenFileBytesin interfaceLightstepConfigOrBuilder- Returns:
- The bytes for accessTokenFile.
-
hasAccessToken
public boolean hasAccessToken()Access token to the `LightStep <https://lightstep.com/>`_ API.
.envoy.config.core.v3.DataSource access_token = 4;- Specified by:
hasAccessTokenin interfaceLightstepConfigOrBuilder- Returns:
- Whether the accessToken field is set.
-
getAccessToken
Access token to the `LightStep <https://lightstep.com/>`_ API.
.envoy.config.core.v3.DataSource access_token = 4;- Specified by:
getAccessTokenin interfaceLightstepConfigOrBuilder- Returns:
- The accessToken.
-
getAccessTokenOrBuilder
Access token to the `LightStep <https://lightstep.com/>`_ API.
.envoy.config.core.v3.DataSource access_token = 4;- Specified by:
getAccessTokenOrBuilderin interfaceLightstepConfigOrBuilder
-
getPropagationModesList
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }- Specified by:
getPropagationModesListin interfaceLightstepConfigOrBuilder- Returns:
- A list containing the propagationModes.
-
getPropagationModesCount
public int getPropagationModesCount()Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }- Specified by:
getPropagationModesCountin interfaceLightstepConfigOrBuilder- Returns:
- The count of propagationModes.
-
getPropagationModes
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }- Specified by:
getPropagationModesin interfaceLightstepConfigOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The propagationModes at the given index.
-
getPropagationModesValueList
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }- Specified by:
getPropagationModesValueListin interfaceLightstepConfigOrBuilder- Returns:
- A list containing the enum numeric values on the wire for propagationModes.
-
getPropagationModesValue
public int getPropagationModesValue(int index) Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }- Specified by:
getPropagationModesValuein interfaceLightstepConfigOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of propagationModes at the given index.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static LightstepConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LightstepConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LightstepConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LightstepConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LightstepConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LightstepConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static LightstepConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static LightstepConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static LightstepConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static LightstepConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected LightstepConfig.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-