Skip to content

Commit 55b8c99

Browse files
feat(alloydb): update the api
#### alloydb:v1alpha The following keys were added: - schemas.ConnectionPoolConfig.properties.poolerCount (Total Keys: 3) - schemas.ObservabilityInstanceConfig.properties.trackClientAddress.type (Total Keys: 1) #### alloydb:v1beta The following keys were added: - schemas.ConnectionPoolConfig.properties.poolerCount (Total Keys: 3) - schemas.ObservabilityInstanceConfig.properties.trackClientAddress.type (Total Keys: 1)
1 parent 1a82f1d commit 55b8c99

File tree

5 files changed

+52
-12
lines changed

5 files changed

+52
-12
lines changed

docs/dyn/alloydb_v1alpha.projects.locations.clusters.instances.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152152
&quot;maxPreparedStatements&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of prepared statements allowed. MCP makes sure that any statement prepared by a client, up to this limit, is available on the backing server connection in transaction and statement pooling mode. Even if the statement was originally prepared on another server connection. Defaults to 0.
153153
&quot;minPoolSize&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The minimum pool size. Defaults to 0.
154154
&quot;poolMode&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
155+
&quot;poolerCount&quot;: 42, # Output only. The number of running poolers per instance.
155156
&quot;queryWaitTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds queries are allowed to spend waiting for execution. If the query is not assigned to a server during that time, the client is disconnected. 0 disables.
156157
&quot;serverIdleTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
157158
&quot;statsUsers&quot;: [ # Optional. Deprecated. Use &#x27;flags&#x27; instead. The list of users that are allowed to connect to the MCP stats console. The users must exist in the database.
@@ -209,6 +210,7 @@ <h3>Method Details</h3>
209210
&quot;queryPlansPerMinute&quot;: 42, # Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.
210211
&quot;recordApplicationTags&quot;: True or False, # Record application tags for an instance. This flag is turned &quot;off&quot; by default.
211212
&quot;trackActiveQueries&quot;: True or False, # Track actively running queries on the instance. If not set, this flag is &quot;off&quot; by default.
213+
&quot;trackClientAddress&quot;: True or False, # Track client address for an instance. If not set, default value is &quot;off&quot;.
212214
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.
213215
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
214216
},
@@ -331,6 +333,7 @@ <h3>Method Details</h3>
331333
&quot;maxPreparedStatements&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of prepared statements allowed. MCP makes sure that any statement prepared by a client, up to this limit, is available on the backing server connection in transaction and statement pooling mode. Even if the statement was originally prepared on another server connection. Defaults to 0.
332334
&quot;minPoolSize&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The minimum pool size. Defaults to 0.
333335
&quot;poolMode&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
336+
&quot;poolerCount&quot;: 42, # Output only. The number of running poolers per instance.
334337
&quot;queryWaitTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds queries are allowed to spend waiting for execution. If the query is not assigned to a server during that time, the client is disconnected. 0 disables.
335338
&quot;serverIdleTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
336339
&quot;statsUsers&quot;: [ # Optional. Deprecated. Use &#x27;flags&#x27; instead. The list of users that are allowed to connect to the MCP stats console. The users must exist in the database.
@@ -388,6 +391,7 @@ <h3>Method Details</h3>
388391
&quot;queryPlansPerMinute&quot;: 42, # Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.
389392
&quot;recordApplicationTags&quot;: True or False, # Record application tags for an instance. This flag is turned &quot;off&quot; by default.
390393
&quot;trackActiveQueries&quot;: True or False, # Track actively running queries on the instance. If not set, this flag is &quot;off&quot; by default.
394+
&quot;trackClientAddress&quot;: True or False, # Track client address for an instance. If not set, default value is &quot;off&quot;.
391395
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.
392396
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
393397
},
@@ -601,6 +605,7 @@ <h3>Method Details</h3>
601605
&quot;maxPreparedStatements&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of prepared statements allowed. MCP makes sure that any statement prepared by a client, up to this limit, is available on the backing server connection in transaction and statement pooling mode. Even if the statement was originally prepared on another server connection. Defaults to 0.
602606
&quot;minPoolSize&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The minimum pool size. Defaults to 0.
603607
&quot;poolMode&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
608+
&quot;poolerCount&quot;: 42, # Output only. The number of running poolers per instance.
604609
&quot;queryWaitTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds queries are allowed to spend waiting for execution. If the query is not assigned to a server during that time, the client is disconnected. 0 disables.
605610
&quot;serverIdleTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
606611
&quot;statsUsers&quot;: [ # Optional. Deprecated. Use &#x27;flags&#x27; instead. The list of users that are allowed to connect to the MCP stats console. The users must exist in the database.
@@ -658,6 +663,7 @@ <h3>Method Details</h3>
658663
&quot;queryPlansPerMinute&quot;: 42, # Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.
659664
&quot;recordApplicationTags&quot;: True or False, # Record application tags for an instance. This flag is turned &quot;off&quot; by default.
660665
&quot;trackActiveQueries&quot;: True or False, # Track actively running queries on the instance. If not set, this flag is &quot;off&quot; by default.
666+
&quot;trackClientAddress&quot;: True or False, # Track client address for an instance. If not set, default value is &quot;off&quot;.
661667
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.
662668
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
663669
},
@@ -831,6 +837,7 @@ <h3>Method Details</h3>
831837
&quot;maxPreparedStatements&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of prepared statements allowed. MCP makes sure that any statement prepared by a client, up to this limit, is available on the backing server connection in transaction and statement pooling mode. Even if the statement was originally prepared on another server connection. Defaults to 0.
832838
&quot;minPoolSize&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The minimum pool size. Defaults to 0.
833839
&quot;poolMode&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
840+
&quot;poolerCount&quot;: 42, # Output only. The number of running poolers per instance.
834841
&quot;queryWaitTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds queries are allowed to spend waiting for execution. If the query is not assigned to a server during that time, the client is disconnected. 0 disables.
835842
&quot;serverIdleTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
836843
&quot;statsUsers&quot;: [ # Optional. Deprecated. Use &#x27;flags&#x27; instead. The list of users that are allowed to connect to the MCP stats console. The users must exist in the database.
@@ -888,6 +895,7 @@ <h3>Method Details</h3>
888895
&quot;queryPlansPerMinute&quot;: 42, # Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.
889896
&quot;recordApplicationTags&quot;: True or False, # Record application tags for an instance. This flag is turned &quot;off&quot; by default.
890897
&quot;trackActiveQueries&quot;: True or False, # Track actively running queries on the instance. If not set, this flag is &quot;off&quot; by default.
898+
&quot;trackClientAddress&quot;: True or False, # Track client address for an instance. If not set, default value is &quot;off&quot;.
891899
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.
892900
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
893901
},
@@ -999,6 +1007,7 @@ <h3>Method Details</h3>
9991007
&quot;maxPreparedStatements&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of prepared statements allowed. MCP makes sure that any statement prepared by a client, up to this limit, is available on the backing server connection in transaction and statement pooling mode. Even if the statement was originally prepared on another server connection. Defaults to 0.
10001008
&quot;minPoolSize&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The minimum pool size. Defaults to 0.
10011009
&quot;poolMode&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
1010+
&quot;poolerCount&quot;: 42, # Output only. The number of running poolers per instance.
10021011
&quot;queryWaitTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds queries are allowed to spend waiting for execution. If the query is not assigned to a server during that time, the client is disconnected. 0 disables.
10031012
&quot;serverIdleTimeout&quot;: &quot;A String&quot;, # Optional. Deprecated. Use &#x27;flags&#x27; instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
10041013
&quot;statsUsers&quot;: [ # Optional. Deprecated. Use &#x27;flags&#x27; instead. The list of users that are allowed to connect to the MCP stats console. The users must exist in the database.
@@ -1056,6 +1065,7 @@ <h3>Method Details</h3>
10561065
&quot;queryPlansPerMinute&quot;: 42, # Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.
10571066
&quot;recordApplicationTags&quot;: True or False, # Record application tags for an instance. This flag is turned &quot;off&quot; by default.
10581067
&quot;trackActiveQueries&quot;: True or False, # Track actively running queries on the instance. If not set, this flag is &quot;off&quot; by default.
1068+
&quot;trackClientAddress&quot;: True or False, # Track client address for an instance. If not set, default value is &quot;off&quot;.
10591069
&quot;trackWaitEventTypes&quot;: True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.
10601070
&quot;trackWaitEvents&quot;: True or False, # Track wait events during query execution for an instance. This flag is turned &quot;on&quot; by default but tracking is enabled only after observability enabled flag is also turned on.
10611071
},

0 commit comments

Comments
 (0)