Interface Instance.QueryInsightsInstanceConfigOrBuilder (0.30.0)

public static interface Instance.QueryInsightsInstanceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getQueryPlansPerMinute()

public abstract int getQueryPlansPerMinute()

Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.

optional uint32 query_plans_per_minute = 5;

Returns
TypeDescription
int

The queryPlansPerMinute.

getQueryStringLength()

public abstract int getQueryStringLength()

Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.

uint32 query_string_length = 4;

Returns
TypeDescription
int

The queryStringLength.

getRecordApplicationTags()

public abstract boolean getRecordApplicationTags()

Record application tags for an instance. This flag is turned "on" by default.

optional bool record_application_tags = 2;

Returns
TypeDescription
boolean

The recordApplicationTags.

getRecordClientAddress()

public abstract boolean getRecordClientAddress()

Record client address for an instance. Client address is PII information. This flag is turned "on" by default.

optional bool record_client_address = 3;

Returns
TypeDescription
boolean

The recordClientAddress.

hasQueryPlansPerMinute()

public abstract boolean hasQueryPlansPerMinute()

Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.

optional uint32 query_plans_per_minute = 5;

Returns
TypeDescription
boolean

Whether the queryPlansPerMinute field is set.

hasRecordApplicationTags()

public abstract boolean hasRecordApplicationTags()

Record application tags for an instance. This flag is turned "on" by default.

optional bool record_application_tags = 2;

Returns
TypeDescription
boolean

Whether the recordApplicationTags field is set.

hasRecordClientAddress()

public abstract boolean hasRecordClientAddress()

Record client address for an instance. Client address is PII information. This flag is turned "on" by default.

optional bool record_client_address = 3;

Returns
TypeDescription
boolean

Whether the recordClientAddress field is set.