Interface InsightsConfigOrBuilder (0.1.0)

public interface InsightsConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnhancedQueryInsightsEnabled()

public abstract BoolValue getEnhancedQueryInsightsEnabled()

Optional. Whether enhanced query insights feature is enabled.

.google.protobuf.BoolValue enhanced_query_insights_enabled = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValue

The enhancedQueryInsightsEnabled.

getEnhancedQueryInsightsEnabledOrBuilder()

public abstract BoolValueOrBuilder getEnhancedQueryInsightsEnabledOrBuilder()

Optional. Whether enhanced query insights feature is enabled.

.google.protobuf.BoolValue enhanced_query_insights_enabled = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValueOrBuilder

getQueryInsightsEnabled()

public abstract boolean getQueryInsightsEnabled()

Whether Query Insights feature is enabled.

bool query_insights_enabled = 1;

Returns
Type Description
boolean

The queryInsightsEnabled.

getQueryPlansPerMinute()

public abstract Int32Value getQueryPlansPerMinute()

Number of query execution plans captured by Insights per minute for all queries combined. Default is 5.

.google.protobuf.Int32Value query_plans_per_minute = 5;

Returns
Type Description
Int32Value

The queryPlansPerMinute.

getQueryPlansPerMinuteOrBuilder()

public abstract Int32ValueOrBuilder getQueryPlansPerMinuteOrBuilder()

Number of query execution plans captured by Insights per minute for all queries combined. Default is 5.

.google.protobuf.Int32Value query_plans_per_minute = 5;

Returns
Type Description
Int32ValueOrBuilder

getQueryStringLength()

public abstract Int32Value getQueryStringLength()

Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query lengths greater than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.

.google.protobuf.Int32Value query_string_length = 4;

Returns
Type Description
Int32Value

The queryStringLength.

getQueryStringLengthOrBuilder()

public abstract Int32ValueOrBuilder getQueryStringLengthOrBuilder()

Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query lengths greater than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.

.google.protobuf.Int32Value query_string_length = 4;

Returns
Type Description
Int32ValueOrBuilder

getRecordApplicationTags()

public abstract boolean getRecordApplicationTags()

Whether Query Insights will record application tags from query when enabled.

bool record_application_tags = 3;

Returns
Type Description
boolean

The recordApplicationTags.

getRecordClientAddress()

public abstract boolean getRecordClientAddress()

Whether Query Insights will record client address when enabled.

bool record_client_address = 2;

Returns
Type Description
boolean

The recordClientAddress.

hasEnhancedQueryInsightsEnabled()

public abstract boolean hasEnhancedQueryInsightsEnabled()

Optional. Whether enhanced query insights feature is enabled.

.google.protobuf.BoolValue enhanced_query_insights_enabled = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the enhancedQueryInsightsEnabled field is set.

hasQueryPlansPerMinute()

public abstract boolean hasQueryPlansPerMinute()

Number of query execution plans captured by Insights per minute for all queries combined. Default is 5.

.google.protobuf.Int32Value query_plans_per_minute = 5;

Returns
Type Description
boolean

Whether the queryPlansPerMinute field is set.

hasQueryStringLength()

public abstract boolean hasQueryStringLength()

Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query lengths greater than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.

.google.protobuf.Int32Value query_string_length = 4;

Returns
Type Description
boolean

Whether the queryStringLength field is set.