Interface StreamAccessLogsMessageOrBuilder

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

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

    • hasIdentifier

      boolean hasIdentifier()
       Identifier data that will only be sent in the first message on the stream. This is effectively
       structured metadata and is a performance optimization.
       
      .envoy.service.accesslog.v2.StreamAccessLogsMessage.Identifier identifier = 1;
      Returns:
      Whether the identifier field is set.
    • getIdentifier

       Identifier data that will only be sent in the first message on the stream. This is effectively
       structured metadata and is a performance optimization.
       
      .envoy.service.accesslog.v2.StreamAccessLogsMessage.Identifier identifier = 1;
      Returns:
      The identifier.
    • getIdentifierOrBuilder

       Identifier data that will only be sent in the first message on the stream. This is effectively
       structured metadata and is a performance optimization.
       
      .envoy.service.accesslog.v2.StreamAccessLogsMessage.Identifier identifier = 1;
    • hasHttpLogs

      boolean hasHttpLogs()
      .envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;
      Returns:
      Whether the httpLogs field is set.
    • getHttpLogs

      .envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;
      Returns:
      The httpLogs.
    • getHttpLogsOrBuilder

      .envoy.service.accesslog.v2.StreamAccessLogsMessage.HTTPAccessLogEntries http_logs = 2;
    • hasTcpLogs

      boolean hasTcpLogs()
      .envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;
      Returns:
      Whether the tcpLogs field is set.
    • getTcpLogs

      .envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;
      Returns:
      The tcpLogs.
    • getTcpLogsOrBuilder

      .envoy.service.accesslog.v2.StreamAccessLogsMessage.TCPAccessLogEntries tcp_logs = 3;
    • getLogEntriesCase