Uses of Class
io.envoyproxy.envoy.config.trace.v3.LightstepConfig
-
Packages that use LightstepConfig Package Description io.envoyproxy.envoy.config.trace.v3 -
-
Uses of LightstepConfig in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 declared as LightstepConfig Modifier and Type Field Description private static LightstepConfig
LightstepConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type LightstepConfig Modifier and Type Field Description private static com.google.protobuf.Parser<LightstepConfig>
LightstepConfig. PARSER
Methods in io.envoyproxy.envoy.config.trace.v3 that return LightstepConfig Modifier and Type Method Description LightstepConfig
LightstepConfig.Builder. build()
LightstepConfig
LightstepConfig.Builder. buildPartial()
static LightstepConfig
LightstepConfig. getDefaultInstance()
LightstepConfig
LightstepConfig.Builder. getDefaultInstanceForType()
LightstepConfig
LightstepConfig. getDefaultInstanceForType()
static LightstepConfig
LightstepConfig. parseDelimitedFrom(java.io.InputStream input)
static LightstepConfig
LightstepConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LightstepConfig
LightstepConfig. parseFrom(byte[] data)
static LightstepConfig
LightstepConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LightstepConfig
LightstepConfig. parseFrom(com.google.protobuf.ByteString data)
static LightstepConfig
LightstepConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LightstepConfig
LightstepConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static LightstepConfig
LightstepConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LightstepConfig
LightstepConfig. parseFrom(java.io.InputStream input)
static LightstepConfig
LightstepConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LightstepConfig
LightstepConfig. parseFrom(java.nio.ByteBuffer data)
static LightstepConfig
LightstepConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type LightstepConfig Modifier and Type Method Description com.google.protobuf.Parser<LightstepConfig>
LightstepConfig. getParserForType()
static com.google.protobuf.Parser<LightstepConfig>
LightstepConfig. parser()
Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type LightstepConfig Modifier and Type Method Description private void
LightstepConfig.Builder. buildPartial0(LightstepConfig result)
private void
LightstepConfig.Builder. buildPartialRepeatedFields(LightstepConfig result)
LightstepConfig.Builder
LightstepConfig.Builder. mergeFrom(LightstepConfig other)
static LightstepConfig.Builder
LightstepConfig. newBuilder(LightstepConfig prototype)
-