Skip to content

Commit 7bcbd8a

Browse files
feat(cloudfunctions): update the api
#### cloudfunctions:v2 The following keys were added: - schemas.GoogleCloudFunctionsV2OperationMetadata.properties.customIamRoleDetected (Total Keys: 2) #### cloudfunctions:v2alpha The following keys were added: - schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.customIamRoleDetected (Total Keys: 2) #### cloudfunctions:v2beta The following keys were added: - schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.customIamRoleDetected (Total Keys: 2)
1 parent 2e30f26 commit 7bcbd8a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

googleapiclient/discovery_cache/documents/cloudfunctions.v2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
}
745745
}
746746
},
747-
"revision": "20250130",
747+
"revision": "20250228",
748748
"rootUrl": "https://cloudfunctions.googleapis.com/",
749749
"schemas": {
750750
"AbortFunctionUpgradeRequest": {
@@ -1254,6 +1254,11 @@
12541254
"format": "google-datetime",
12551255
"type": "string"
12561256
},
1257+
"customIamRoleDetected": {
1258+
"description": "Output only. Whether a custom IAM role binding was detected during the upgrade.",
1259+
"readOnly": true,
1260+
"type": "boolean"
1261+
},
12571262
"endTime": {
12581263
"description": "The time the operation finished running.",
12591264
"format": "google-datetime",

googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
}
745745
}
746746
},
747-
"revision": "20250130",
747+
"revision": "20250228",
748748
"rootUrl": "https://cloudfunctions.googleapis.com/",
749749
"schemas": {
750750
"AbortFunctionUpgradeRequest": {
@@ -1254,6 +1254,11 @@
12541254
"format": "google-datetime",
12551255
"type": "string"
12561256
},
1257+
"customIamRoleDetected": {
1258+
"description": "Output only. Whether a custom IAM role binding was detected during the upgrade.",
1259+
"readOnly": true,
1260+
"type": "boolean"
1261+
},
12571262
"endTime": {
12581263
"description": "The time the operation finished running.",
12591264
"format": "google-datetime",

googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
}
745745
}
746746
},
747-
"revision": "20250130",
747+
"revision": "20250228",
748748
"rootUrl": "https://cloudfunctions.googleapis.com/",
749749
"schemas": {
750750
"AbortFunctionUpgradeRequest": {
@@ -1254,6 +1254,11 @@
12541254
"format": "google-datetime",
12551255
"type": "string"
12561256
},
1257+
"customIamRoleDetected": {
1258+
"description": "Output only. Whether a custom IAM role binding was detected during the upgrade.",
1259+
"readOnly": true,
1260+
"type": "boolean"
1261+
},
12571262
"endTime": {
12581263
"description": "The time the operation finished running.",
12591264
"format": "google-datetime",

0 commit comments

Comments
 (0)