Uses of Class
io.envoyproxy.envoy.config.trace.v3.Tracing
-
Packages that use Tracing Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.trace.v3 -
-
Uses of Tracing in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Tracing Modifier and Type Field Description private Tracing
Bootstrap.Builder. tracing_
private Tracing
Bootstrap. tracing_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Tracing Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Tracing,Tracing.Builder,TracingOrBuilder>
Bootstrap.Builder. tracingBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Tracing Modifier and Type Method Description Tracing
Bootstrap.Builder. getTracing()
Deprecated.envoy.config.bootstrap.v3.Bootstrap.tracing is deprecated.Tracing
Bootstrap. getTracing()
Deprecated.envoy.config.bootstrap.v3.Bootstrap.tracing is deprecated.Tracing
BootstrapOrBuilder. getTracing()
Deprecated.envoy.config.bootstrap.v3.Bootstrap.tracing is deprecated.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Tracing Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Tracing,Tracing.Builder,TracingOrBuilder>
Bootstrap.Builder. getTracingFieldBuilder()
Configuration for an external tracing provider.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Tracing Modifier and Type Method Description Bootstrap.Builder
Bootstrap.Builder. mergeTracing(Tracing value)
Deprecated.Bootstrap.Builder
Bootstrap.Builder. setTracing(Tracing value)
Deprecated. -
Uses of Tracing in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 declared as Tracing Modifier and Type Field Description private static Tracing
Tracing. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type Tracing Modifier and Type Field Description private static com.google.protobuf.Parser<Tracing>
Tracing. PARSER
Methods in io.envoyproxy.envoy.config.trace.v3 that return Tracing Modifier and Type Method Description Tracing
Tracing.Builder. build()
Tracing
Tracing.Builder. buildPartial()
static Tracing
Tracing. getDefaultInstance()
Tracing
Tracing.Builder. getDefaultInstanceForType()
Tracing
Tracing. getDefaultInstanceForType()
static Tracing
Tracing. parseDelimitedFrom(java.io.InputStream input)
static Tracing
Tracing. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Tracing
Tracing. parseFrom(byte[] data)
static Tracing
Tracing. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Tracing
Tracing. parseFrom(com.google.protobuf.ByteString data)
static Tracing
Tracing. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Tracing
Tracing. parseFrom(com.google.protobuf.CodedInputStream input)
static Tracing
Tracing. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Tracing
Tracing. parseFrom(java.io.InputStream input)
static Tracing
Tracing. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Tracing
Tracing. parseFrom(java.nio.ByteBuffer data)
static Tracing
Tracing. 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 Tracing Modifier and Type Method Description com.google.protobuf.Parser<Tracing>
Tracing. getParserForType()
static com.google.protobuf.Parser<Tracing>
Tracing. parser()
Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type Tracing Modifier and Type Method Description private void
Tracing.Builder. buildPartial0(Tracing result)
Tracing.Builder
Tracing.Builder. mergeFrom(Tracing other)
static Tracing.Builder
Tracing. newBuilder(Tracing prototype)
-