Interface TCPAccessLogEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TCPAccessLogEntry, TCPAccessLogEntry.Builder

public interface TCPAccessLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCommonProperties

      boolean hasCommonProperties()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
      Returns:
      Whether the commonProperties field is set.
    • getCommonProperties

      AccessLogCommon getCommonProperties()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
      Returns:
      The commonProperties.
    • getCommonPropertiesOrBuilder

      AccessLogCommonOrBuilder getCommonPropertiesOrBuilder()
       Common properties shared by all Envoy access logs.
       
      .envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;
    • hasConnectionProperties

      boolean hasConnectionProperties()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
      Returns:
      Whether the connectionProperties field is set.
    • getConnectionProperties

      ConnectionProperties getConnectionProperties()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;
      Returns:
      The connectionProperties.
    • getConnectionPropertiesOrBuilder

      ConnectionPropertiesOrBuilder getConnectionPropertiesOrBuilder()
       Properties of the TCP connection.
       
      .envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;