Class SocketEvent

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.data.tap.v3.SocketEvent
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SocketEventOrBuilder, Serializable

public final class SocketEvent extends com.google.protobuf.GeneratedMessageV3 implements SocketEventOrBuilder
 Event in a socket trace.
 [#next-free-field: 7]
 
Protobuf type envoy.data.tap.v3.SocketEvent
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getEventSelectorCase

      public SocketEvent.EventSelectorCase getEventSelectorCase()
      Specified by:
      getEventSelectorCase in interface SocketEventOrBuilder
    • hasTimestamp

      public boolean hasTimestamp()
       Timestamp for event.
       
      .google.protobuf.Timestamp timestamp = 1;
      Specified by:
      hasTimestamp in interface SocketEventOrBuilder
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      public com.google.protobuf.Timestamp getTimestamp()
       Timestamp for event.
       
      .google.protobuf.Timestamp timestamp = 1;
      Specified by:
      getTimestamp in interface SocketEventOrBuilder
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
       Timestamp for event.
       
      .google.protobuf.Timestamp timestamp = 1;
      Specified by:
      getTimestampOrBuilder in interface SocketEventOrBuilder
    • hasRead

      public boolean hasRead()
      .envoy.data.tap.v3.SocketEvent.Read read = 2;
      Specified by:
      hasRead in interface SocketEventOrBuilder
      Returns:
      Whether the read field is set.
    • getRead

      public SocketEvent.Read getRead()
      .envoy.data.tap.v3.SocketEvent.Read read = 2;
      Specified by:
      getRead in interface SocketEventOrBuilder
      Returns:
      The read.
    • getReadOrBuilder

      public SocketEvent.ReadOrBuilder getReadOrBuilder()
      .envoy.data.tap.v3.SocketEvent.Read read = 2;
      Specified by:
      getReadOrBuilder in interface SocketEventOrBuilder
    • hasWrite

      public boolean hasWrite()
      .envoy.data.tap.v3.SocketEvent.Write write = 3;
      Specified by:
      hasWrite in interface SocketEventOrBuilder
      Returns:
      Whether the write field is set.
    • getWrite

      public SocketEvent.Write getWrite()
      .envoy.data.tap.v3.SocketEvent.Write write = 3;
      Specified by:
      getWrite in interface SocketEventOrBuilder
      Returns:
      The write.
    • getWriteOrBuilder

      public SocketEvent.WriteOrBuilder getWriteOrBuilder()
      .envoy.data.tap.v3.SocketEvent.Write write = 3;
      Specified by:
      getWriteOrBuilder in interface SocketEventOrBuilder
    • hasClosed

      public boolean hasClosed()
      .envoy.data.tap.v3.SocketEvent.Closed closed = 4;
      Specified by:
      hasClosed in interface SocketEventOrBuilder
      Returns:
      Whether the closed field is set.
    • getClosed

      public SocketEvent.Closed getClosed()
      .envoy.data.tap.v3.SocketEvent.Closed closed = 4;
      Specified by:
      getClosed in interface SocketEventOrBuilder
      Returns:
      The closed.
    • getClosedOrBuilder

      public SocketEvent.ClosedOrBuilder getClosedOrBuilder()
      .envoy.data.tap.v3.SocketEvent.Closed closed = 4;
      Specified by:
      getClosedOrBuilder in interface SocketEventOrBuilder
    • hasConnection

      public boolean hasConnection()
       Connection information per event
       
      .envoy.data.tap.v3.Connection connection = 5;
      Specified by:
      hasConnection in interface SocketEventOrBuilder
      Returns:
      Whether the connection field is set.
    • getConnection

      public Connection getConnection()
       Connection information per event
       
      .envoy.data.tap.v3.Connection connection = 5;
      Specified by:
      getConnection in interface SocketEventOrBuilder
      Returns:
      The connection.
    • getConnectionOrBuilder

      public ConnectionOrBuilder getConnectionOrBuilder()
       Connection information per event
       
      .envoy.data.tap.v3.Connection connection = 5;
      Specified by:
      getConnectionOrBuilder in interface SocketEventOrBuilder
    • getSeqNum

      public long getSeqNum()
       Data sequence number
       
      uint64 seq_num = 6;
      Specified by:
      getSeqNum in interface SocketEventOrBuilder
      Returns:
      The seqNum.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SocketEvent parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SocketEvent parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SocketEvent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SocketEvent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SocketEvent parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SocketEvent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SocketEvent parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SocketEvent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SocketEvent parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SocketEvent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SocketEvent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SocketEvent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public SocketEvent.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static SocketEvent.Builder newBuilder()
    • newBuilder

      public static SocketEvent.Builder newBuilder(SocketEvent prototype)
    • toBuilder

      public SocketEvent.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SocketEvent.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static SocketEvent getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SocketEvent> parser()
    • getParserForType

      public com.google.protobuf.Parser<SocketEvent> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public SocketEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder