Skip to content

Commit b72841d

Browse files
feat(cloudsupport): update the api
#### cloudsupport:v2 The following keys were deleted: - schemas.WorkflowOperationMetadata (Total Keys: 5) #### cloudsupport:v2beta The following keys were deleted: - schemas.WorkflowOperationMetadata (Total Keys: 5)
1 parent fe4da5a commit b72841d

File tree

2 files changed

+2
-84
lines changed

2 files changed

+2
-84
lines changed

googleapiclient/discovery_cache/documents/cloudsupport.v2.json

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20250602",
555+
"revision": "20250609",
556556
"rootUrl": "https://cloudsupport.googleapis.com/",
557557
"schemas": {
558558
"Actor": {
@@ -1348,47 +1348,6 @@
13481348
}
13491349
},
13501350
"type": "object"
1351-
},
1352-
"WorkflowOperationMetadata": {
1353-
"description": "Metadata about the operation. Used to lookup the current status.",
1354-
"id": "WorkflowOperationMetadata",
1355-
"properties": {
1356-
"namespace": {
1357-
"description": "The namespace that the job was scheduled in. Must be included in the workflow metadata so the workflow status can be retrieved.",
1358-
"type": "string"
1359-
},
1360-
"operationAction": {
1361-
"description": "The type of action the operation is classified as.",
1362-
"enum": [
1363-
"OPERATION_ACTION_UNSPECIFIED",
1364-
"CREATE_SUPPORT_ACCOUNT",
1365-
"UPDATE_SUPPORT_ACCOUNT",
1366-
"PURCHASE_SUPPORT_ACCOUNT"
1367-
],
1368-
"enumDescriptions": [
1369-
"Operation action is not specified.",
1370-
"Operation pertains to the creation of a new support account.",
1371-
"Operation pertains to the updating of an existing support account.",
1372-
"Operation pertains to the purchasing of a support plan that may either create or update a support account."
1373-
],
1374-
"type": "string"
1375-
},
1376-
"workflowOperationType": {
1377-
"description": "Which version of the workflow service this operation came from.",
1378-
"enum": [
1379-
"UNKNOWN_OPERATION_TYPE",
1380-
"WORKFLOWS_V1",
1381-
"WORKFLOWS_V2"
1382-
],
1383-
"enumDescriptions": [
1384-
"Unknown version.",
1385-
"Version 1.",
1386-
"Version 2."
1387-
],
1388-
"type": "string"
1389-
}
1390-
},
1391-
"type": "object"
13921351
}
13931352
},
13941353
"servicePath": "",

googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json

Lines changed: 1 addition & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
}
620620
}
621621
},
622-
"revision": "20250602",
622+
"revision": "20250609",
623623
"rootUrl": "https://cloudsupport.googleapis.com/",
624624
"schemas": {
625625
"Actor": {
@@ -1570,47 +1570,6 @@
15701570
}
15711571
},
15721572
"type": "object"
1573-
},
1574-
"WorkflowOperationMetadata": {
1575-
"description": "Metadata about the operation. Used to lookup the current status.",
1576-
"id": "WorkflowOperationMetadata",
1577-
"properties": {
1578-
"namespace": {
1579-
"description": "The namespace that the job was scheduled in. Must be included in the workflow metadata so the workflow status can be retrieved.",
1580-
"type": "string"
1581-
},
1582-
"operationAction": {
1583-
"description": "The type of action the operation is classified as.",
1584-
"enum": [
1585-
"OPERATION_ACTION_UNSPECIFIED",
1586-
"CREATE_SUPPORT_ACCOUNT",
1587-
"UPDATE_SUPPORT_ACCOUNT",
1588-
"PURCHASE_SUPPORT_ACCOUNT"
1589-
],
1590-
"enumDescriptions": [
1591-
"Operation action is not specified.",
1592-
"Operation pertains to the creation of a new support account.",
1593-
"Operation pertains to the updating of an existing support account.",
1594-
"Operation pertains to the purchasing of a support plan that may either create or update a support account."
1595-
],
1596-
"type": "string"
1597-
},
1598-
"workflowOperationType": {
1599-
"description": "Which version of the workflow service this operation came from.",
1600-
"enum": [
1601-
"UNKNOWN_OPERATION_TYPE",
1602-
"WORKFLOWS_V1",
1603-
"WORKFLOWS_V2"
1604-
],
1605-
"enumDescriptions": [
1606-
"Unknown version.",
1607-
"Version 1.",
1608-
"Version 2."
1609-
],
1610-
"type": "string"
1611-
}
1612-
},
1613-
"type": "object"
16141573
}
16151574
},
16161575
"servicePath": "",

0 commit comments

Comments
 (0)