public interface StreamTapsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StreamTapsRequest.Identifier |
getIdentifier()
Identifier data effectively is a structured metadata.
|
StreamTapsRequest.IdentifierOrBuilder |
getIdentifierOrBuilder()
Identifier data effectively is a structured metadata.
|
TraceWrapper |
getTrace()
The trace data.
|
long |
getTraceId()
The trace id. this can be used to merge together a streaming trace.
|
TraceWrapperOrBuilder |
getTraceOrBuilder()
The trace data.
|
boolean |
hasIdentifier()
Identifier data effectively is a structured metadata.
|
boolean |
hasTrace()
The trace data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentifier()
Identifier data effectively is a structured metadata. As a performance optimization this will only be sent in the first message on the stream.
.envoy.service.tap.v4alpha.StreamTapsRequest.Identifier identifier = 1;StreamTapsRequest.Identifier getIdentifier()
Identifier data effectively is a structured metadata. As a performance optimization this will only be sent in the first message on the stream.
.envoy.service.tap.v4alpha.StreamTapsRequest.Identifier identifier = 1;StreamTapsRequest.IdentifierOrBuilder getIdentifierOrBuilder()
Identifier data effectively is a structured metadata. As a performance optimization this will only be sent in the first message on the stream.
.envoy.service.tap.v4alpha.StreamTapsRequest.Identifier identifier = 1;long getTraceId()
The trace id. this can be used to merge together a streaming trace. Note that the trace_id is not guaranteed to be spatially or temporally unique.
uint64 trace_id = 2;boolean hasTrace()
The trace data.
.envoy.data.tap.v3.TraceWrapper trace = 3;TraceWrapper getTrace()
The trace data.
.envoy.data.tap.v3.TraceWrapper trace = 3;TraceWrapperOrBuilder getTraceOrBuilder()
The trace data.
.envoy.data.tap.v3.TraceWrapper trace = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.