Skip to content

Commit aeadcc4

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
docs: update quickstart sample in README (#148)
1 parent b47a5af commit aeadcc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/google-cloud-asset/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ npm install @google-cloud/asset
6868

6969
const request = {
7070
parent: projectResource,
71-
assetNames: assetNames,
71+
assetNames: assetNames.split(','),
7272
contentType: 'RESOURCE',
7373
readTimeWindow: {
7474
startTime: {

packages/google-cloud-asset/synth.metadata

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-05-10T11:55:39.589987Z",
2+
"updateTime": "2019-05-14T11:07:52.148324Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16-
"internalRef": "247530843"
15+
"sha": "ffa256646fb15c4a6c720f0ed8f984a0ea513416",
16+
"internalRef": "248066377"
1717
}
1818
},
1919
{
@@ -46,4 +46,4 @@
4646
}
4747
}
4848
]
49-
}
49+
}

0 commit comments

Comments
 (0)