Interface StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder

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

public static interface StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLogEntry(int index)
    repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
    int
    repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
    repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
    repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
    repeated .envoy.data.accesslog.v2.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 Details

    • getLogEntryList

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

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

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

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

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