We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf370aa commit 99395f1Copy full SHA for 99395f1
1 file changed
handwritten/bigtable/src/instance.js
@@ -609,7 +609,8 @@ Please use the format 'my-instance' or '${
609
* are 'name', 'schema' or 'full'. Default: 'name'.
610
* @param {function} callback The callback function.
611
* @param {?error} callback.err An error returned while making this request.
612
- * @param {Table[]} callback.tables List of all Tables.
+ * @param {Table[]} callback.tables List of all Table objects.These objects contains
613
+ * only table name & id but is not a complete representation of a table.
614
* @param {object} callback.apiResponse The full API response.
615
*
616
* @example <caption>include:samples/document-snippets/instance.js</caption>
0 commit comments