io.envoyproxy.envoy.extensions.access_loggers.stream.v3.StdoutAccessLogOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/extensions/access_loggers/stream/v3/stream.proto
package io.envoyproxy.envoy.extensions.access_loggers.stream.v3;
public interface StdoutAccessLogOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.extensions.access_loggers.stream.v3.StdoutAccessLog)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return Whether the logFormat field is set.
*/
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) = { ... }
* @return The logFormat.
*/
io.envoyproxy.envoy.config.core.v3.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) = { ... }
*/
io.envoyproxy.envoy.config.core.v3.SubstitutionFormatStringOrBuilder getLogFormatOrBuilder();
public io.envoyproxy.envoy.extensions.access_loggers.stream.v3.StdoutAccessLog.AccessLogFormatCase getAccessLogFormatCase();
}