Skip to content

Commit 0cfcab3

Browse files
feat(servicecontrol): update the api
#### servicecontrol:v1 The following keys were added: - schemas.OrgPolicyViolationInfo.properties.payload.deprecated (Total Keys: 1) #### servicecontrol:v2 The following keys were added: - schemas.OrgPolicyViolationInfo.properties.payload.deprecated (Total Keys: 1)
1 parent d0199ea commit 0cfcab3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

googleapiclient/discovery_cache/documents/servicecontrol.v1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
}
199199
},
200-
"revision": "20240510",
200+
"revision": "20240524",
201201
"rootUrl": "https://servicecontrol.googleapis.com/",
202202
"schemas": {
203203
"AllocateInfo": {
@@ -1289,13 +1289,15 @@
12891289
"description": "Properties of the object.",
12901290
"type": "any"
12911291
},
1292+
"deprecated": true,
12921293
"description": "Optional. Resource payload that is currently in scope and is subjected to orgpolicy conditions. This payload may be the subset of the actual Resource that may come in the request. This payload should not contain any core content.",
12931294
"type": "object"
12941295
},
12951296
"resourceTags": {
12961297
"additionalProperties": {
12971298
"type": "string"
12981299
},
1300+
"deprecated": true,
12991301
"description": "Optional. Tags referenced on the resource at the time of evaluation. These also include the federated tags, if they are supplied in the CheckOrgPolicy or CheckCustomConstraints Requests. Optional field as of now. These tags are the Cloud tags that are available on the resource during the policy evaluation and will be available as part of the OrgPolicy check response for logging purposes.",
13001302
"type": "object"
13011303
},

googleapiclient/discovery_cache/documents/servicecontrol.v2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
}
170170
}
171171
},
172-
"revision": "20240510",
172+
"revision": "20240524",
173173
"rootUrl": "https://servicecontrol.googleapis.com/",
174174
"schemas": {
175175
"Api": {
@@ -529,13 +529,15 @@
529529
"description": "Properties of the object.",
530530
"type": "any"
531531
},
532+
"deprecated": true,
532533
"description": "Optional. Resource payload that is currently in scope and is subjected to orgpolicy conditions. This payload may be the subset of the actual Resource that may come in the request. This payload should not contain any core content.",
533534
"type": "object"
534535
},
535536
"resourceTags": {
536537
"additionalProperties": {
537538
"type": "string"
538539
},
540+
"deprecated": true,
539541
"description": "Optional. Tags referenced on the resource at the time of evaluation. These also include the federated tags, if they are supplied in the CheckOrgPolicy or CheckCustomConstraints Requests. Optional field as of now. These tags are the Cloud tags that are available on the resource during the policy evaluation and will be available as part of the OrgPolicy check response for logging purposes.",
540542
"type": "object"
541543
},

0 commit comments

Comments
 (0)