Skip to content

Commit 07d501b

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents ed4a941 + 735442a commit 07d501b

113 files changed

Lines changed: 39620 additions & 5034 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

disclaimers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,10 @@
619619
"api": "chronicle",
620620
"package": "@google-cloud/chronicle"
621621
},
622+
{
623+
"api": "configdelivery",
624+
"package": "@google-cloud/configdelivery"
625+
},
622626
{
623627
"api": "css",
624628
"package": "@google-shopping/css"

discovery/accessapproval-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250617",
916+
"revision": "20250728",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1333,6 +1333,9 @@
13331333
"HMAC_SHA512",
13341334
"HMAC_SHA224",
13351335
"EXTERNAL_SYMMETRIC_ENCRYPTION",
1336+
"ML_KEM_768",
1337+
"ML_KEM_1024",
1338+
"KEM_XWING",
13361339
"PQ_SIGN_ML_DSA_65",
13371340
"PQ_SIGN_SLH_DSA_SHA2_128S",
13381341
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
@@ -1374,6 +1377,9 @@
13741377
"HMAC-SHA512 signing with a 512 bit key.",
13751378
"HMAC-SHA224 signing with a 224 bit key.",
13761379
"Algorithm representing symmetric encryption by an external key manager.",
1380+
"ML-KEM-768 (FIPS 203)",
1381+
"ML-KEM-1024 (FIPS 203)",
1382+
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
13771383
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
13781384
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
13791385
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."

discovery/aiplatform-v1.json

Lines changed: 305 additions & 2 deletions
Large diffs are not rendered by default.

discovery/aiplatform-v1beta1.json

Lines changed: 232 additions & 2 deletions
Large diffs are not rendered by default.

discovery/apihub-v1.json

Lines changed: 535 additions & 7 deletions
Large diffs are not rendered by default.

discovery/backupdr-v1.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
]
372372
},
373373
"patch": {
374-
"description": "Update a BackupPlanAssociation",
374+
"description": "Update a BackupPlanAssociation.",
375375
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupPlanAssociations/{backupPlanAssociationsId}",
376376
"httpMethod": "PATCH",
377377
"id": "backupdr.projects.locations.backupPlanAssociations.patch",
@@ -581,7 +581,7 @@
581581
]
582582
},
583583
"patch": {
584-
"description": "Update a BackupPlan",
584+
"description": "Update a BackupPlan.",
585585
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/backupPlans/{backupPlansId}",
586586
"httpMethod": "PATCH",
587587
"id": "backupdr.projects.locations.backupPlans.patch",
@@ -2060,7 +2060,7 @@
20602060
}
20612061
}
20622062
},
2063-
"revision": "20250720",
2063+
"revision": "20250723",
20642064
"rootUrl": "https://backupdr.googleapis.com/",
20652065
"schemas": {
20662066
"AbandonBackupRequest": {
@@ -2899,7 +2899,7 @@
28992899
"id": "BackupPlan",
29002900
"properties": {
29012901
"backupRules": {
2902-
"description": "Optional. The backup rules for this `BackupPlan`. There must be at least one `BackupRule` message if on_demand_retention_limit_days is not set.",
2902+
"description": "Optional. The backup rules for this `BackupPlan`.",
29032903
"items": {
29042904
"$ref": "BackupRule"
29052905
},
@@ -2936,7 +2936,7 @@
29362936
"type": "object"
29372937
},
29382938
"logRetentionDays": {
2939-
"description": "Optional. Required for CloudSQL resource_type Configures how long logs will be stored. It is defined in “days”. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.",
2939+
"description": "Optional. Applicable only for CloudSQL resource_type. Configures how long logs will be stored. It is defined in “days”. This value should be greater than or equal to minimum enforced log retention duration of the backup vault.",
29402940
"format": "int64",
29412941
"type": "string"
29422942
},
@@ -2946,7 +2946,7 @@
29462946
"type": "string"
29472947
},
29482948
"resourceType": {
2949-
"description": "Required. ",
2949+
"description": "Required. The resource type to which the `BackupPlan` will be applied. Examples include, \"compute.googleapis.com/Instance\", \"sqladmin.googleapis.com/Instance\", \"alloydb.googleapis.com/Cluster\", \"compute.googleapis.com/Disk\".",
29502950
"type": "string"
29512951
},
29522952
"revisionId": {
@@ -3041,7 +3041,7 @@
30413041
"type": "string"
30423042
},
30433043
"resourceType": {
3044-
"description": "Required. Immutable. ",
3044+
"description": "Required. Immutable. Resource type of workload on which backupplan is applied",
30453045
"type": "string"
30463046
},
30473047
"rulesConfigInfo": {
@@ -3329,7 +3329,7 @@
33293329
"type": "object"
33303330
},
33313331
"CloudSqlInstanceBackupProperties": {
3332-
"description": "CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties. .",
3332+
"description": "CloudSqlInstanceBackupProperties represents Cloud SQL Instance Backup properties.",
33333333
"id": "CloudSqlInstanceBackupProperties",
33343334
"properties": {
33353335
"databaseInstalledVersion": {
@@ -3356,7 +3356,7 @@
33563356
"type": "object"
33573357
},
33583358
"CloudSqlInstanceDataSourceProperties": {
3359-
"description": "CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource. .",
3359+
"description": "CloudSqlInstanceDataSourceProperties represents the properties of a Cloud SQL resource that are stored in the DataSource.",
33603360
"id": "CloudSqlInstanceDataSourceProperties",
33613361
"properties": {
33623362
"databaseInstalledVersion": {
@@ -3384,7 +3384,7 @@
33843384
"type": "object"
33853385
},
33863386
"CloudSqlInstanceDataSourceReferenceProperties": {
3387-
"description": "CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource that are stored in the DataSourceReference. .",
3387+
"description": "CloudSqlInstanceDataSourceReferenceProperties represents the properties of a Cloud SQL resource that are stored in the DataSourceReference.",
33883388
"id": "CloudSqlInstanceDataSourceReferenceProperties",
33893389
"properties": {
33903390
"databaseInstalledVersion": {
@@ -4182,7 +4182,7 @@
41824182
"type": "array"
41834183
},
41844184
"name": {
4185-
"description": "Required. Name of the disk..",
4185+
"description": "Required. Name of the disk.",
41864186
"type": "string"
41874187
},
41884188
"physicalBlockSizeBytes": {
@@ -5955,7 +5955,7 @@
59555955
"type": "string"
59565956
},
59575957
"ruleId": {
5958-
"description": "Required. backup rule_id for which a backup needs to be triggered.",
5958+
"description": "Optional. backup rule_id for which a backup needs to be triggered. If not specified, on-demand backup with custom retention will be triggered.",
59595959
"type": "string"
59605960
}
59615961
},

discovery/beyondcorp-v1.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@
13471347
"securityGateways": {
13481348
"methods": {
13491349
"create": {
1350-
"description": "Creates a new SecurityGateway in a given project and location.",
1350+
"description": "Creates a new Security Gateway in a given project and location.",
13511351
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways",
13521352
"httpMethod": "POST",
13531353
"id": "beyondcorp.projects.locations.securityGateways.create",
@@ -1363,7 +1363,7 @@
13631363
"type": "string"
13641364
},
13651365
"requestId": {
1366-
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.",
1366+
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.",
13671367
"location": "query",
13681368
"type": "string"
13691369
},
@@ -1659,7 +1659,7 @@
16591659
]
16601660
},
16611661
"delete": {
1662-
"description": "Deletes a single Application.",
1662+
"description": "Deletes a single application.",
16631663
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}/applications/{applicationsId}",
16641664
"httpMethod": "DELETE",
16651665
"id": "beyondcorp.projects.locations.securityGateways.applications.delete",
@@ -1899,7 +1899,7 @@
18991899
}
19001900
}
19011901
},
1902-
"revision": "20250714",
1902+
"revision": "20250723",
19031903
"rootUrl": "https://beyondcorp.googleapis.com/",
19041904
"schemas": {
19051905
"AllocatedConnection": {
@@ -3131,7 +3131,7 @@
31313131
"type": "object"
31323132
},
31333133
"GoogleCloudBeyondcorpSecuritygatewaysV1Application": {
3134-
"description": "A Beyondcorp Application resource information.",
3134+
"description": "The information about an application resource.",
31353135
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1Application",
31363136
"properties": {
31373137
"createTime": {
@@ -3141,11 +3141,11 @@
31413141
"type": "string"
31423142
},
31433143
"displayName": {
3144-
"description": "Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters.",
3144+
"description": "Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.",
31453145
"type": "string"
31463146
},
31473147
"endpointMatchers": {
3148-
"description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname & Ports) EXAMPLES: Hostname - (\"*.abc.com\"), (\"xyz.abc.com\") Hostname and Ports - (\"abc.com\" and \"22\"), (\"abc.com\" and \"22,33\") etc",
3148+
"description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions can be one of the following combinations (Hostname), (Hostname & Ports) EXAMPLES: Hostname - (\"*.example.com\"), (\"xyz.example.com\") Hostname and Ports - (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc",
31493149
"items": {
31503150
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher"
31513151
},
@@ -3307,7 +3307,7 @@
33073307
"type": "object"
33083308
},
33093309
"GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway": {
3310-
"description": "Information about a BeyondCorp SecurityGateway resource.",
3310+
"description": "The information about a security gateway resource.",
33113311
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway",
33123312
"properties": {
33133313
"createTime": {
@@ -3361,7 +3361,7 @@
33613361
"SecurityGateway is being updated.",
33623362
"SecurityGateway is being deleted.",
33633363
"SecurityGateway is running.",
3364-
"SecurityGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.",
3364+
"SecurityGateway is down and may be restored in the future.",
33653365
"SecurityGateway encountered an error and is in an indeterministic state."
33663366
],
33673367
"readOnly": true,

discovery/beyondcorp-v1alpha.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,7 +2880,7 @@
28802880
"securityGateways": {
28812881
"methods": {
28822882
"create": {
2883-
"description": "Creates a new SecurityGateway in a given project and location.",
2883+
"description": "Creates a new Security Gateway in a given project and location.",
28842884
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/securityGateways",
28852885
"httpMethod": "POST",
28862886
"id": "beyondcorp.projects.locations.securityGateways.create",
@@ -2896,7 +2896,7 @@
28962896
"type": "string"
28972897
},
28982898
"requestId": {
2899-
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.",
2899+
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request.",
29002900
"location": "query",
29012901
"type": "string"
29022902
},
@@ -3192,7 +3192,7 @@
31923192
]
31933193
},
31943194
"delete": {
3195-
"description": "Deletes a single Application.",
3195+
"description": "Deletes a single application.",
31963196
"flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/securityGateways/{securityGatewaysId}/applications/{applicationsId}",
31973197
"httpMethod": "DELETE",
31983198
"id": "beyondcorp.projects.locations.securityGateways.applications.delete",
@@ -3432,7 +3432,7 @@
34323432
}
34333433
}
34343434
},
3435-
"revision": "20250714",
3435+
"revision": "20250723",
34363436
"rootUrl": "https://beyondcorp.googleapis.com/",
34373437
"schemas": {
34383438
"AllocatedConnection": {
@@ -5479,7 +5479,7 @@
54795479
"type": "object"
54805480
},
54815481
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication": {
5482-
"description": "A Beyondcorp Application resource information.",
5482+
"description": "The information about an application resource.",
54835483
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplication",
54845484
"properties": {
54855485
"createTime": {
@@ -5489,11 +5489,11 @@
54895489
"type": "string"
54905490
},
54915491
"displayName": {
5492-
"description": "Optional. An arbitrary user-provided name for the Application resource. Cannot exceed 64 characters.",
5492+
"description": "Optional. An arbitrary user-provided name for the application resource. Cannot exceed 64 characters.",
54935493
"type": "string"
54945494
},
54955495
"endpointMatchers": {
5496-
"description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matcher is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one the conditions are met. The conditions can be one of the following combination (Hostname), (Hostname & Ports) EXAMPLES: Hostname - (\"*.abc.com\"), (\"xyz.abc.com\") Hostname and Ports - (\"abc.com\" and \"22\"), (\"abc.com\" and \"22,33\") etc",
5496+
"description": "Required. Endpoint matchers associated with an application. A combination of hostname and ports as endpoint matchers is used to match the application. Match conditions for OR logic. An array of match conditions to allow for multiple matching criteria. The rule is considered a match if one of the conditions is met. The conditions can be one of the following combinations (Hostname), (Hostname & Ports) EXAMPLES: Hostname - (\"*.example.com\"), (\"xyz.example.com\") Hostname and Ports - (\"example.com\" and \"22\"), (\"example.com\" and \"22,33\") etc",
54975497
"items": {
54985498
"$ref": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher"
54995499
},
@@ -5655,7 +5655,7 @@
56555655
"type": "object"
56565656
},
56575657
"GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway": {
5658-
"description": "Information about a BeyondCorp SecurityGateway resource.",
5658+
"description": "The information about a security gateway resource.",
56595659
"id": "GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway",
56605660
"properties": {
56615661
"createTime": {
@@ -5709,7 +5709,7 @@
57095709
"SecurityGateway is being updated.",
57105710
"SecurityGateway is being deleted.",
57115711
"SecurityGateway is running.",
5712-
"SecurityGateway is down and may be restored in the future. This happens when CCFE sends ProjectState = OFF.",
5712+
"SecurityGateway is down and may be restored in the future.",
57135713
"SecurityGateway encountered an error and is in an indeterministic state."
57145714
],
57155715
"readOnly": true,

0 commit comments

Comments
 (0)