All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.data.tap.v3alpha.SocketBufferedTraceOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/data/tap/v3alpha/transport.proto

package io.envoyproxy.envoy.data.tap.v3alpha;

public interface SocketBufferedTraceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.data.tap.v3alpha.SocketBufferedTrace)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; */ long getTraceId(); /** *
   * Connection properties.
   * 
* * .envoy.data.tap.v3alpha.Connection connection = 2; */ boolean hasConnection(); /** *
   * Connection properties.
   * 
* * .envoy.data.tap.v3alpha.Connection connection = 2; */ io.envoyproxy.envoy.data.tap.v3alpha.Connection getConnection(); /** *
   * Connection properties.
   * 
* * .envoy.data.tap.v3alpha.Connection connection = 2; */ io.envoyproxy.envoy.data.tap.v3alpha.ConnectionOrBuilder getConnectionOrBuilder(); /** *
   * Sequence of observed events.
   * 
* * repeated .envoy.data.tap.v3alpha.SocketEvent events = 3; */ java.util.List getEventsList(); /** *
   * Sequence of observed events.
   * 
* * repeated .envoy.data.tap.v3alpha.SocketEvent events = 3; */ io.envoyproxy.envoy.data.tap.v3alpha.SocketEvent getEvents(int index); /** *
   * Sequence of observed events.
   * 
* * repeated .envoy.data.tap.v3alpha.SocketEvent events = 3; */ int getEventsCount(); /** *
   * Sequence of observed events.
   * 
* * repeated .envoy.data.tap.v3alpha.SocketEvent events = 3; */ java.util.List getEventsOrBuilderList(); /** *
   * Sequence of observed events.
   * 
* * repeated .envoy.data.tap.v3alpha.SocketEvent events = 3; */ io.envoyproxy.envoy.data.tap.v3alpha.SocketEventOrBuilder getEventsOrBuilder( int index); /** *
   * Set to true if read events were truncated due to the :ref:`max_buffered_rx_bytes
   * <envoy_api_field_service.tap.v3alpha.OutputConfig.max_buffered_rx_bytes>` setting.
   * 
* * bool read_truncated = 4; */ boolean getReadTruncated(); /** *
   * Set to true if write events were truncated due to the :ref:`max_buffered_tx_bytes
   * <envoy_api_field_service.tap.v3alpha.OutputConfig.max_buffered_tx_bytes>` setting.
   * 
* * bool write_truncated = 5; */ boolean getWriteTruncated(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy