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 Detail

      • 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.v3.StreamAccessLogsMessage.Identifier identifier = 1;
        Returns:
        Whether the identifier field is set.
      • getIdentifier

        StreamAccessLogsMessage.Identifier 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.v3.StreamAccessLogsMessage.Identifier identifier = 1;
        Returns:
        The identifier.
      • getIdentifierOrBuilder

        StreamAccessLogsMessage.IdentifierOrBuilder 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.v3.StreamAccessLogsMessage.Identifier identifier = 1;
      • hasHttpLogs

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

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