Skip to content

Commit 19e08b1

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
docs: update return type in jsdoc for Buffers (#200)
1 parent ff9714c commit 19e08b1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/google-cloud-automl/src/v1beta1/doc/google/cloud/automl/v1beta1/doc_data_items.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* A representation of an image.
2020
* Only images up to 30MB in size are supported.
2121
*
22-
* @property {string} imageBytes
22+
* @property {Buffer} imageBytes
2323
* Image content represented as a stream of bytes.
2424
* Note: As with all `bytes` fields, protobuffers use a pure binary
2525
* representation, whereas JSON representations use base64.

packages/google-cloud-automl/src/v1beta1/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-automl/synth.metadata

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-06-11T11:08:55.702382Z",
2+
"updateTime": "2019-06-12T11:09:38.816612Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.24.0",
8-
"dockerImage": "googleapis/artman@sha256:ce425884865f57f18307e597bca1a74a3619b7098688d4995261f3ffb3488681"
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": "744feb9660b3194fcde37dea50038bde204f3573",
16-
"internalRef": "252553801"
15+
"sha": "f117dac435e96ebe58d85280a3faf2350c4d4219",
16+
"internalRef": "252714985"
1717
}
1818
},
1919
{

0 commit comments

Comments
 (0)