public interface SocketStreamedTraceSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Connection properties.
|
ConnectionOrBuilder |
getConnectionOrBuilder()
Connection properties.
|
SocketEvent |
getEvent()
Socket event.
|
SocketEventOrBuilder |
getEventOrBuilder()
Socket event.
|
SocketStreamedTraceSegment.MessagePieceCase |
getMessagePieceCase() |
long |
getTraceId()
Trace ID unique to the originating Envoy only.
|
boolean |
hasConnection()
Connection properties.
|
boolean |
hasEvent()
Socket event.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getTraceId()
Trace ID unique to the originating Envoy only. Trace IDs can repeat and should not be used for long term stable uniqueness. Matches connection IDs used in Envoy logs.
uint64 trace_id = 1;
boolean hasConnection()
Connection properties.
.envoy.data.tap.v3.Connection connection = 2;
Connection getConnection()
Connection properties.
.envoy.data.tap.v3.Connection connection = 2;
ConnectionOrBuilder getConnectionOrBuilder()
Connection properties.
.envoy.data.tap.v3.Connection connection = 2;
boolean hasEvent()
Socket event.
.envoy.data.tap.v3.SocketEvent event = 3;
SocketEvent getEvent()
Socket event.
.envoy.data.tap.v3.SocketEvent event = 3;
SocketEventOrBuilder getEventOrBuilder()
Socket event.
.envoy.data.tap.v3.SocketEvent event = 3;
SocketStreamedTraceSegment.MessagePieceCase getMessagePieceCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.