Interface StdoutAccessLogOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StdoutAccessLog, StdoutAccessLog.Builder

public interface StdoutAccessLogOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Configuration to form access log data and format.
    Configuration to form access log data and format.
    boolean
    Configuration to form access log data and format.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      StdoutAccessLog.AccessLogFormatCase getAccessLogFormatCase()