Skip to content

Commit

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

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### cloudasset:v1p4beta1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### cloudasset:v1p5beta1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### cloudasset:v1p7beta1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### cloudasset:v1beta1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description

#### cloudasset:v1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description
- schemas.ResourceSearchResult.properties.parentFullResourceName.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 5, 2021
1 parent 4300adc commit 0f9d08c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions discovery/cloudasset-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -570,7 +570,7 @@
}
}
},
"revision": "20210312",
"revision": "20210326",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -2505,7 +2505,7 @@
"type": "string"
},
"parentFullResourceName": {
"description": "The full resource name of this resource's parent, if it has one.",
"description": "The full resource name of this resource's parent, if it has one. To search against the `parent_full_resource_name`: * use a field query. Example: `parentFullResourceName:\"project-name\"` * use a free text query. Example: `project-name`",
"type": "string"
},
"project": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudasset-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -411,7 +411,7 @@
}
}
},
"revision": "20210312",
"revision": "20210326",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AnalyzeIamPolicyLongrunningResponse": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudasset-v1p1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -207,7 +207,7 @@
}
}
},
"revision": "20210312",
"revision": "20210326",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AnalyzeIamPolicyLongrunningResponse": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudasset-v1p4beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -221,7 +221,7 @@
}
}
},
"revision": "20210312",
"revision": "20210326",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudasset-v1p5beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -177,7 +177,7 @@
}
}
},
"revision": "20210312",
"revision": "20210326",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AnalyzeIamPolicyLongrunningResponse": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudasset-v1p7beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
}
}
}
Expand Down Expand Up @@ -167,7 +167,7 @@
}
}
},
"revision": "20210312",
"revision": "20210326",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AnalyzeIamPolicyLongrunningResponse": {
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 @@ -1501,7 +1501,7 @@ export namespace cloudasset_v1 {
*/
parentAssetType?: string | null;
/**
* The full resource name of this resource's parent, if it has one.
* The full resource name of this resource's parent, if it has one. To search against the `parent_full_resource_name`: * use a field query. Example: `parentFullResourceName:"project-name"` * use a free text query. Example: `project-name`
*/
parentFullResourceName?: string | null;
/**
Expand Down

0 comments on commit 0f9d08c

Please sign in to comment.