Skip to content

Commit 702998a

Browse files
feat(all): auto-regenerate discovery clients (#3254)
1 parent 0716728 commit 702998a

File tree

12 files changed

+372
-73
lines changed

12 files changed

+372
-73
lines changed

backupdr/v1/backupdr-api.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
},

backupdr/v1/backupdr-gen.go

Lines changed: 19 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beyondcorp/v1alpha/beyondcorp-api.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 \u0026 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 \u0026 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)