Skip to content

Commit

Permalink
docs: update jsdoc comments (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 11, 2019
1 parent 0e267f5 commit 55bb837
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,8 @@ message InputConfig {
// not work for AsyncBatchAnnotateFiles requests.
bytes content = 3;

// The type of the file. Currently only "application/pdf" and "image/tiff"
// are supported. Wildcards are not supported.
// The type of the file. Currently only "application/pdf", "image/tiff" and
// "image/gif" are supported. Wildcards are not supported.
string mime_type = 2;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1247,8 +1247,8 @@ const AsyncBatchAnnotateFilesResponse = {
* not work for AsyncBatchAnnotateFiles requests.
*
* @property {string} mimeType
* The type of the file. Currently only "application/pdf" and "image/tiff"
* are supported. Wildcards are not supported.
* The type of the file. Currently only "application/pdf", "image/tiff" and
* "image/gif" are supported. Wildcards are not supported.
*
* @typedef InputConfig
* @memberof google.cloud.vision.v1
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-vision/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-10T12:19:50.450734Z",
"updateTime": "2019-05-11T11:27:59.720471Z",
"sources": [
{
"generator": {
Expand All @@ -12,8 +12,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
"internalRef": "247530843"
"sha": "32b08107fa1710f46287c17d5bb2016e443ed3ba",
"internalRef": "247684466"
}
},
{
Expand Down

0 comments on commit 55bb837

Please sign in to comment.