Skip to content

Commit e187595

Browse files
yoshi-automationquirogas
authored andcommitted
feat(cloudasset): update the API
#### cloudasset:v1 The following keys were added: - schemas.VersionedResource.properties.assetExceptions.description - schemas.VersionedResource.properties.assetExceptions.items.$ref - schemas.VersionedResource.properties.assetExceptions.type
1 parent 372faa7 commit e187595

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

discovery/cloudasset-v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20250711",
1098+
"revision": "20251102",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -4660,6 +4660,13 @@
46604660
"description": "Resource representation as defined by the corresponding service providing the resource for a given API version.",
46614661
"id": "VersionedResource",
46624662
"properties": {
4663+
"assetExceptions": {
4664+
"description": "The exceptions of a resource.",
4665+
"items": {
4666+
"$ref": "AssetException"
4667+
},
4668+
"type": "array"
4669+
},
46634670
"resource": {
46644671
"additionalProperties": {
46654672
"description": "Properties of the object.",

src/apis/cloudasset/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,6 +2712,10 @@ export namespace cloudasset_v1 {
27122712
* Resource representation as defined by the corresponding service providing the resource for a given API version.
27132713
*/
27142714
export interface Schema$VersionedResource {
2715+
/**
2716+
* The exceptions of a resource.
2717+
*/
2718+
assetExceptions?: Schema$AssetException[];
27152719
/**
27162720
* JSON representation of the resource as defined by the corresponding service providing this resource. Example: If the resource is an instance provided by Compute Engine, this field will contain the JSON representation of the instance as defined by Compute Engine: `https://cloud.google.com/compute/docs/reference/rest/v1/instances`. You can find the resource definition for each supported resource type in this table: `https://cloud.google.com/asset-inventory/docs/supported-asset-types`
27172721
*/

0 commit comments

Comments
 (0)