Interface StreamAccessLogsMessage.TCPAccessLogEntriesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TCPAccessLogEntry getLogEntry​(int index)
      repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      int getLogEntryCount()
      repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      List<TCPAccessLogEntry> getLogEntryList()
      repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      TCPAccessLogEntryOrBuilder getLogEntryOrBuilder​(int index)
      repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      List<? extends TCPAccessLogEntryOrBuilder> getLogEntryOrBuilderList()
      repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLogEntryList

        List<TCPAccessLogEntry> getLogEntryList()
        repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      • getLogEntry

        TCPAccessLogEntry getLogEntry​(int index)
        repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      • getLogEntryCount

        int getLogEntryCount()
        repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      • getLogEntryOrBuilderList

        List<? extends TCPAccessLogEntryOrBuilder> getLogEntryOrBuilderList()
        repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      • getLogEntryOrBuilder

        TCPAccessLogEntryOrBuilder getLogEntryOrBuilder​(int index)
        repeated .envoy.data.accesslog.v3.TCPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }