Skip to content

Commit 394aeb8

Browse files
chore(composer): update the api
1 parent 2580831 commit 394aeb8

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

googleapiclient/discovery_cache/documents/composer.v1.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -406,7 +406,7 @@
406406
}
407407
}
408408
},
409-
"revision": "20210126",
409+
"revision": "20210319",
410410
"rootUrl": "https://composer.googleapis.com/",
411411
"schemas": {
412412
"AllowedIpRange": {
@@ -802,13 +802,15 @@
802802
"TYPE_UNSPECIFIED",
803803
"CREATE",
804804
"DELETE",
805-
"UPDATE"
805+
"UPDATE",
806+
"CHECK"
806807
],
807808
"enumDescriptions": [
808809
"Unused.",
809810
"A resource creation operation.",
810811
"A resource deletion operation.",
811-
"A resource update operation."
812+
"A resource update operation.",
813+
"A resource check operation."
812814
],
813815
"type": "string"
814816
},

googleapiclient/discovery_cache/documents/composer.v1beta1.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "View and manage your data across Google Cloud Platform services"
6+
"description": "See, edit, configure, and delete your Google Cloud Platform data"
77
}
88
}
99
}
@@ -434,7 +434,7 @@
434434
}
435435
}
436436
},
437-
"revision": "20201208",
437+
"revision": "20210319",
438438
"rootUrl": "https://composer.googleapis.com/",
439439
"schemas": {
440440
"AllowedIpRange": {
@@ -866,13 +866,15 @@
866866
"TYPE_UNSPECIFIED",
867867
"CREATE",
868868
"DELETE",
869-
"UPDATE"
869+
"UPDATE",
870+
"CHECK"
870871
],
871872
"enumDescriptions": [
872873
"Unused.",
873874
"A resource creation operation.",
874875
"A resource deletion operation.",
875-
"A resource update operation."
876+
"A resource update operation.",
877+
"A resource check operation."
876878
],
877879
"type": "string"
878880
},

0 commit comments

Comments
 (0)