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.IamPolicyAnalysisQuery.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent aed26d8 commit d5c6b27
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 @@ -570,7 +570,7 @@
}
}
},
"revision": "20201106",
"revision": "20201115",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -1602,7 +1602,7 @@
"type": "object"
},
"IamPolicyAnalysisQuery": {
"description": "IAM policy analysis query message.",
"description": "## LINT.IfChange Keep in sync with ## logs/proto/cloud_asset_inventory/iam_policy_analyzer_log.proto IAM policy analysis query message.",
"id": "IamPolicyAnalysisQuery",
"properties": {
"accessSelector": {
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 @@ -847,7 +847,7 @@ export namespace cloudasset_v1 {
gcsDestination?: Schema$GoogleCloudAssetV1GcsDestination;
}
/**
* IAM policy analysis query message.
* ## LINT.IfChange Keep in sync with ## logs/proto/cloud_asset_inventory/iam_policy_analyzer_log.proto IAM policy analysis query message.
*/
export interface Schema$IamPolicyAnalysisQuery {
/**
Expand Down

0 comments on commit d5c6b27

Please sign in to comment.