Interface StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      HTTPAccessLogEntry getLogEntry​(int index)
      repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      int getLogEntryCount()
      repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      List<HTTPAccessLogEntry> getLogEntryList()
      repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      HTTPAccessLogEntryOrBuilder getLogEntryOrBuilder​(int index)
      repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      List<? extends HTTPAccessLogEntryOrBuilder> getLogEntryOrBuilderList()
      repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry 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<HTTPAccessLogEntry> getLogEntryList()
        repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
      • getLogEntry

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

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

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

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