public interface PostgresProxyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getEnableSqlParsing()
Controls whether SQL statements received in Frontend Query messages
are parsed.
|
com.google.protobuf.BoolValueOrBuilder |
getEnableSqlParsingOrBuilder()
Controls whether SQL statements received in Frontend Query messages
are parsed.
|
String |
getStatPrefix()
The human readable prefix to use when emitting :ref:`statistics
<config_network_filters_postgres_proxy_stats>`.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The human readable prefix to use when emitting :ref:`statistics
<config_network_filters_postgres_proxy_stats>`.
|
boolean |
hasEnableSqlParsing()
Controls whether SQL statements received in Frontend Query messages
are parsed.
|
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_postgres_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_postgres_proxy_stats>`.
string stat_prefix = 1 [(.validate.rules) = { ... }boolean hasEnableSqlParsing()
Controls whether SQL statements received in Frontend Query messages are parsed. Parsing is required to produce Postgres proxy filter metadata. Defaults to true.
.google.protobuf.BoolValue enable_sql_parsing = 2;com.google.protobuf.BoolValue getEnableSqlParsing()
Controls whether SQL statements received in Frontend Query messages are parsed. Parsing is required to produce Postgres proxy filter metadata. Defaults to true.
.google.protobuf.BoolValue enable_sql_parsing = 2;com.google.protobuf.BoolValueOrBuilder getEnableSqlParsingOrBuilder()
Controls whether SQL statements received in Frontend Query messages are parsed. Parsing is required to produce Postgres proxy filter metadata. Defaults to true.
.google.protobuf.BoolValue enable_sql_parsing = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.