public final class SocketBufferedTrace extends com.google.protobuf.GeneratedMessageV3 implements SocketBufferedTraceOrBuilder
Sequence of read/write events that constitute a buffered trace on a socket. [#next-free-field: 6]Protobuf type
envoy.data.tap.v3.SocketBufferedTrace| Modifier and Type | Class and Description |
|---|---|
static class |
SocketBufferedTrace.Builder
Sequence of read/write events that constitute a buffered trace on a socket.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_FIELD_NUMBER |
static int |
EVENTS_FIELD_NUMBER |
static int |
READ_TRUNCATED_FIELD_NUMBER |
static int |
TRACE_ID_FIELD_NUMBER |
static int |
WRITE_TRUNCATED_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Connection |
getConnection()
Connection properties.
|
ConnectionOrBuilder |
getConnectionOrBuilder()
Connection properties.
|
static SocketBufferedTrace |
getDefaultInstance() |
SocketBufferedTrace |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<SocketBufferedTrace> |
getParserForType() |
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.
|
int |
getSerializedSize() |
long |
getTraceId()
Trace ID unique to the originating Envoy only.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SocketBufferedTrace.Builder |
newBuilder() |
static SocketBufferedTrace.Builder |
newBuilder(SocketBufferedTrace prototype) |
SocketBufferedTrace.Builder |
newBuilderForType() |
protected SocketBufferedTrace.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static SocketBufferedTrace |
parseDelimitedFrom(InputStream input) |
static SocketBufferedTrace |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SocketBufferedTrace |
parseFrom(byte[] data) |
static SocketBufferedTrace |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SocketBufferedTrace |
parseFrom(ByteBuffer data) |
static SocketBufferedTrace |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SocketBufferedTrace |
parseFrom(com.google.protobuf.ByteString data) |
static SocketBufferedTrace |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SocketBufferedTrace |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SocketBufferedTrace |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SocketBufferedTrace |
parseFrom(InputStream input) |
static SocketBufferedTrace |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SocketBufferedTrace> |
parser() |
SocketBufferedTrace.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TRACE_ID_FIELD_NUMBER
public static final int CONNECTION_FIELD_NUMBER
public static final int EVENTS_FIELD_NUMBER
public static final int READ_TRUNCATED_FIELD_NUMBER
public static final int WRITE_TRUNCATED_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getTraceId in interface SocketBufferedTraceOrBuilderpublic boolean hasConnection()
Connection properties.
.envoy.data.tap.v3.Connection connection = 2;hasConnection in interface SocketBufferedTraceOrBuilderpublic Connection getConnection()
Connection properties.
.envoy.data.tap.v3.Connection connection = 2;getConnection in interface SocketBufferedTraceOrBuilderpublic ConnectionOrBuilder getConnectionOrBuilder()
Connection properties.
.envoy.data.tap.v3.Connection connection = 2;getConnectionOrBuilder in interface SocketBufferedTraceOrBuilderpublic List<SocketEvent> getEventsList()
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;getEventsList in interface SocketBufferedTraceOrBuilderpublic List<? extends SocketEventOrBuilder> getEventsOrBuilderList()
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;getEventsOrBuilderList in interface SocketBufferedTraceOrBuilderpublic int getEventsCount()
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;getEventsCount in interface SocketBufferedTraceOrBuilderpublic SocketEvent getEvents(int index)
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;getEvents in interface SocketBufferedTraceOrBuilderpublic SocketEventOrBuilder getEventsOrBuilder(int index)
Sequence of observed events.
repeated .envoy.data.tap.v3.SocketEvent events = 3;getEventsOrBuilder in interface SocketBufferedTraceOrBuilderpublic 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;getReadTruncated in interface SocketBufferedTraceOrBuilderpublic 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;getWriteTruncated in interface SocketBufferedTraceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SocketBufferedTrace parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SocketBufferedTrace parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SocketBufferedTrace parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SocketBufferedTrace parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SocketBufferedTrace parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SocketBufferedTrace parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SocketBufferedTrace parseFrom(InputStream input) throws IOException
IOExceptionpublic static SocketBufferedTrace parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SocketBufferedTrace parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SocketBufferedTrace parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SocketBufferedTrace parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SocketBufferedTrace parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SocketBufferedTrace.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SocketBufferedTrace.Builder newBuilder()
public static SocketBufferedTrace.Builder newBuilder(SocketBufferedTrace prototype)
public SocketBufferedTrace.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected SocketBufferedTrace.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static SocketBufferedTrace getDefaultInstance()
public static com.google.protobuf.Parser<SocketBufferedTrace> parser()
public com.google.protobuf.Parser<SocketBufferedTrace> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SocketBufferedTrace getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.