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 TypeMethodDescriptiongetLogEntry(int index) repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }intrepeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }getLogEntryOrBuilder(int index) repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }List<? extends HTTPAccessLogEntryOrBuilder>repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } -
getLogEntry
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
repeated .envoy.data.accesslog.v3.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... }
-