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
"connectionPoolConfig": { # Configuration for Managed Connection Pool (MCP). # Optional. The configuration for Managed Connection Pool (MCP).
141
+
"defaultPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20.
142
+
"enable": True or False, # Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to reserved once the field is removed from the gcloud client.
143
+
"enabled": True or False, # Optional. Whether to enable Managed Connection Pool (MCP).
144
+
"flags": { # Optional. Connection Pool flags, as a list of "key": "value" pairs.
145
+
"a_key": "A String",
146
+
},
147
+
"ignoreStartupParameters": [ # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to ["extra_float_digits"]
148
+
"A String",
149
+
],
150
+
"maxClientConn": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed.
151
+
"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.
152
+
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
153
+
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
154
+
"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.
155
+
"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.
156
+
"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.
157
+
"A String",
158
+
],
159
+
},
140
160
"createTime": "A String", # Output only. Create time stamp
141
161
"databaseFlags": { # Database flags. Set at the instance level. They are copied from the primary instance on secondary instance creation. Flags that have restrictions default to the value at primary instance on read instances during creation. Read instances can set new flags or override existing flags that are relevant for reads, for example, for enabling columnar cache on a read instance. Flags set on read instance might or might not be present on the primary instance. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
"connectionPoolConfig": { # Configuration for Managed Connection Pool (MCP). # Optional. The configuration for Managed Connection Pool (MCP).
318
+
"defaultPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20.
319
+
"enable": True or False, # Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to reserved once the field is removed from the gcloud client.
320
+
"enabled": True or False, # Optional. Whether to enable Managed Connection Pool (MCP).
321
+
"flags": { # Optional. Connection Pool flags, as a list of "key": "value" pairs.
322
+
"a_key": "A String",
323
+
},
324
+
"ignoreStartupParameters": [ # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to ["extra_float_digits"]
325
+
"A String",
326
+
],
327
+
"maxClientConn": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed.
328
+
"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.
329
+
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
330
+
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
331
+
"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.
332
+
"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.
333
+
"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.
334
+
"A String",
335
+
],
336
+
},
297
337
"createTime": "A String", # Output only. Create time stamp
298
338
"databaseFlags": { # Database flags. Set at the instance level. They are copied from the primary instance on secondary instance creation. Flags that have restrictions default to the value at primary instance on read instances during creation. Read instances can set new flags or override existing flags that are relevant for reads, for example, for enabling columnar cache on a read instance. Flags set on read instance might or might not be present on the primary instance. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
"connectionPoolConfig": { # Configuration for Managed Connection Pool (MCP). # Optional. The configuration for Managed Connection Pool (MCP).
586
+
"defaultPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20.
587
+
"enable": True or False, # Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to reserved once the field is removed from the gcloud client.
588
+
"enabled": True or False, # Optional. Whether to enable Managed Connection Pool (MCP).
589
+
"flags": { # Optional. Connection Pool flags, as a list of "key": "value" pairs.
590
+
"a_key": "A String",
591
+
},
592
+
"ignoreStartupParameters": [ # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to ["extra_float_digits"]
593
+
"A String",
594
+
],
595
+
"maxClientConn": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed.
596
+
"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.
597
+
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
598
+
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
599
+
"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.
600
+
"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.
601
+
"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.
602
+
"A String",
603
+
],
604
+
},
545
605
"createTime": "A String", # Output only. Create time stamp
546
606
"databaseFlags": { # Database flags. Set at the instance level. They are copied from the primary instance on secondary instance creation. Flags that have restrictions default to the value at primary instance on read instances during creation. Read instances can set new flags or override existing flags that are relevant for reads, for example, for enabling columnar cache on a read instance. Flags set on read instance might or might not be present on the primary instance. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
"connectionPoolConfig": { # Configuration for Managed Connection Pool (MCP). # Optional. The configuration for Managed Connection Pool (MCP).
814
+
"defaultPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20.
815
+
"enable": True or False, # Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to reserved once the field is removed from the gcloud client.
816
+
"enabled": True or False, # Optional. Whether to enable Managed Connection Pool (MCP).
817
+
"flags": { # Optional. Connection Pool flags, as a list of "key": "value" pairs.
818
+
"a_key": "A String",
819
+
},
820
+
"ignoreStartupParameters": [ # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to ["extra_float_digits"]
821
+
"A String",
822
+
],
823
+
"maxClientConn": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed.
824
+
"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.
825
+
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
826
+
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
827
+
"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.
828
+
"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.
829
+
"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.
830
+
"A String",
831
+
],
832
+
},
753
833
"createTime": "A String", # Output only. Create time stamp
754
834
"databaseFlags": { # Database flags. Set at the instance level. They are copied from the primary instance on secondary instance creation. Flags that have restrictions default to the value at primary instance on read instances during creation. Read instances can set new flags or override existing flags that are relevant for reads, for example, for enabling columnar cache on a read instance. Flags set on read instance might or might not be present on the primary instance. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
"connectionPoolConfig": { # Configuration for Managed Connection Pool (MCP). # Optional. The configuration for Managed Connection Pool (MCP).
980
+
"defaultPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20.
981
+
"enable": True or False, # Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/394996708) move to reserved once the field is removed from the gcloud client.
982
+
"enabled": True or False, # Optional. Whether to enable Managed Connection Pool (MCP).
983
+
"flags": { # Optional. Connection Pool flags, as a list of "key": "value" pairs.
984
+
"a_key": "A String",
985
+
},
986
+
"ignoreStartupParameters": [ # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to ["extra_float_digits"]
987
+
"A String",
988
+
],
989
+
"maxClientConn": "A String", # Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed.
990
+
"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.
991
+
"minPoolSize": "A String", # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0.
992
+
"poolMode": "A String", # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`.
993
+
"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.
994
+
"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.
995
+
"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.
996
+
"A String",
997
+
],
998
+
},
899
999
"createTime": "A String", # Output only. Create time stamp
900
1000
"databaseFlags": { # Database flags. Set at the instance level. They are copied from the primary instance on secondary instance creation. Flags that have restrictions default to the value at primary instance on read instances during creation. Read instances can set new flags or override existing flags that are relevant for reads, for example, for enabling columnar cache on a read instance. Flags set on read instance might or might not be present on the primary instance. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to **on** for true and **off** for false. This field must be omitted if the flag doesn't take a value.
0 commit comments