public interface FileAccessLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FileAccessLog.AccessLogFormatCase |
getAccessLogFormatCase() |
String |
getFormat()
Access log :ref:`format string<config_access_log_format_strings>`
string format = 2; |
com.google.protobuf.ByteString |
getFormatBytes()
Access log :ref:`format string<config_access_log_format_strings>`
string format = 2; |
com.google.protobuf.Struct |
getJsonFormat()
Access log :ref:`format dictionary<config_access_log_format_dictionaries>`
.google.protobuf.Struct json_format = 3; |
com.google.protobuf.StructOrBuilder |
getJsonFormatOrBuilder()
Access log :ref:`format dictionary<config_access_log_format_dictionaries>`
.google.protobuf.Struct json_format = 3; |
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 |
hasJsonFormat()
Access log :ref:`format dictionary<config_access_log_format_dictionaries>`
.google.protobuf.Struct json_format = 3; |
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) = { ... }String getFormat()
Access log :ref:`format string<config_access_log_format_strings>`
string format = 2;com.google.protobuf.ByteString getFormatBytes()
Access log :ref:`format string<config_access_log_format_strings>`
string format = 2;boolean hasJsonFormat()
Access log :ref:`format dictionary<config_access_log_format_dictionaries>`
.google.protobuf.Struct json_format = 3;com.google.protobuf.Struct getJsonFormat()
Access log :ref:`format dictionary<config_access_log_format_dictionaries>`
.google.protobuf.Struct json_format = 3;com.google.protobuf.StructOrBuilder getJsonFormatOrBuilder()
Access log :ref:`format dictionary<config_access_log_format_dictionaries>`
.google.protobuf.Struct json_format = 3;FileAccessLog.AccessLogFormatCase getAccessLogFormatCase()
Copyright © 2018–2019 The Envoy Project. All rights reserved.