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

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

    Modifier and Type
    Method
    Description
    [#not-implemented-hide:] The optional path to use for writing MySQL access logs.
    com.google.protobuf.ByteString
    [#not-implemented-hide:] The optional path to use for writing MySQL access logs.
    The human readable prefix to use when emitting :ref:`statistics <config_network_filters_mysql_proxy_stats>`.
    com.google.protobuf.ByteString
    The human readable prefix to use when emitting :ref:`statistics <config_network_filters_mysql_proxy_stats>`.

    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

    • getStatPrefix

      String getStatPrefix()
       The human readable prefix to use when emitting :ref:`statistics
       <config_network_filters_mysql_proxy_stats>`.
       
      string stat_prefix = 1 [(.validate.rules) = { ... }
      Returns:
      The statPrefix.
    • getStatPrefixBytes

      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) = { ... }
      Returns:
      The bytes for statPrefix.
    • getAccessLog

      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;
      Returns:
      The accessLog.
    • getAccessLogBytes

      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;
      Returns:
      The bytes for accessLog.