Skip to content

Commit 4e0eede

Browse files
build: typo in gitattribute (#360)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/cc99acfa-05b8-434b-9500-2f6faf2eaa02/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@799d8e6
1 parent 8cfb9a6 commit 4e0eede

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.ts text eol=lf
2-
*.js test eol=lf
2+
*.js text eol=lf
33
protos/* linguist-generated

packages/google-cloud-asset/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ has instructions for running the samples.
9898
| Export Assets | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/exportAssets.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/exportAssets.js,samples/README.md) |
9999
| Get Batch Asset History | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/getBatchAssetHistory.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/getBatchAssetHistory.js,samples/README.md) |
100100
| Get Feed | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/getFeed.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/getFeed.js,samples/README.md) |
101+
| List Assets | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/listAssets.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/listAssets.js,samples/README.md) |
101102
| List Feeds | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/listFeeds.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/listFeeds.js,samples/README.md) |
102103
| Asset History Quickstart | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
103104
| Search All Iam Policies | [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/searchAllIamPolicies.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/searchAllIamPolicies.js,samples/README.md) |

packages/google-cloud-asset/samples/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* [Export Assets](#export-assets)
1818
* [Get Batch Asset History](#get-batch-asset-history)
1919
* [Get Feed](#get-feed)
20+
* [List Assets](#list-assets)
2021
* [List Feeds](#list-feeds)
2122
* [Asset History Quickstart](#asset-history-quickstart)
2223
* [Search All Iam Policies](#search-all-iam-policies)
@@ -133,6 +134,25 @@ __Usage:__
133134

134135

135136

137+
### List Assets
138+
139+
List assets under the current project.
140+
141+
View the [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/listAssets.js).
142+
143+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/listAssets.js,samples/README.md)
144+
145+
__Usage:__
146+
147+
148+
`node listAssets <ASSET_TYPES>`
149+
150+
151+
-----
152+
153+
154+
155+
136156
### List Feeds
137157

138158
List Feeds.

packages/google-cloud-asset/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/nodejs-asset.git",
7-
"sha": "1c34573510622fa114248f4f1682d910ef738905"
6+
"remote": "https://github.com/googleapis/nodejs-asset.git",
7+
"sha": "1f4cef8af558cc000aec52c4e92afc1774141c53"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "303271797a360f8a439203413f13a160f2f5b3b4"
22+
"sha": "799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)