Interface StderrAccessLogOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StderrAccessLog,StderrAccessLog.Builder
public interface StderrAccessLogOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StderrAccessLog.AccessLogFormatCasegetAccessLogFormatCase()SubstitutionFormatStringgetLogFormat()Configuration to form access log data and format.SubstitutionFormatStringOrBuildergetLogFormatOrBuilder()Configuration to form access log data and format.booleanhasLogFormat()Configuration to form access log data and format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLogFormat
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.v3.SubstitutionFormatString log_format = 1 [(.validate.rules) = { ... }- Returns:
- Whether the logFormat field is set.
-
getLogFormat
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.v3.SubstitutionFormatString log_format = 1 [(.validate.rules) = { ... }- Returns:
- The logFormat.
-
getLogFormatOrBuilder
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.v3.SubstitutionFormatString log_format = 1 [(.validate.rules) = { ... }
-
getAccessLogFormatCase
StderrAccessLog.AccessLogFormatCase getAccessLogFormatCase()
-
-