We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47a5af commit aeadcc4Copy full SHA for aeadcc4
packages/google-cloud-asset/README.md
@@ -68,7 +68,7 @@ npm install @google-cloud/asset
68
69
const request = {
70
parent: projectResource,
71
- assetNames: assetNames,
+ assetNames: assetNames.split(','),
72
contentType: 'RESOURCE',
73
readTimeWindow: {
74
startTime: {
packages/google-cloud-asset/synth.metadata
@@ -1,5 +1,5 @@
1
{
2
- "updateTime": "2019-05-10T11:55:39.589987Z",
+ "updateTime": "2019-05-14T11:07:52.148324Z",
3
"sources": [
4
5
"generator": {
@@ -12,8 +12,8 @@
12
"git": {
13
"name": "googleapis",
14
"remote": "https://github.com/googleapis/googleapis.git",
15
- "sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16
- "internalRef": "247530843"
+ "sha": "ffa256646fb15c4a6c720f0ed8f984a0ea513416",
+ "internalRef": "248066377"
17
}
18
},
19
@@ -46,4 +46,4 @@
46
47
48
]
49
-}
+}
0 commit comments