Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 34 additions & 4 deletions alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@
}
}
},
"revision": "20250904",
"revision": "20250910",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -2308,6 +2308,30 @@
},
"type": "object"
},
"ConnectionPoolConfig": {
"description": "Configuration for Managed Connection Pool (MCP).",
"id": "ConnectionPoolConfig",
"properties": {
"enabled": {
"description": "Optional. Whether to enable Managed Connection Pool (MCP).",
"type": "boolean"
},
"flags": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Connection Pool flags, as a list of \"key\": \"value\" pairs.",
"type": "object"
},
"poolerCount": {
"description": "Output only. The number of running poolers per instance.",
"format": "int32",
"readOnly": true,
"type": "integer"
}
},
"type": "object"
},
"ContinuousBackupConfig": {
"description": "ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster.",
"id": "ContinuousBackupConfig",
Expand Down Expand Up @@ -2785,6 +2809,10 @@
"$ref": "ClientConnectionConfig",
"description": "Optional. Client connection specific configurations"
},
"connectionPoolConfig": {
"$ref": "ConnectionPoolConfig",
"description": "Optional. The configuration for Managed Connection Pool (MCP)."
},
"createTime": {
"description": "Output only. Create time stamp",
"format": "google-datetime",
Expand Down Expand Up @@ -4252,7 +4280,7 @@
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 12",
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 13",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
"properties": {
"backupdrMetadata": {
Expand Down Expand Up @@ -4281,7 +4309,8 @@
"SECURITY_FINDING_DATA",
"RECOMMENDATION_SIGNAL_DATA",
"CONFIG_BASED_SIGNAL_DATA",
"BACKUPDR_METADATA"
"BACKUPDR_METADATA",
"DATABASE_RESOURCE_SIGNAL_DATA"
],
"enumDescriptions": [
"",
Expand All @@ -4290,7 +4319,8 @@
"Database resource security health signal data",
"Database resource recommendation signal data",
"Database config based signal data",
"Database resource metadata from BackupDR"
"Database resource metadata from BackupDR",
"Database resource signal data"
],
"type": "string"
},
Expand Down
32 changes: 31 additions & 1 deletion alloydb/v1/alloydb-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions alloydb/v1alpha/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@
}
}
},
"revision": "20250904",
"revision": "20250910",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -2347,10 +2347,12 @@
"id": "ConnectionPoolConfig",
"properties": {
"defaultPoolSize": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"enable": {
"deprecated": true,
"description": "Optional. Deprecated; Prefer 'enabled' as this will be removed soon.",
"type": "boolean"
},
Expand All @@ -2366,25 +2368,30 @@
"type": "object"
},
"ignoreStartupParameters": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to [\"extra_float_digits\"] Note: This field should not be added to client libraries if not present already.",
"items": {
"type": "string"
},
"type": "array"
},
"maxClientConn": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"maxPreparedStatements": {
"deprecated": true,
"description": "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. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"minPoolSize": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"poolMode": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`. Note: This field should not be added to client libraries if not present already.",
"enum": [
"POOL_MODE_UNSPECIFIED",
Expand All @@ -2405,14 +2412,17 @@
"type": "integer"
},
"queryWaitTimeout": {
"deprecated": true,
"description": "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. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"serverIdleTimeout": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"statsUsers": {
"deprecated": true,
"description": "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. Note: This field should not be added to client libraries if not present already.",
"items": {
"type": "string"
Expand Down Expand Up @@ -4420,7 +4430,7 @@
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 12",
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 13",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
"properties": {
"backupdrMetadata": {
Expand Down Expand Up @@ -4449,7 +4459,8 @@
"SECURITY_FINDING_DATA",
"RECOMMENDATION_SIGNAL_DATA",
"CONFIG_BASED_SIGNAL_DATA",
"BACKUPDR_METADATA"
"BACKUPDR_METADATA",
"DATABASE_RESOURCE_SIGNAL_DATA"
],
"enumDescriptions": [
"",
Expand All @@ -4458,7 +4469,8 @@
"Database resource security health signal data",
"Database resource recommendation signal data",
"Database config based signal data",
"Database resource metadata from BackupDR"
"Database resource metadata from BackupDR",
"Database resource signal data"
],
"type": "string"
},
Expand Down
3 changes: 2 additions & 1 deletion alloydb/v1alpha/alloydb-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions alloydb/v1beta/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@
}
}
},
"revision": "20250904",
"revision": "20250910",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -2328,10 +2328,12 @@
"id": "ConnectionPoolConfig",
"properties": {
"defaultPoolSize": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to 20. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"enable": {
"deprecated": true,
"description": "Optional. Deprecated; Prefer 'enabled' as this will be removed soon.",
"type": "boolean"
},
Expand All @@ -2347,25 +2349,30 @@
"type": "object"
},
"ignoreStartupParameters": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The list of startup parameters to ignore. Defaults to [\"extra_float_digits\"] Note: This field should not be added to client libraries if not present already.",
"items": {
"type": "string"
},
"type": "array"
},
"maxClientConn": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The maximum number of client connections allowed. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"maxPreparedStatements": {
"deprecated": true,
"description": "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. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"minPoolSize": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to 0. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"poolMode": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `POOL_MODE_TRANSACTION`. Note: This field should not be added to client libraries if not present already.",
"enum": [
"POOL_MODE_UNSPECIFIED",
Expand All @@ -2386,14 +2393,17 @@
"type": "integer"
},
"queryWaitTimeout": {
"deprecated": true,
"description": "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. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"serverIdleTimeout": {
"deprecated": true,
"description": "Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a server is allowed to be idle before it is disconnected. 0 disables. Note: This field should not be added to client libraries if not present already.",
"type": "string"
},
"statsUsers": {
"deprecated": true,
"description": "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. Note: This field should not be added to client libraries if not present already.",
"items": {
"type": "string"
Expand Down Expand Up @@ -4396,7 +4406,7 @@
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 12",
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 13",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
"properties": {
"backupdrMetadata": {
Expand Down Expand Up @@ -4425,7 +4435,8 @@
"SECURITY_FINDING_DATA",
"RECOMMENDATION_SIGNAL_DATA",
"CONFIG_BASED_SIGNAL_DATA",
"BACKUPDR_METADATA"
"BACKUPDR_METADATA",
"DATABASE_RESOURCE_SIGNAL_DATA"
],
"enumDescriptions": [
"",
Expand All @@ -4434,7 +4445,8 @@
"Database resource security health signal data",
"Database resource recommendation signal data",
"Database config based signal data",
"Database resource metadata from BackupDR"
"Database resource metadata from BackupDR",
"Database resource signal data"
],
"type": "string"
},
Expand Down
3 changes: 2 additions & 1 deletion alloydb/v1beta/alloydb-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading