public interface SocketBufferedTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Connection properties.
|
ConnectionOrBuilder |
getConnectionOrBuilder()
Connection properties.
|
SocketEvent |
getEvents(int index)
Sequence of observed events.
|
int |
getEventsCount()
Sequence of observed events.
|
List<SocketEvent> |
getEventsList()
Sequence of observed events.
|
SocketEventOrBuilder |
getEventsOrBuilder(int index)
Sequence of observed events.
|
List<? extends SocketEventOrBuilder> |
getEventsOrBuilderList()
Sequence of observed events.
|
boolean |
getReadTruncated()
Set to true if read events were truncated due to the :ref:`max_buffered_rx_bytes
<envoy_api_field_config.tap.v3.OutputConfig.max_buffered_rx_bytes>` setting.
|
long |
getTraceId()
Trace ID unique to the originating Envoy only.
|
boolean |
getWriteTruncated()
Set to true if write events were truncated due to the :ref:`max_buffered_tx_bytes
<envoy_api_field_config.tap.v3.OutputConfig.max_buffered_tx_bytes>` setting.
|
boolean |
hasConnection()
Connection properties.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;List<SocketEvent> getEventsList()
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;SocketEvent getEvents(int index)
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;int getEventsCount()
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;List<? extends SocketEventOrBuilder> getEventsOrBuilderList()
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;SocketEventOrBuilder getEventsOrBuilder(int index)
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;boolean getReadTruncated()
Set to true if read events were truncated due to the :ref:`max_buffered_rx_bytes <envoy_api_field_config.tap.v3.OutputConfig.max_buffered_rx_bytes>` setting.
bool read_truncated = 4;boolean getWriteTruncated()
Set to true if write events were truncated due to the :ref:`max_buffered_tx_bytes <envoy_api_field_config.tap.v3.OutputConfig.max_buffered_tx_bytes>` setting.
bool write_truncated = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.