Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be7bc54

Browse files
committedJan 4, 2024
feat(cloudfunctions): update the api
#### cloudfunctions:v1 The following keys were added: - schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1) #### cloudfunctions:v2 The following keys were added: - schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1) #### cloudfunctions:v2alpha The following keys were added: - schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1) #### cloudfunctions:v2beta The following keys were added: - schemas.GoogleCloudFunctionsV2OperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2alphaOperationMetadata.properties.operationType.type (Total Keys: 1) - schemas.GoogleCloudFunctionsV2betaOperationMetadata.properties.operationType.type (Total Keys: 1)
1 parent 49958ae commit be7bc54

File tree

4 files changed

+316
-4
lines changed

4 files changed

+316
-4
lines changed
 

‎googleapiclient/discovery_cache/documents/cloudfunctions.v1.json

+79-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20231130",
555+
"revision": "20231207",
556556
"rootUrl": "https://cloudfunctions.googleapis.com/",
557557
"schemas": {
558558
"AuditConfig": {
@@ -1031,6 +1031,32 @@
10311031
"format": "google-datetime",
10321032
"type": "string"
10331033
},
1034+
"operationType": {
1035+
"description": "The operation type.",
1036+
"enum": [
1037+
"OPERATIONTYPE_UNSPECIFIED",
1038+
"CREATE_FUNCTION",
1039+
"UPDATE_FUNCTION",
1040+
"DELETE_FUNCTION",
1041+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1042+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1043+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1044+
"ABORT_FUNCTION_UPGRADE",
1045+
"COMMIT_FUNCTION_UPGRADE"
1046+
],
1047+
"enumDescriptions": [
1048+
"Unspecified",
1049+
"CreateFunction",
1050+
"UpdateFunction",
1051+
"DeleteFunction",
1052+
"RedirectFunctionUpgradeTraffic",
1053+
"RollbackFunctionUpgradeTraffic",
1054+
"SetupFunctionUpgradeConfig",
1055+
"AbortFunctionUpgrade",
1056+
"CommitFunctionUpgrade"
1057+
],
1058+
"type": "string"
1059+
},
10341060
"requestResource": {
10351061
"additionalProperties": {
10361062
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1206,6 +1232,32 @@
12061232
"format": "google-datetime",
12071233
"type": "string"
12081234
},
1235+
"operationType": {
1236+
"description": "The operation type.",
1237+
"enum": [
1238+
"OPERATIONTYPE_UNSPECIFIED",
1239+
"CREATE_FUNCTION",
1240+
"UPDATE_FUNCTION",
1241+
"DELETE_FUNCTION",
1242+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1243+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1244+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1245+
"ABORT_FUNCTION_UPGRADE",
1246+
"COMMIT_FUNCTION_UPGRADE"
1247+
],
1248+
"enumDescriptions": [
1249+
"Unspecified",
1250+
"CreateFunction",
1251+
"UpdateFunction",
1252+
"DeleteFunction",
1253+
"RedirectFunctionUpgradeTraffic",
1254+
"RollbackFunctionUpgradeTraffic",
1255+
"SetupFunctionUpgradeConfig",
1256+
"AbortFunctionUpgrade",
1257+
"CommitFunctionUpgrade"
1258+
],
1259+
"type": "string"
1260+
},
12091261
"requestResource": {
12101262
"additionalProperties": {
12111263
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1381,6 +1433,32 @@
13811433
"format": "google-datetime",
13821434
"type": "string"
13831435
},
1436+
"operationType": {
1437+
"description": "The operation type.",
1438+
"enum": [
1439+
"OPERATIONTYPE_UNSPECIFIED",
1440+
"CREATE_FUNCTION",
1441+
"UPDATE_FUNCTION",
1442+
"DELETE_FUNCTION",
1443+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1444+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1445+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1446+
"ABORT_FUNCTION_UPGRADE",
1447+
"COMMIT_FUNCTION_UPGRADE"
1448+
],
1449+
"enumDescriptions": [
1450+
"Unspecified",
1451+
"CreateFunction",
1452+
"UpdateFunction",
1453+
"DeleteFunction",
1454+
"RedirectFunctionUpgradeTraffic",
1455+
"RollbackFunctionUpgradeTraffic",
1456+
"SetupFunctionUpgradeConfig",
1457+
"AbortFunctionUpgrade",
1458+
"CommitFunctionUpgrade"
1459+
],
1460+
"type": "string"
1461+
},
13841462
"requestResource": {
13851463
"additionalProperties": {
13861464
"description": "Properties of the object. Contains field @type with type URL.",

‎googleapiclient/discovery_cache/documents/cloudfunctions.v2.json

+79-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20231130",
574+
"revision": "20231207",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -1013,6 +1013,32 @@
10131013
"format": "google-datetime",
10141014
"type": "string"
10151015
},
1016+
"operationType": {
1017+
"description": "The operation type.",
1018+
"enum": [
1019+
"OPERATIONTYPE_UNSPECIFIED",
1020+
"CREATE_FUNCTION",
1021+
"UPDATE_FUNCTION",
1022+
"DELETE_FUNCTION",
1023+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1024+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1025+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1026+
"ABORT_FUNCTION_UPGRADE",
1027+
"COMMIT_FUNCTION_UPGRADE"
1028+
],
1029+
"enumDescriptions": [
1030+
"Unspecified",
1031+
"CreateFunction",
1032+
"UpdateFunction",
1033+
"DeleteFunction",
1034+
"RedirectFunctionUpgradeTraffic",
1035+
"RollbackFunctionUpgradeTraffic",
1036+
"SetupFunctionUpgradeConfig",
1037+
"AbortFunctionUpgrade",
1038+
"CommitFunctionUpgrade"
1039+
],
1040+
"type": "string"
1041+
},
10161042
"requestResource": {
10171043
"additionalProperties": {
10181044
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1188,6 +1214,32 @@
11881214
"format": "google-datetime",
11891215
"type": "string"
11901216
},
1217+
"operationType": {
1218+
"description": "The operation type.",
1219+
"enum": [
1220+
"OPERATIONTYPE_UNSPECIFIED",
1221+
"CREATE_FUNCTION",
1222+
"UPDATE_FUNCTION",
1223+
"DELETE_FUNCTION",
1224+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1225+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1226+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1227+
"ABORT_FUNCTION_UPGRADE",
1228+
"COMMIT_FUNCTION_UPGRADE"
1229+
],
1230+
"enumDescriptions": [
1231+
"Unspecified",
1232+
"CreateFunction",
1233+
"UpdateFunction",
1234+
"DeleteFunction",
1235+
"RedirectFunctionUpgradeTraffic",
1236+
"RollbackFunctionUpgradeTraffic",
1237+
"SetupFunctionUpgradeConfig",
1238+
"AbortFunctionUpgrade",
1239+
"CommitFunctionUpgrade"
1240+
],
1241+
"type": "string"
1242+
},
11911243
"requestResource": {
11921244
"additionalProperties": {
11931245
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1363,6 +1415,32 @@
13631415
"format": "google-datetime",
13641416
"type": "string"
13651417
},
1418+
"operationType": {
1419+
"description": "The operation type.",
1420+
"enum": [
1421+
"OPERATIONTYPE_UNSPECIFIED",
1422+
"CREATE_FUNCTION",
1423+
"UPDATE_FUNCTION",
1424+
"DELETE_FUNCTION",
1425+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1426+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1427+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1428+
"ABORT_FUNCTION_UPGRADE",
1429+
"COMMIT_FUNCTION_UPGRADE"
1430+
],
1431+
"enumDescriptions": [
1432+
"Unspecified",
1433+
"CreateFunction",
1434+
"UpdateFunction",
1435+
"DeleteFunction",
1436+
"RedirectFunctionUpgradeTraffic",
1437+
"RollbackFunctionUpgradeTraffic",
1438+
"SetupFunctionUpgradeConfig",
1439+
"AbortFunctionUpgrade",
1440+
"CommitFunctionUpgrade"
1441+
],
1442+
"type": "string"
1443+
},
13661444
"requestResource": {
13671445
"additionalProperties": {
13681446
"description": "Properties of the object. Contains field @type with type URL.",

‎googleapiclient/discovery_cache/documents/cloudfunctions.v2alpha.json

+79-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20231130",
574+
"revision": "20231207",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -1013,6 +1013,32 @@
10131013
"format": "google-datetime",
10141014
"type": "string"
10151015
},
1016+
"operationType": {
1017+
"description": "The operation type.",
1018+
"enum": [
1019+
"OPERATIONTYPE_UNSPECIFIED",
1020+
"CREATE_FUNCTION",
1021+
"UPDATE_FUNCTION",
1022+
"DELETE_FUNCTION",
1023+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1024+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1025+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1026+
"ABORT_FUNCTION_UPGRADE",
1027+
"COMMIT_FUNCTION_UPGRADE"
1028+
],
1029+
"enumDescriptions": [
1030+
"Unspecified",
1031+
"CreateFunction",
1032+
"UpdateFunction",
1033+
"DeleteFunction",
1034+
"RedirectFunctionUpgradeTraffic",
1035+
"RollbackFunctionUpgradeTraffic",
1036+
"SetupFunctionUpgradeConfig",
1037+
"AbortFunctionUpgrade",
1038+
"CommitFunctionUpgrade"
1039+
],
1040+
"type": "string"
1041+
},
10161042
"requestResource": {
10171043
"additionalProperties": {
10181044
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1188,6 +1214,32 @@
11881214
"format": "google-datetime",
11891215
"type": "string"
11901216
},
1217+
"operationType": {
1218+
"description": "The operation type.",
1219+
"enum": [
1220+
"OPERATIONTYPE_UNSPECIFIED",
1221+
"CREATE_FUNCTION",
1222+
"UPDATE_FUNCTION",
1223+
"DELETE_FUNCTION",
1224+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1225+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1226+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1227+
"ABORT_FUNCTION_UPGRADE",
1228+
"COMMIT_FUNCTION_UPGRADE"
1229+
],
1230+
"enumDescriptions": [
1231+
"Unspecified",
1232+
"CreateFunction",
1233+
"UpdateFunction",
1234+
"DeleteFunction",
1235+
"RedirectFunctionUpgradeTraffic",
1236+
"RollbackFunctionUpgradeTraffic",
1237+
"SetupFunctionUpgradeConfig",
1238+
"AbortFunctionUpgrade",
1239+
"CommitFunctionUpgrade"
1240+
],
1241+
"type": "string"
1242+
},
11911243
"requestResource": {
11921244
"additionalProperties": {
11931245
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1363,6 +1415,32 @@
13631415
"format": "google-datetime",
13641416
"type": "string"
13651417
},
1418+
"operationType": {
1419+
"description": "The operation type.",
1420+
"enum": [
1421+
"OPERATIONTYPE_UNSPECIFIED",
1422+
"CREATE_FUNCTION",
1423+
"UPDATE_FUNCTION",
1424+
"DELETE_FUNCTION",
1425+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1426+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1427+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1428+
"ABORT_FUNCTION_UPGRADE",
1429+
"COMMIT_FUNCTION_UPGRADE"
1430+
],
1431+
"enumDescriptions": [
1432+
"Unspecified",
1433+
"CreateFunction",
1434+
"UpdateFunction",
1435+
"DeleteFunction",
1436+
"RedirectFunctionUpgradeTraffic",
1437+
"RollbackFunctionUpgradeTraffic",
1438+
"SetupFunctionUpgradeConfig",
1439+
"AbortFunctionUpgrade",
1440+
"CommitFunctionUpgrade"
1441+
],
1442+
"type": "string"
1443+
},
13661444
"requestResource": {
13671445
"additionalProperties": {
13681446
"description": "Properties of the object. Contains field @type with type URL.",

‎googleapiclient/discovery_cache/documents/cloudfunctions.v2beta.json

+79-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
}
572572
}
573573
},
574-
"revision": "20231130",
574+
"revision": "20231207",
575575
"rootUrl": "https://cloudfunctions.googleapis.com/",
576576
"schemas": {
577577
"AuditConfig": {
@@ -1013,6 +1013,32 @@
10131013
"format": "google-datetime",
10141014
"type": "string"
10151015
},
1016+
"operationType": {
1017+
"description": "The operation type.",
1018+
"enum": [
1019+
"OPERATIONTYPE_UNSPECIFIED",
1020+
"CREATE_FUNCTION",
1021+
"UPDATE_FUNCTION",
1022+
"DELETE_FUNCTION",
1023+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1024+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1025+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1026+
"ABORT_FUNCTION_UPGRADE",
1027+
"COMMIT_FUNCTION_UPGRADE"
1028+
],
1029+
"enumDescriptions": [
1030+
"Unspecified",
1031+
"CreateFunction",
1032+
"UpdateFunction",
1033+
"DeleteFunction",
1034+
"RedirectFunctionUpgradeTraffic",
1035+
"RollbackFunctionUpgradeTraffic",
1036+
"SetupFunctionUpgradeConfig",
1037+
"AbortFunctionUpgrade",
1038+
"CommitFunctionUpgrade"
1039+
],
1040+
"type": "string"
1041+
},
10161042
"requestResource": {
10171043
"additionalProperties": {
10181044
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1188,6 +1214,32 @@
11881214
"format": "google-datetime",
11891215
"type": "string"
11901216
},
1217+
"operationType": {
1218+
"description": "The operation type.",
1219+
"enum": [
1220+
"OPERATIONTYPE_UNSPECIFIED",
1221+
"CREATE_FUNCTION",
1222+
"UPDATE_FUNCTION",
1223+
"DELETE_FUNCTION",
1224+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1225+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1226+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1227+
"ABORT_FUNCTION_UPGRADE",
1228+
"COMMIT_FUNCTION_UPGRADE"
1229+
],
1230+
"enumDescriptions": [
1231+
"Unspecified",
1232+
"CreateFunction",
1233+
"UpdateFunction",
1234+
"DeleteFunction",
1235+
"RedirectFunctionUpgradeTraffic",
1236+
"RollbackFunctionUpgradeTraffic",
1237+
"SetupFunctionUpgradeConfig",
1238+
"AbortFunctionUpgrade",
1239+
"CommitFunctionUpgrade"
1240+
],
1241+
"type": "string"
1242+
},
11911243
"requestResource": {
11921244
"additionalProperties": {
11931245
"description": "Properties of the object. Contains field @type with type URL.",
@@ -1363,6 +1415,32 @@
13631415
"format": "google-datetime",
13641416
"type": "string"
13651417
},
1418+
"operationType": {
1419+
"description": "The operation type.",
1420+
"enum": [
1421+
"OPERATIONTYPE_UNSPECIFIED",
1422+
"CREATE_FUNCTION",
1423+
"UPDATE_FUNCTION",
1424+
"DELETE_FUNCTION",
1425+
"REDIRECT_FUNCTION_UPGRADE_TRAFFIC",
1426+
"ROLLBACK_FUNCTION_UPGRADE_TRAFFIC",
1427+
"SETUP_FUNCTION_UPGRADE_CONFIG",
1428+
"ABORT_FUNCTION_UPGRADE",
1429+
"COMMIT_FUNCTION_UPGRADE"
1430+
],
1431+
"enumDescriptions": [
1432+
"Unspecified",
1433+
"CreateFunction",
1434+
"UpdateFunction",
1435+
"DeleteFunction",
1436+
"RedirectFunctionUpgradeTraffic",
1437+
"RollbackFunctionUpgradeTraffic",
1438+
"SetupFunctionUpgradeConfig",
1439+
"AbortFunctionUpgrade",
1440+
"CommitFunctionUpgrade"
1441+
],
1442+
"type": "string"
1443+
},
13661444
"requestResource": {
13671445
"additionalProperties": {
13681446
"description": "Properties of the object. Contains field @type with type URL.",

0 commit comments

Comments
 (0)
Please sign in to comment.