| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
InsightsConfig |
InsightsConfig.clone() |
InsightsConfig |
Settings.getInsightsConfig()
Insights configuration, for now relevant only for Postgres.
|
InsightsConfig |
InsightsConfig.set(String fieldName,
Object value) |
InsightsConfig |
InsightsConfig.setQueryInsightsEnabled(Boolean queryInsightsEnabled)
Whether Query Insights feature is enabled.
|
InsightsConfig |
InsightsConfig.setQueryStringLength(Integer queryStringLength)
Maximum query length stored in bytes.
|
InsightsConfig |
InsightsConfig.setRecordApplicationTags(Boolean recordApplicationTags)
Whether Query Insights will record application tags from query when enabled.
|
InsightsConfig |
InsightsConfig.setRecordClientAddress(Boolean recordClientAddress)
Whether Query Insights will record client address when enabled.
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.setInsightsConfig(InsightsConfig insightsConfig)
Insights configuration, for now relevant only for Postgres.
|
Copyright © 2011–2021 Google. All rights reserved.