public interface MySQLProxyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessLog()
[#not-implemented-hide:] The optional path to use for writing MySQL access logs.
|
com.google.protobuf.ByteString |
getAccessLogBytes()
[#not-implemented-hide:] The optional path to use for writing MySQL access logs.
|
String |
getStatPrefix()
The human readable prefix to use when emitting :ref:`statistics
<config_network_filters_mysql_proxy_stats>`.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The human readable prefix to use when emitting :ref:`statistics
<config_network_filters_mysql_proxy_stats>`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatPrefix()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_mysql_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The human readable prefix to use when emitting :ref:`statistics <config_network_filters_mysql_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }String getAccessLog()
[#not-implemented-hide:] The optional path to use for writing MySQL access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;com.google.protobuf.ByteString getAccessLogBytes()
[#not-implemented-hide:] The optional path to use for writing MySQL access logs. If the access log field is empty, access logs will not be written.
string access_log = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.