Skip to content

Commit ce5114b

Browse files
muraliQlogicGautamSharda
authored andcommitted
documentation update for getTables (#311)
1 parent 328e610 commit ce5114b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

handwritten/bigtable/src/instance.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,8 @@ Please use the format 'my-instance' or '${
609609
* are 'name', 'schema' or 'full'. Default: 'name'.
610610
* @param {function} callback The callback function.
611611
* @param {?error} callback.err An error returned while making this request.
612-
* @param {Table[]} callback.tables List of all Tables.
612+
* @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.
613614
* @param {object} callback.apiResponse The full API response.
614615
*
615616
* @example <caption>include:samples/document-snippets/instance.js</caption>

0 commit comments

Comments
 (0)