Skip to content

Commit

Permalink
docs: update jsdoc license/samples-README (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Dec 26, 2019
1 parent a940493 commit c590072
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 25 deletions.
29 changes: 14 additions & 15 deletions packages/google-cloud-dataproc/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
/*!
* Copyright 2018 Google LLC. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//

'use strict';

Expand Down
35 changes: 25 additions & 10 deletions packages/google-cloud-dataproc/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,57 @@

* [Before you begin](#before-you-begin)
* [Samples](#samples)
* [Quickstart](#quickstart)
* [Create Cluster](#create-cluster)
* [Quickstart](#quickstart)

## Before you begin

Before running the samples, make sure you've followed the steps outlined in
[Using the client library](https://github.com/googleapis/nodejs-dataproc#using-the-client-library).

`cd samples`

`npm install`

`cd ..`

## Samples



### Quickstart
### Create Cluster

View the [source code](https://github.com/googleapis/nodejs-dataproc/blob/master/samples/quickstart.js).
View the [source code](https://github.com/googleapis/nodejs-dataproc/blob/master/samples/createCluster.js).

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

__Usage:__


`node quickstart.js`
`node samples/createCluster.js`


### Create Cluster
-----

View the [source code](https://github.com/googleapis/nodejs-dataproc/blob/master/samples/createCluster.js).

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


### Quickstart

View the [source code](https://github.com/googleapis/nodejs-dataproc/blob/master/samples/quickstart.js).

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

__Usage:__


`node createCluster.js`
`node samples/quickstart.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-dataproc&page=editor&open_in_editor=samples/README.md
[product-docs]: https://cloud.google.com/dataproc
[product-docs]: https://cloud.google.com/dataproc

0 comments on commit c590072

Please sign in to comment.