| Package | Description |
|---|---|
| io.envoyproxy.envoy.data.accesslog.v2 | |
| io.envoyproxy.envoy.service.accesslog.v2 |
| Modifier and Type | Method and Description |
|---|---|
HTTPAccessLogEntry |
HTTPAccessLogEntry.Builder.build() |
HTTPAccessLogEntry |
HTTPAccessLogEntry.Builder.buildPartial() |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.getDefaultInstance() |
HTTPAccessLogEntry |
HTTPAccessLogEntry.getDefaultInstanceForType() |
HTTPAccessLogEntry |
HTTPAccessLogEntry.Builder.getDefaultInstanceForType() |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseDelimitedFrom(InputStream input) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(byte[] data) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(ByteBuffer data) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(com.google.protobuf.ByteString data) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(InputStream input) |
static HTTPAccessLogEntry |
HTTPAccessLogEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HTTPAccessLogEntry> |
HTTPAccessLogEntry.getParserForType() |
static com.google.protobuf.Parser<HTTPAccessLogEntry> |
HTTPAccessLogEntry.parser() |
| Modifier and Type | Method and Description |
|---|---|
HTTPAccessLogEntry.Builder |
HTTPAccessLogEntry.Builder.mergeFrom(HTTPAccessLogEntry other) |
static HTTPAccessLogEntry.Builder |
HTTPAccessLogEntry.newBuilder(HTTPAccessLogEntry prototype) |
| Modifier and Type | Method and Description |
|---|---|
HTTPAccessLogEntry |
StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder.getLogEntry(int index)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
HTTPAccessLogEntry |
StreamAccessLogsMessage.HTTPAccessLogEntries.getLogEntry(int index)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
HTTPAccessLogEntry |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder.getLogEntry(int index)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
List<HTTPAccessLogEntry> |
StreamAccessLogsMessage.HTTPAccessLogEntriesOrBuilder.getLogEntryList()
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
List<HTTPAccessLogEntry> |
StreamAccessLogsMessage.HTTPAccessLogEntries.getLogEntryList()
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
List<HTTPAccessLogEntry> |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder.getLogEntryList()
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder.addLogEntry(HTTPAccessLogEntry value)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder.addLogEntry(int index,
HTTPAccessLogEntry value)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder.setLogEntry(int index,
HTTPAccessLogEntry value)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
| Modifier and Type | Method and Description |
|---|---|
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder |
StreamAccessLogsMessage.HTTPAccessLogEntries.Builder.addAllLogEntry(Iterable<? extends HTTPAccessLogEntry> values)
repeated .envoy.data.accesslog.v2.HTTPAccessLogEntry log_entry = 1 [(.validate.rules) = { ... } |
Copyright © 2018–2021 The Envoy Project. All rights reserved.