Interface MySQLProxyOrBuilder

  • 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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>`.
      • 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 Detail

      • 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.