From 4e0eede96c22c4c03bb369b4ecb909d5db542c95 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 10 Jul 2020 15:36:17 -0700 Subject: [PATCH] build: typo in gitattribute (#360) This PR was generated using Autosynth. :rainbow: 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: https://github.com/googleapis/synthtool/commit/799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b --- packages/google-cloud-asset/.gitattributes | 2 +- packages/google-cloud-asset/README.md | 1 + packages/google-cloud-asset/samples/README.md | 20 +++++++++++++++++++ packages/google-cloud-asset/synth.metadata | 6 +++--- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/packages/google-cloud-asset/.gitattributes b/packages/google-cloud-asset/.gitattributes index 2e63216ae9c..d4f4169b28b 100644 --- a/packages/google-cloud-asset/.gitattributes +++ b/packages/google-cloud-asset/.gitattributes @@ -1,3 +1,3 @@ *.ts text eol=lf -*.js test eol=lf +*.js text eol=lf protos/* linguist-generated diff --git a/packages/google-cloud-asset/README.md b/packages/google-cloud-asset/README.md index a075ff84e41..9fec6b6d170 100644 --- a/packages/google-cloud-asset/README.md +++ b/packages/google-cloud-asset/README.md @@ -98,6 +98,7 @@ has instructions for running the samples. | 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) | | 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) | | 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/packages/google-cloud-asset/samples/README.md b/packages/google-cloud-asset/samples/README.md index 03266aa3600..b883ab1c86b 100644 --- a/packages/google-cloud-asset/samples/README.md +++ b/packages/google-cloud-asset/samples/README.md @@ -17,6 +17,7 @@ * [Export Assets](#export-assets) * [Get Batch Asset History](#get-batch-asset-history) * [Get Feed](#get-feed) + * [List Assets](#list-assets) * [List Feeds](#list-feeds) * [Asset History Quickstart](#asset-history-quickstart) * [Search All Iam Policies](#search-all-iam-policies) @@ -133,6 +134,25 @@ __Usage:__ +### List Assets + +List assets under the current project. + +View the [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) + +__Usage:__ + + +`node listAssets ` + + +----- + + + + ### List Feeds List Feeds. diff --git a/packages/google-cloud-asset/synth.metadata b/packages/google-cloud-asset/synth.metadata index 730bc32aaab..355db4c9fe6 100644 --- a/packages/google-cloud-asset/synth.metadata +++ b/packages/google-cloud-asset/synth.metadata @@ -3,8 +3,8 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/nodejs-asset.git", - "sha": "1c34573510622fa114248f4f1682d910ef738905" + "remote": "https://github.com/googleapis/nodejs-asset.git", + "sha": "1f4cef8af558cc000aec52c4e92afc1774141c53" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "303271797a360f8a439203413f13a160f2f5b3b4" + "sha": "799d8e6522c1ef7cb55a70d9ea0b15e045c3d00b" } } ],