Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"got": "6.7.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7"
"@google-cloud/nodejs-repo-tools": "1.4.13"
},
"cloud-repo-tools": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/cloudsql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prompt": "1.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1"
},
"cloud-repo-tools": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"express": "4.15.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7"
"@google-cloud/nodejs-repo-tools": "1.4.13"
},
"cloud-repo-tools": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"safe-buffer": "5.0.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1"
},
"cloud-repo-tools": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/errorreporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"winston": "2.3.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion appengine/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"express": "4.15.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7"
"@google-cloud/nodejs-repo-tools": "1.4.13"
},
"cloud-repo-tools": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion appengine/mailjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node-mailjet": "1.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7"
"@google-cloud/nodejs-repo-tools": "1.4.13"
},
"cloud-repo-tools": {
"test": {
Expand Down
18 changes: 7 additions & 11 deletions bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# BigQuery Node.js Samples
# Google BigQuery Node.js Samples

[![Build](https://storage.googleapis.com/cloud-docs-samples-badges/GoogleCloudPlatform/nodejs-docs-samples/nodejs-docs-samples-bigquery.svg)]()

[BigQuery](https://cloud.google.com/bigquery/docs) is Google&#x27;s fully managed, petabyte scale, low cost analytics data warehouse.
[BigQuery](https://cloud.google.com/bigquery/docs) is Google&#x27;s fully managed, petabyte scale, low cost analytics data warehouse. BigQuery is NoOps—there is no infrastructure to manage and you don&#x27;t need a database administrator—so you can focus on analyzing data to find meaningful insights, use familiar SQL, and take advantage of our pay-as-you-go model.

## Table of Contents

Expand All @@ -20,11 +20,11 @@
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1. Install dependencies:

With `npm`:
With **npm**:

npm install

With `yarn`:
With **yarn**:

yarn install

Expand All @@ -35,7 +35,6 @@

### Datasets


View the [documentation][datasets_0_docs] or the [source code][datasets_0_code].

__Usage:__ `node datasets.js --help`
Expand Down Expand Up @@ -66,7 +65,6 @@ For more information, see https://cloud.google.com/bigquery/docs

### Tables


View the [documentation][tables_1_docs] or the [source code][tables_1_code].

__Usage:__ `node tables.js --help`
Expand Down Expand Up @@ -119,7 +117,6 @@ For more information, see https://cloud.google.com/bigquery/docs

### Queries


View the [documentation][queries_2_docs] or the [source code][queries_2_code].

__Usage:__ `node queries.js --help`
Expand Down Expand Up @@ -150,15 +147,14 @@ For more information, see https://cloud.google.com/bigquery/docs

## Running the tests

1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
variables.
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.

1. Run the tests:

With `npm`:
With **npm**:

npm test

With `yarn`:
With **yarn**:

yarn test
2 changes: 1 addition & 1 deletion bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion computeengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sendgrid": "5.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11"
},
Expand Down
2 changes: 1 addition & 1 deletion containerengine/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7"
"@google-cloud/nodejs-repo-tools": "1.4.13"
},
"cloud-repo-tools": {
"test": {
Expand Down
18 changes: 7 additions & 11 deletions datastore/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# Datastore Node.js Samples
# Google Cloud Datastore Node.js Samples

[![Build](https://storage.googleapis.com/cloud-docs-samples-badges/GoogleCloudPlatform/nodejs-docs-samples/nodejs-docs-samples-datastore.svg)]()

[Cloud Datastore](https://cloud.google.com/datastore/docs) is a NoSQL document database built for automatic scaling, high performance, and ease of application development.
[Cloud Datastore](https://cloud.google.com/datastore/docs) is a NoSQL document database built for automatic scaling, high performance, and ease of application development. While the Cloud Datastore interface has many of the same features as traditional databases, as a NoSQL database it differs from them in the way it describes relationships between data objects.

## Table of Contents

Expand All @@ -20,11 +20,11 @@
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1. Install dependencies:

With `npm`:
With **npm**:

npm install

With `yarn`:
With **yarn**:

yarn install

Expand All @@ -35,7 +35,6 @@

### Tasks


View the [documentation][tasks_0_docs] or the [source code][tasks_0_code].

__Usage:__ `node tasks.js --help`
Expand Down Expand Up @@ -64,13 +63,11 @@ For more information, see https://cloud.google.com/datastore/docs

### Concepts


View the [documentation][concepts_1_docs] or the [source code][concepts_1_code].[concepts_1_docs]: https://cloud.google.com/datastore/docs/concepts/entities
[concepts_1_code]: concepts.js

### Errors and Error Handling


View the [documentation][error_2_docs] or the [source code][error_2_code].

__Usage:__ `node error.js`
Expand All @@ -79,15 +76,14 @@ __Usage:__ `node error.js`

## Running the tests

1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
variables.
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.

1. Run the tests:

With `npm`:
With **npm**:

npm test

With `yarn`:
With **yarn**:

yarn test
2 changes: 1 addition & 1 deletion datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"express": "4.15.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7"
"@google-cloud/nodejs-repo-tools": "1.4.13"
},
"cloud-repo-tools": {
"test": {
Expand Down
2 changes: 1 addition & 1 deletion dlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1"
},
"cloud-repo-tools": {
Expand Down
26 changes: 11 additions & 15 deletions dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

# Google Cloud DNS Node.js Samples

Publish your domain names using Google's infrastructure for production-quality,
high-volume DNS services. Google's global network of anycast name servers
provide reliable, low-latency authoritative name lookups for your domains from
anywhere in the world. Read more about [Google Cloud DNS][dns_docs].
[![Build](https://storage.googleapis.com/cloud-docs-samples-badges/GoogleCloudPlatform/nodejs-docs-samples/nodejs-docs-samples-dns.svg)]()

[dns_docs]: https://cloud.google.com/dns/docs
[Cloud DNS](https://cloud.google.com/dns/docs/) allows you to publish your domain names using Google&#x27;s infrastructure for production-quality, high-volume DNS services. Google&#x27;s global network of anycast name servers provide reliable, low-latency authoritative name lookups for your domains from anywhere in the world.

## Table of Contents

Expand All @@ -21,11 +18,11 @@ anywhere in the world. Read more about [Google Cloud DNS][dns_docs].
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1. Install dependencies:

With `npm`:
With **npm**:

npm install

With `yarn`:
With **yarn**:

yarn install

Expand All @@ -36,9 +33,9 @@ anywhere in the world. Read more about [Google Cloud DNS][dns_docs].

### Zones

View the [documentation][zones_docs] or the [source code][zones_code].
View the [documentation][zones_0_docs] or the [source code][zones_0_code].

__Usage:__ `node zones --help`
__Usage:__ `node zones.js --help`

```
Commands:
Expand All @@ -53,20 +50,19 @@ Examples:
For more information, see https://cloud.google.com/dns/docs
```

[zones_docs]: https://cloud.google.com/dns/docs
[zones_code]: zones.js
[zones_0_docs]: https://cloud.google.com/dns/docs
[zones_0_code]: zones.js

## Running the tests

1. Set the `GCLOUD_PROJECT` and `GOOGLE_APPLICATION_CREDENTIALS` environment
variables.
1. Set the **GCLOUD_PROJECT** and **GOOGLE_APPLICATION_CREDENTIALS** environment variables.

1. Run the tests:

With `npm`:
With **npm**:

npm test

With `yarn`:
With **yarn**:

yarn test
14 changes: 12 additions & 2 deletions dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,23 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true
"requiresProjectId": true,
"product": "dns",
"samples": [
{
"id": "zones",
"name": "Zones",
"file": "zones.js",
"docs_link": "https://cloud.google.com/dns/docs",
"usage": "node zones.js --help"
}
]
}
}
2 changes: 1 addition & 1 deletion endpoints/getting-started-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"yargs": "7.1.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1"
},
"cloud-repo-tools": {
Expand Down
2 changes: 1 addition & 1 deletion endpoints/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"safe-buffer": "5.0.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"request-promise": "4.2.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@google-cloud/datastore": "1.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"request": "2.81.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.7",
"@google-cloud/nodejs-repo-tools": "1.4.13",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
Expand Down
Loading