Skip to content

Commit a269dca

Browse files
feat(all): auto-regenerate discovery clients (#3233)
1 parent 16277b7 commit a269dca

18 files changed

+1671
-730
lines changed

cloudasset/v1/cloudasset-api.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20250627",
1098+
"revision": "20250711",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -1323,6 +1323,13 @@
13231323
},
13241324
"type": "array"
13251325
},
1326+
"assetExceptions": {
1327+
"description": "The exceptions of a resource.",
1328+
"items": {
1329+
"$ref": "AssetException"
1330+
},
1331+
"type": "array"
1332+
},
13261333
"assetType": {
13271334
"description": "The type of the asset. Example: `compute.googleapis.com/Disk` See [Supported asset types](https://cloud.google.com/asset-inventory/docs/supported-asset-types) for more information.",
13281335
"type": "string"
@@ -1382,6 +1389,29 @@
13821389
},
13831390
"type": "object"
13841391
},
1392+
"AssetException": {
1393+
"description": "An exception of an asset.",
1394+
"id": "AssetException",
1395+
"properties": {
1396+
"details": {
1397+
"description": "The details of the exception.",
1398+
"type": "string"
1399+
},
1400+
"exceptionType": {
1401+
"description": "The type of exception.",
1402+
"enum": [
1403+
"EXCEPTION_TYPE_UNSPECIFIED",
1404+
"TRUNCATION"
1405+
],
1406+
"enumDescriptions": [
1407+
"exception_type is not applicable for the current asset.",
1408+
"The asset content is truncated."
1409+
],
1410+
"type": "string"
1411+
}
1412+
},
1413+
"type": "object"
1414+
},
13851415
"AttachedResource": {
13861416
"description": "Attached resource representation, which is defined by the corresponding service provider. It represents an attached resource's payload.",
13871417
"id": "AttachedResource",

cloudasset/v1/cloudasset-gen.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)