Skip to content

Commit a8bfc68

Browse files
yoshi-automationsofisl
authored andcommitted
fix(workflows): update the API
#### workflows:v1 The following keys were changed: - schemas.Workflow.properties.allKmsKeys.description - schemas.Workflow.properties.allKmsKeysVersions.description
1 parent 77e9abf commit a8bfc68

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/workflows-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486
}
487487
},
488-
"revision": "20240522",
488+
"revision": "20240612",
489489
"rootUrl": "https://workflows.googleapis.com/",
490490
"schemas": {
491491
"Empty": {
@@ -726,15 +726,15 @@
726726
"id": "Workflow",
727727
"properties": {
728728
"allKmsKeys": {
729-
"description": "Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.",
729+
"description": "Output only. A list of all KMS crypto keys used to encrypt or decrypt the data associated with the workflow.",
730730
"items": {
731731
"type": "string"
732732
},
733733
"readOnly": true,
734734
"type": "array"
735735
},
736736
"allKmsKeysVersions": {
737-
"description": "Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.",
737+
"description": "Output only. A list of all KMS crypto key versions used to encrypt or decrypt the data associated with the workflow.",
738738
"items": {
739739
"type": "string"
740740
},

src/apis/workflows/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@ export namespace workflows_v1 {
294294
*/
295295
export interface Schema$Workflow {
296296
/**
297-
* Output only. A list of all KMS crypto keys used to encrypt or decrpt the data associated with the workflow.
297+
* Output only. A list of all KMS crypto keys used to encrypt or decrypt the data associated with the workflow.
298298
*/
299299
allKmsKeys?: string[] | null;
300300
/**
301-
* Output only. A list of all KMS crypto keys versions used to encrypt or decrpt the data associated with the workflow.
301+
* Output only. A list of all KMS crypto key versions used to encrypt or decrypt the data associated with the workflow.
302302
*/
303303
allKmsKeysVersions?: string[] | null;
304304
/**

0 commit comments

Comments
 (0)