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
Modifier and TypeMethodDescriptionConfiguration to form access log data and format.Configuration to form access log data and format.booleanConfiguration to form access log data and format.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
-
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()
-