Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Do not show sample for Google API Client library #76

Merged
merged 1 commit into from
May 3, 2018
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
7 changes: 0 additions & 7 deletions .cloud-repo-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
"file": "vms.js",
"docs_link": "https://cloud.google.com/compute/docs",
"description": "Get a list of virtual machine instances and log the first result.\n\n"
},
{
"id": "vms_api",
"name": "Use Google Auth and list Virtual Machines",
"file": "vms_api.js",
"docs_link": "https://cloud.google.com/compute/docs",
"description": "After explicit authentication, get a list of virtual machine instances and log the first result.\n\n"
}
]
}
1 change: 0 additions & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CRoed <[email protected]>
Dave Gramlich <[email protected]>
Eric Uldall <[email protected]>
F. Hinkelmann <[email protected]>
Franziska Hinkelmann <[email protected]>

This comment was marked as spam.

This comment was marked as spam.

Jason Dobry <[email protected]>
Jason Dobry <[email protected]>
Kevin Leung <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ has instructions for running the samples.
| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| List Virtual Machines | [source code](https://github.com/googleapis/nodejs-compute/blob/master/samples/vms.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-compute&page=editor&open_in_editor=samples/vms.js,samples/README.md) |
| Use Google Auth and list Virtual Machines | [source code](https://github.com/googleapis/nodejs-compute/blob/master/samples/vms_api.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-compute&page=editor&open_in_editor=samples/vms_api.js,samples/README.md) |

The [Compute Engine Node.js Client API Reference][client-docs] documentation
also contains samples.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"Dave Gramlich <[email protected]>",
"Eric Uldall <[email protected]>",
"F. Hinkelmann <[email protected]>",
"Franziska Hinkelmann <[email protected]>",
"Jason Dobry <[email protected]>",
"Jason Dobry <[email protected]>",
"Kevin Leung <[email protected]>",
Expand Down
12 changes: 0 additions & 12 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* [Before you begin](#before-you-begin)
* [Samples](#samples)
* [List Virtual Machines](#list-virtual-machines)
* [Use Google Auth and list Virtual Machines](#use-google-auth-and-list-virtual-machines)

## Before you begin

Expand All @@ -34,16 +33,5 @@ Get a list of virtual machine instances and log the first result.
[vms_0_docs]: https://cloud.google.com/compute/docs
[vms_0_code]: vms.js

### Use Google Auth and list Virtual Machines

View the [source code][vms_api_1_code].

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-compute&page=editor&open_in_editor=samples/vms_api.js,samples/README.md)

After explicit authentication, get a list of virtual machine instances and log the first result.

[vms_api_1_docs]: https://cloud.google.com/compute/docs
[vms_api_1_code]: vms_api.js

[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-compute&page=editor&open_in_editor=samples/README.md