File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 485
485
}
486
486
}
487
487
},
488
- "revision" : " 20240522 " ,
488
+ "revision" : " 20240612 " ,
489
489
"rootUrl" : " https://workflows.googleapis.com/" ,
490
490
"schemas" : {
491
491
"Empty" : {
726
726
"id" : " Workflow" ,
727
727
"properties" : {
728
728
"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." ,
730
730
"items" : {
731
731
"type" : " string"
732
732
},
733
733
"readOnly" : true ,
734
734
"type" : " array"
735
735
},
736
736
"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." ,
738
738
"items" : {
739
739
"type" : " string"
740
740
},
Original file line number Diff line number Diff line change @@ -294,11 +294,11 @@ export namespace workflows_v1 {
294
294
*/
295
295
export interface Schema$Workflow {
296
296
/**
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.
298
298
*/
299
299
allKmsKeys ?: string [ ] | null ;
300
300
/**
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.
302
302
*/
303
303
allKmsKeysVersions ?: string [ ] | null ;
304
304
/**
You can’t perform that action at this time.
0 commit comments