Skip to content

Commit

Permalink
fix(cloudasset): update the API
Browse files Browse the repository at this point in the history
#### cloudasset:v1

The following keys were changed:
- schemas.ResourceSearchResult.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent 40f2c0d commit ed6c311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudasset-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20230128",
"revision": "20230204",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -3930,7 +3930,7 @@
"type": "object"
},
"ResourceSearchResult": {
"description": "A result of Resource Search, containing information of a cloud resource. Next ID: 31",
"description": "A result of Resource Search, containing information of a cloud resource. Next ID: 32",
"id": "ResourceSearchResult",
"properties": {
"additionalAttributes": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudasset/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ export namespace cloudasset_v1 {
version?: string | null;
}
/**
* A result of Resource Search, containing information of a cloud resource. Next ID: 31
* A result of Resource Search, containing information of a cloud resource. Next ID: 32
*/
export interface Schema$ResourceSearchResult {
/**
Expand Down

0 comments on commit ed6c311

Please sign in to comment.