You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/alloydb_v1alpha.projects.locations.clusters.instances.html
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152
152
"maxPreparedStatements": "A String", # Optional. Deprecated. Use 'flags' 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.
153
153
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
154
154
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
155
+
"poolerCount": 42, # Output only. The number of running poolers per instance.
155
156
"queryWaitTimeout": "A String", # Optional. Deprecated. Use 'flags' 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.
156
157
"serverIdleTimeout": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
157
158
"statsUsers": [ # Optional. Deprecated. Use 'flags' 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>
209
210
"queryPlansPerMinute": 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.
210
211
"recordApplicationTags": True or False, # Record application tags for an instance. This flag is turned "off" by default.
211
212
"trackActiveQueries": True or False, # Track actively running queries on the instance. If not set, this flag is "off" by default.
213
+
"trackClientAddress": True or False, # Track client address for an instance. If not set, default value is "off".
212
214
"trackWaitEventTypes": True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned "on" 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.
213
215
"trackWaitEvents": True or False, # Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
214
216
},
@@ -331,6 +333,7 @@ <h3>Method Details</h3>
331
333
"maxPreparedStatements": "A String", # Optional. Deprecated. Use 'flags' 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.
332
334
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
333
335
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
336
+
"poolerCount": 42, # Output only. The number of running poolers per instance.
334
337
"queryWaitTimeout": "A String", # Optional. Deprecated. Use 'flags' 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.
335
338
"serverIdleTimeout": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
336
339
"statsUsers": [ # Optional. Deprecated. Use 'flags' 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>
388
391
"queryPlansPerMinute": 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.
389
392
"recordApplicationTags": True or False, # Record application tags for an instance. This flag is turned "off" by default.
390
393
"trackActiveQueries": True or False, # Track actively running queries on the instance. If not set, this flag is "off" by default.
394
+
"trackClientAddress": True or False, # Track client address for an instance. If not set, default value is "off".
391
395
"trackWaitEventTypes": True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned "on" 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.
392
396
"trackWaitEvents": True or False, # Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
393
397
},
@@ -601,6 +605,7 @@ <h3>Method Details</h3>
601
605
"maxPreparedStatements": "A String", # Optional. Deprecated. Use 'flags' 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.
602
606
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
603
607
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
608
+
"poolerCount": 42, # Output only. The number of running poolers per instance.
604
609
"queryWaitTimeout": "A String", # Optional. Deprecated. Use 'flags' 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.
605
610
"serverIdleTimeout": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
606
611
"statsUsers": [ # Optional. Deprecated. Use 'flags' 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>
658
663
"queryPlansPerMinute": 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.
659
664
"recordApplicationTags": True or False, # Record application tags for an instance. This flag is turned "off" by default.
660
665
"trackActiveQueries": True or False, # Track actively running queries on the instance. If not set, this flag is "off" by default.
666
+
"trackClientAddress": True or False, # Track client address for an instance. If not set, default value is "off".
661
667
"trackWaitEventTypes": True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned "on" 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.
662
668
"trackWaitEvents": True or False, # Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
663
669
},
@@ -831,6 +837,7 @@ <h3>Method Details</h3>
831
837
"maxPreparedStatements": "A String", # Optional. Deprecated. Use 'flags' 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.
832
838
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
833
839
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
840
+
"poolerCount": 42, # Output only. The number of running poolers per instance.
834
841
"queryWaitTimeout": "A String", # Optional. Deprecated. Use 'flags' 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.
835
842
"serverIdleTimeout": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
836
843
"statsUsers": [ # Optional. Deprecated. Use 'flags' 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>
888
895
"queryPlansPerMinute": 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.
889
896
"recordApplicationTags": True or False, # Record application tags for an instance. This flag is turned "off" by default.
890
897
"trackActiveQueries": True or False, # Track actively running queries on the instance. If not set, this flag is "off" by default.
898
+
"trackClientAddress": True or False, # Track client address for an instance. If not set, default value is "off".
891
899
"trackWaitEventTypes": True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned "on" 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.
892
900
"trackWaitEvents": True or False, # Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
893
901
},
@@ -999,6 +1007,7 @@ <h3>Method Details</h3>
999
1007
"maxPreparedStatements": "A String", # Optional. Deprecated. Use 'flags' 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.
1000
1008
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
1001
1009
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
1010
+
"poolerCount": 42, # Output only. The number of running poolers per instance.
1002
1011
"queryWaitTimeout": "A String", # Optional. Deprecated. Use 'flags' 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.
1003
1012
"serverIdleTimeout": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables.
1004
1013
"statsUsers": [ # Optional. Deprecated. Use 'flags' 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>
1056
1065
"queryPlansPerMinute": 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.
1057
1066
"recordApplicationTags": True or False, # Record application tags for an instance. This flag is turned "off" by default.
1058
1067
"trackActiveQueries": True or False, # Track actively running queries on the instance. If not set, this flag is "off" by default.
1068
+
"trackClientAddress": True or False, # Track client address for an instance. If not set, default value is "off".
1059
1069
"trackWaitEventTypes": True or False, # Output only. Track wait event types during query execution for an instance. This flag is turned "on" 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.
1060
1070
"trackWaitEvents": True or False, # Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
0 commit comments