Class HttpBufferedTrace

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

public final class HttpBufferedTrace extends com.google.protobuf.GeneratedMessageV3 implements HttpBufferedTraceOrBuilder
 A fully buffered HTTP trace message.
 
Protobuf type envoy.data.tap.v3.HttpBufferedTrace
See Also:
  • Field Details

    • REQUEST_FIELD_NUMBER

      public static final int REQUEST_FIELD_NUMBER
      See Also:
    • RESPONSE_FIELD_NUMBER

      public static final int RESPONSE_FIELD_NUMBER
      See Also:
    • DOWNSTREAM_CONNECTION_FIELD_NUMBER

      public static final int DOWNSTREAM_CONNECTION_FIELD_NUMBER
      See Also:
    • UPSTREAM_CONNECTION_FIELD_NUMBER

      public static final int UPSTREAM_CONNECTION_FIELD_NUMBER
      See Also:
  • 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
    • hasRequest

      public boolean hasRequest()
       Request message.
       
      .envoy.data.tap.v3.HttpBufferedTrace.Message request = 1;
      Specified by:
      hasRequest in interface HttpBufferedTraceOrBuilder
      Returns:
      Whether the request field is set.
    • getRequest

      public HttpBufferedTrace.Message getRequest()
       Request message.
       
      .envoy.data.tap.v3.HttpBufferedTrace.Message request = 1;
      Specified by:
      getRequest in interface HttpBufferedTraceOrBuilder
      Returns:
      The request.
    • getRequestOrBuilder

      public HttpBufferedTrace.MessageOrBuilder getRequestOrBuilder()
       Request message.
       
      .envoy.data.tap.v3.HttpBufferedTrace.Message request = 1;
      Specified by:
      getRequestOrBuilder in interface HttpBufferedTraceOrBuilder
    • hasResponse

      public boolean hasResponse()
       Response message.
       
      .envoy.data.tap.v3.HttpBufferedTrace.Message response = 2;
      Specified by:
      hasResponse in interface HttpBufferedTraceOrBuilder
      Returns:
      Whether the response field is set.
    • getResponse

      public HttpBufferedTrace.Message getResponse()
       Response message.
       
      .envoy.data.tap.v3.HttpBufferedTrace.Message response = 2;
      Specified by:
      getResponse in interface HttpBufferedTraceOrBuilder
      Returns:
      The response.
    • getResponseOrBuilder

      public HttpBufferedTrace.MessageOrBuilder getResponseOrBuilder()
       Response message.
       
      .envoy.data.tap.v3.HttpBufferedTrace.Message response = 2;
      Specified by:
      getResponseOrBuilder in interface HttpBufferedTraceOrBuilder
    • hasDownstreamConnection

      public boolean hasDownstreamConnection()
       downstream connection
       
      .envoy.data.tap.v3.Connection downstream_connection = 3;
      Specified by:
      hasDownstreamConnection in interface HttpBufferedTraceOrBuilder
      Returns:
      Whether the downstreamConnection field is set.
    • getDownstreamConnection

      public Connection getDownstreamConnection()
       downstream connection
       
      .envoy.data.tap.v3.Connection downstream_connection = 3;
      Specified by:
      getDownstreamConnection in interface HttpBufferedTraceOrBuilder
      Returns:
      The downstreamConnection.
    • getDownstreamConnectionOrBuilder

      public ConnectionOrBuilder getDownstreamConnectionOrBuilder()
       downstream connection
       
      .envoy.data.tap.v3.Connection downstream_connection = 3;
      Specified by:
      getDownstreamConnectionOrBuilder in interface HttpBufferedTraceOrBuilder
    • hasUpstreamConnection

      public boolean hasUpstreamConnection()
       upstream connection
       
      .envoy.data.tap.v3.Connection upstream_connection = 4;
      Specified by:
      hasUpstreamConnection in interface HttpBufferedTraceOrBuilder
      Returns:
      Whether the upstreamConnection field is set.
    • getUpstreamConnection

      public Connection getUpstreamConnection()
       upstream connection
       
      .envoy.data.tap.v3.Connection upstream_connection = 4;
      Specified by:
      getUpstreamConnection in interface HttpBufferedTraceOrBuilder
      Returns:
      The upstreamConnection.
    • getUpstreamConnectionOrBuilder

      public ConnectionOrBuilder getUpstreamConnectionOrBuilder()
       upstream connection
       
      .envoy.data.tap.v3.Connection upstream_connection = 4;
      Specified by:
      getUpstreamConnectionOrBuilder in interface HttpBufferedTraceOrBuilder
    • 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 HttpBufferedTrace parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static HttpBufferedTrace.Builder newBuilder()
    • newBuilder

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

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

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

      public static HttpBufferedTrace getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<HttpBufferedTrace> 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 HttpBufferedTrace getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder