Skip to content

Commit 8b614c2

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
docs: update return type in jsdoc for Buffers (#268)
1 parent 39a0ff7 commit 8b614c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-monitoring/src/v3/doc/google/protobuf/doc_any.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
* Schemes other than `http`, `https` (or the empty scheme) might be
126126
* used with implementation specific semantics.
127127
*
128-
* @property {string} value
128+
* @property {Buffer} value
129129
* Must be a valid serialized protocol buffer of the above specified type.
130130
*
131131
* @typedef Any

packages/google-cloud-monitoring/synth.metadata

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-05T14:21:51.749900Z",
2+
"updateTime": "2019-06-12T11:19:44.886743Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.23.1",
8-
"dockerImage": "googleapis/artman@sha256:9d5cae1454da64ac3a87028f8ef486b04889e351c83bb95e83b8fab3959faed0"
7+
"version": "0.24.1",
8+
"dockerImage": "googleapis/artman@sha256:6018498e15310260dc9b03c9d576608908ed9fbabe42e1494ff3d827fea27b19"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "47c142a7cecc6efc9f6f8af804b8be55392b795b",
16-
"internalRef": "251635729"
15+
"sha": "f117dac435e96ebe58d85280a3faf2350c4d4219",
16+
"internalRef": "252714985"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)