File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,24 @@ var Instance = require('./instance.js');
5353 *
5454 * @example
5555 * //-
56+ * // <h3>The Bigtable Emulator</h3>
57+ * //
58+ * // Make sure you have the
59+ * // [gcloud SDK installed](https://cloud.google.com/sdk/downloads), then run:
60+ * //
61+ * // <pre>
62+ * // $ gcloud beta emulators bigtable start
63+ * // </pre>
64+ * //
65+ * // Before running your Node.js app, set the environment variables that this
66+ * // library will look for to connect to the emulator:
67+ * //
68+ * // <pre>
69+ * // $ $(gcloud beta emulators bigtable env-init)
70+ * // </pre>
71+ * //-
72+ *
73+ * //-
5674 * // <h3>Creating a Compute Instance</h3>
5775 * //
5876 * // Before you create your table, you first need to create a Compute Instance
You can’t perform that action at this time.
0 commit comments