Skip to content

Commit 8882faa

Browse files
authored
feat: update google-cloud-locationfinder API (#8583)
1 parent f94b428 commit 8882faa

11 files changed

Lines changed: 3404 additions & 2111 deletions

File tree

packages/google-cloud-locationfinder/.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
includePattern: '\\.js$'
4141
},
4242
templates: {
43-
copyright: 'Copyright 2025 Google LLC',
43+
copyright: 'Copyright 2026 Google LLC',
4444
includeDate: false,
4545
sourceFiles: false,
4646
systemName: '@google-cloud/locationfinder',

packages/google-cloud-locationfinder/.nycrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
],
2222
"exclude-after-remap": false,
2323
"all": true
24-
}
24+
}
Lines changed: 22 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
2-
[//]: # "To regenerate it, use `python -m synthtool`."
2+
[//]: # "The comments you see below are used to generate those parts of the template in later states."
33
<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"/>
44

5-
# [Cloud Location Finder API: Node.js Client](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-locationfinder)
6-
7-
[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
8-
[![npm version](https://img.shields.io/npm/v/@google-cloud/locationfinder.svg)](https://www.npmjs.org/package/@google-cloud/locationfinder)
9-
5+
# [Cloud Location Finder API: Nodejs Client][homepage]
106

7+
This library is considered to be in **preview**. This means it is still a
8+
work-in-progress and under active development. Any release is subject to
9+
backwards-incompatible changes at any time.
1110

11+
[![npm version](https://img.shields.io/npm/v/@google-cloud/locationfinder.svg)](https://www.npmjs.org/package/@google-cloud/locationfinder)
1212

1313
Cloud Location Finder API client for Node.js
1414

15+
[//]: # "partials.introduction"
1516

1617
A comprehensive list of changes in each version may be found in
17-
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-locationfinder/CHANGELOG.md).
18+
[the CHANGELOG][homepage_changelog].
1819

19-
* [Cloud Location Finder API Node.js Client API Reference][client-docs]
20-
* [Cloud Location Finder API Documentation][product-docs]
21-
* [github.com/googleapis/google-cloud-node/packages/google-cloud-locationfinder](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-locationfinder)
20+
* [Cloud Location Finder API Nodejs Client API Reference](https://cloud.google.com/nodejs/docs/reference/locationfinder/latest)
21+
* [Cloud Location Finder API Documentation](https://cloud.google.com/location-finder/docs/overview)
2222

2323
Read more about the client libraries for Cloud APIs, including the older
2424
Google APIs Client Libraries, in [Client Libraries Explained][explained].
@@ -27,50 +27,41 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
2727

2828
**Table of contents:**
2929

30-
3130
* [Quickstart](#quickstart)
3231
* [Before you begin](#before-you-begin)
3332
* [Installing the client library](#installing-the-client-library)
3433

35-
* [Samples](#samples)
3634
* [Versioning](#versioning)
3735
* [Contributing](#contributing)
3836
* [License](#license)
3937

4038
## Quickstart
41-
4239
### Before you begin
4340

4441
1. [Select or create a Cloud Platform project][projects].
4542
1. [Enable billing for your project][billing].
4643
1. [Enable the Cloud Location Finder API API][enable_api].
4744
1. [Set up authentication][auth] so you can access the
4845
API from your local workstation.
49-
5046
### Installing the client library
5147

5248
```bash
5349
npm install @google-cloud/locationfinder
5450
```
5551

56-
57-
52+
[//]: # "partials.body"
5853

5954
## Samples
6055

61-
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-locationfinder/samples) directory. Each sample's `README.md` has instructions for running its sample.
62-
63-
| Sample | Source Code | Try it |
64-
| --------------------------- | --------------------------------- | ------ |
65-
| Cloud_location_finder.get_cloud_location | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.get_cloud_location.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.get_cloud_location.js,packages/google-cloud-locationfinder/samples/README.md) |
66-
| Cloud_location_finder.list_cloud_locations | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.list_cloud_locations.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.list_cloud_locations.js,packages/google-cloud-locationfinder/samples/README.md) |
67-
| Cloud_location_finder.search_cloud_locations | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.search_cloud_locations.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.search_cloud_locations.js,packages/google-cloud-locationfinder/samples/README.md) |
56+
Samples are in the [`samples/`][homepage_samples] directory. Each sample's `README.md` has instructions for running its sample.
6857

58+
| Sample | Source Code |
59+
| --------------------------- | --------------------------------- |
60+
| get cloud location | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.get_cloud_location.js) |
61+
| list cloud locations | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.list_cloud_locations.js) |
62+
| search cloud locations | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples/generated/v1/cloud_location_finder.search_cloud_locations.js) |
6963

7064

71-
The [Cloud Location Finder API Node.js Client API Reference][client-docs] documentation
72-
also contains samples.
73-
7465
## Supported Node.js Versions
7566

7667
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
@@ -96,17 +87,6 @@ for versions compatible with Node.js 8.
9687

9788
This library follows [Semantic Versioning](http://semver.org/).
9889

99-
100-
101-
102-
103-
104-
105-
This library is considered to be in **preview**. This means it is still a
106-
work-in-progress and under active development. Any release is subject to
107-
backwards-incompatible changes at any time.
108-
109-
11090
More Information: [Google Cloud Platform Launch Stages][launch_stages]
11191

11292
[launch_stages]: https://cloud.google.com/terms/launch-stages
@@ -115,22 +95,21 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
11595

11696
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).
11797

118-
Please note that this `README.md`, the `samples/README.md`,
98+
Please note that this `README.md`
11999
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
120-
are generated from a central template. To edit one of these files, make an edit
121-
to its templates in
122-
[directory](https://github.com/googleapis/synthtool).
100+
are generated from a central template.
123101

124102
## License
125103

126104
Apache Version 2.0
127105

128106
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
129107

130-
[client-docs]: https://cloud.google.com/nodejs/docs/reference/locationfinder/latest
131-
[product-docs]: https://cloud.google.com/location-finder/docs/overview
132108
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
133109
[projects]: https://console.cloud.google.com/project
134110
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
135111
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=cloudlocationfinder.googleapis.com
136112
[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local
113+
[homepage_samples]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/samples
114+
[homepage_changelog]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder/CHANGELOG.md
115+
[homepage]: https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-locationfinder

0 commit comments

Comments
 (0)