Uses of Class
io.envoyproxy.envoy.config.accesslog.v3.TraceableFilter
-
Packages that use TraceableFilter Package Description io.envoyproxy.envoy.config.accesslog.v3 -
-
Uses of TraceableFilter in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 declared as TraceableFilter Modifier and Type Field Description private static TraceableFilter
TraceableFilter. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type TraceableFilter Modifier and Type Field Description private static com.google.protobuf.Parser<TraceableFilter>
TraceableFilter. PARSER
private com.google.protobuf.SingleFieldBuilder<TraceableFilter,TraceableFilter.Builder,TraceableFilterOrBuilder>
AccessLogFilter.Builder. traceableFilterBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return TraceableFilter Modifier and Type Method Description TraceableFilter
TraceableFilter.Builder. build()
TraceableFilter
TraceableFilter.Builder. buildPartial()
static TraceableFilter
TraceableFilter. getDefaultInstance()
TraceableFilter
TraceableFilter.Builder. getDefaultInstanceForType()
TraceableFilter
TraceableFilter. getDefaultInstanceForType()
TraceableFilter
AccessLogFilter.Builder. getTraceableFilter()
Traceable filter.TraceableFilter
AccessLogFilter. getTraceableFilter()
Traceable filter.TraceableFilter
AccessLogFilterOrBuilder. getTraceableFilter()
Traceable filter.static TraceableFilter
TraceableFilter. parseDelimitedFrom(java.io.InputStream input)
static TraceableFilter
TraceableFilter. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TraceableFilter
TraceableFilter. parseFrom(byte[] data)
static TraceableFilter
TraceableFilter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TraceableFilter
TraceableFilter. parseFrom(com.google.protobuf.ByteString data)
static TraceableFilter
TraceableFilter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TraceableFilter
TraceableFilter. parseFrom(com.google.protobuf.CodedInputStream input)
static TraceableFilter
TraceableFilter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TraceableFilter
TraceableFilter. parseFrom(java.io.InputStream input)
static TraceableFilter
TraceableFilter. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TraceableFilter
TraceableFilter. parseFrom(java.nio.ByteBuffer data)
static TraceableFilter
TraceableFilter. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type TraceableFilter Modifier and Type Method Description com.google.protobuf.Parser<TraceableFilter>
TraceableFilter. getParserForType()
private com.google.protobuf.SingleFieldBuilder<TraceableFilter,TraceableFilter.Builder,TraceableFilterOrBuilder>
AccessLogFilter.Builder. getTraceableFilterFieldBuilder()
Traceable filter.static com.google.protobuf.Parser<TraceableFilter>
TraceableFilter. parser()
Methods in io.envoyproxy.envoy.config.accesslog.v3 with parameters of type TraceableFilter Modifier and Type Method Description TraceableFilter.Builder
TraceableFilter.Builder. mergeFrom(TraceableFilter other)
AccessLogFilter.Builder
AccessLogFilter.Builder. mergeTraceableFilter(TraceableFilter value)
Traceable filter.static TraceableFilter.Builder
TraceableFilter. newBuilder(TraceableFilter prototype)
AccessLogFilter.Builder
AccessLogFilter.Builder. setTraceableFilter(TraceableFilter value)
Traceable filter.
-