1
1
/*
2
- * Copyright 2016 Google Inc. All rights reserved.
2
+ * Copyright 2017, Google Inc. All rights reserved.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
- * http://www.apache.org/licenses/LICENSE-2.0
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -35,7 +35,7 @@ var SERVICE_ADDRESS = 'vision.googleapis.com';
35
35
36
36
var DEFAULT_SERVICE_PORT = 443 ;
37
37
38
- var CODE_GEN_NAME_VERSION = 'gapic/0.1.0 ' ;
38
+ var CODE_GEN_NAME_VERSION = 'gapic/0.7.1 ' ;
39
39
40
40
/**
41
41
* The scopes needed to make gRPC calls to all of the methods defined in
@@ -109,9 +109,10 @@ function ImageAnnotatorClient(gaxGrpc, grpcClients, opts) {
109
109
} ) ;
110
110
}
111
111
112
+
112
113
/**
113
114
* Get the project ID used by this class.
114
- * @aram {function(Error, string)} callback - the callback to be called with
115
+ * @param {function(Error, string) } callback - the callback to be called with
115
116
* the current project Id.
116
117
*/
117
118
ImageAnnotatorClient . prototype . getProjectId = function ( callback ) {
@@ -196,4 +197,4 @@ function ImageAnnotatorClientBuilder(gaxGrpc) {
196
197
}
197
198
module . exports = ImageAnnotatorClientBuilder ;
198
199
module . exports . SERVICE_ADDRESS = SERVICE_ADDRESS ;
199
- module . exports . ALL_SCOPES = ALL_SCOPES ;
200
+ module . exports . ALL_SCOPES = ALL_SCOPES ;
0 commit comments