public interface FileAccessLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FileAccessLog.AccessLogFormatCase |
getAccessLogFormatCase() |
SubstitutionFormatString |
getLogFormat()
Configuration to form access log data and format.
|
SubstitutionFormatStringOrBuilder |
getLogFormatOrBuilder()
Configuration to form access log data and format.
|
String |
getPath()
A path to a local file to which to write the access log entries.
|
com.google.protobuf.ByteString |
getPathBytes()
A path to a local file to which to write the access log entries.
|
boolean |
hasLogFormat()
Configuration to form access log data and format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
A path to a local file to which to write the access log entries.
string path = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getPathBytes()
A path to a local file to which to write the access log entries.
string path = 1 [(.validate.rules) = { ... }boolean hasLogFormat()
Configuration to form access log data and format. If not specified, use :ref:`default format <config_access_log_default_format>`.
.envoy.config.core.v4alpha.SubstitutionFormatString log_format = 5 [(.validate.rules) = { ... }SubstitutionFormatString getLogFormat()
Configuration to form access log data and format. If not specified, use :ref:`default format <config_access_log_default_format>`.
.envoy.config.core.v4alpha.SubstitutionFormatString log_format = 5 [(.validate.rules) = { ... }SubstitutionFormatStringOrBuilder getLogFormatOrBuilder()
Configuration to form access log data and format. If not specified, use :ref:`default format <config_access_log_default_format>`.
.envoy.config.core.v4alpha.SubstitutionFormatString log_format = 5 [(.validate.rules) = { ... }FileAccessLog.AccessLogFormatCase getAccessLogFormatCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.