Skip to content

Commit cf32281

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.PscConfig.properties.networkAttachmentUri.type (Total Keys: 1) #### sqladmin:v1beta4 The following keys were added: - schemas.PscConfig.properties.networkAttachmentUri.type (Total Keys: 1)
1 parent 7b3b0b4 commit cf32281

File tree

6 files changed

+129
-101
lines changed

6 files changed

+129
-101
lines changed

docs/dyn/sqladmin_v1.Backups.html

Lines changed: 20 additions & 16 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1.instances.html

Lines changed: 30 additions & 24 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1beta4.backups.html

Lines changed: 24 additions & 20 deletions
Large diffs are not rendered by default.

docs/dyn/sqladmin_v1beta4.instances.html

Lines changed: 36 additions & 30 deletions
Large diffs are not rendered by default.

googleapiclient/discovery_cache/documents/sqladmin.v1.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
}
25952595
}
25962596
},
2597-
"revision": "20250502",
2597+
"revision": "20250508",
25982598
"rootUrl": "https://sqladmin.googleapis.com/",
25992599
"schemas": {
26002600
"AclEntry": {
@@ -3820,7 +3820,7 @@ false
38203820
"type": "boolean"
38213821
},
38223822
"flags": {
3823-
"description": "Optional. List of connection pool configuration flags",
3823+
"description": "Optional. List of connection pool configuration flags.",
38243824
"items": {
38253825
"$ref": "ConnectionPoolFlags"
38263826
},
@@ -5364,7 +5364,7 @@ false
53645364
"type": "integer"
53655365
},
53665366
"queryStringLength": {
5367-
"description": "Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.",
5367+
"description": "Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query lengths greater than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.",
53685368
"format": "int32",
53695369
"type": "integer"
53705370
},
@@ -6529,15 +6529,15 @@ false
65296529
"id": "PscAutoConnectionConfig",
65306530
"properties": {
65316531
"consumerNetwork": {
6532-
"description": "The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project.",
6532+
"description": "Optional. The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project.",
65336533
"type": "string"
65346534
},
65356535
"consumerNetworkStatus": {
65366536
"description": "The connection policy status of the consumer network.",
65376537
"type": "string"
65386538
},
65396539
"consumerProject": {
6540-
"description": "This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.",
6540+
"description": "Optional. This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.",
65416541
"type": "string"
65426542
},
65436543
"ipAddress": {
@@ -6562,6 +6562,10 @@ false
65626562
},
65636563
"type": "array"
65646564
},
6565+
"networkAttachmentUri": {
6566+
"description": "Optional. The network attachment of the consumer network that the Private Service Connect enabled Cloud SQL instance is authorized to connect via PSC interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID",
6567+
"type": "string"
6568+
},
65656569
"pscAutoConnections": {
65666570
"description": "Optional. The list of settings for requested Private Service Connect consumer endpoints that can be used to connect to this Cloud SQL instance.",
65676571
"items": {

googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
}
25952595
}
25962596
},
2597-
"revision": "20250502",
2597+
"revision": "20250508",
25982598
"rootUrl": "https://sqladmin.googleapis.com/",
25992599
"schemas": {
26002600
"AclEntry": {
@@ -3820,7 +3820,7 @@ false
38203820
"type": "boolean"
38213821
},
38223822
"flags": {
3823-
"description": "Optional. List of connection pool configuration flags",
3823+
"description": "Optional. List of connection pool configuration flags.",
38243824
"items": {
38253825
"$ref": "ConnectionPoolFlags"
38263826
},
@@ -5365,7 +5365,7 @@ false
53655365
"type": "integer"
53665366
},
53675367
"queryStringLength": {
5368-
"description": "Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query length more than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.",
5368+
"description": "Maximum query length stored in bytes. Default value: 1024 bytes. Range: 256-4500 bytes. Query lengths greater than this field value will be truncated to this value. When unset, query length will be the default value. Changing query length will restart the database.",
53695369
"format": "int32",
53705370
"type": "integer"
53715371
},
@@ -6527,15 +6527,15 @@ false
65276527
"id": "PscAutoConnectionConfig",
65286528
"properties": {
65296529
"consumerNetwork": {
6530-
"description": "The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project.",
6530+
"description": "Optional. The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project.",
65316531
"type": "string"
65326532
},
65336533
"consumerNetworkStatus": {
65346534
"description": "The connection policy status of the consumer network.",
65356535
"type": "string"
65366536
},
65376537
"consumerProject": {
6538-
"description": "This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.",
6538+
"description": "Optional. This is the project ID of consumer service project of this consumer endpoint. Optional. This is only applicable if consumer_network is a shared vpc network.",
65396539
"type": "string"
65406540
},
65416541
"ipAddress": {
@@ -6560,6 +6560,10 @@ false
65606560
},
65616561
"type": "array"
65626562
},
6563+
"networkAttachmentUri": {
6564+
"description": "Optional. The network attachment of the consumer network that the Private Service Connect enabled Cloud SQL instance is authorized to connect via PSC interface. format: projects/PROJECT/regions/REGION/networkAttachments/ID",
6565+
"type": "string"
6566+
},
65636567
"pscAutoConnections": {
65646568
"description": "Optional. The list of settings for requested Private Service Connect consumer endpoints that can be used to connect to this Cloud SQL instance.",
65656569
"items": {
@@ -6924,7 +6928,7 @@ false
69246928
"type": "string"
69256929
},
69266930
"replicationLagMaxSeconds": {
6927-
"description": "Optional. Configuration value for recreation of replica after certain replication lag",
6931+
"description": "Optional. Configuration value for recreation of replica after certain replication lag.",
69286932
"format": "int32",
69296933
"type": "integer"
69306934
},

0 commit comments

Comments
 (0)