-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(maps/addressvalidation): start generating apiv1 (#7012)
- Loading branch information
Showing
22 changed files
with
3,839 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Google Maps Platform APIs | ||
|
||
[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/maps.svg)](https://pkg.go.dev/cloud.google.com/go/maps) | ||
|
||
Go Client Library for Google Maps Platform APIs. | ||
|
||
## Install | ||
|
||
```bash | ||
go get cloud.google.com/go/maps | ||
``` | ||
|
||
## Stability | ||
|
||
The stability of this module is indicated by SemVer. | ||
|
||
However, a `v1+` module may have breaking changes in two scenarios: | ||
|
||
* Packages with `alpha` or `beta` in the import path | ||
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature). | ||
|
||
## Google Cloud Samples | ||
|
||
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go). | ||
|
||
## Go Version Support | ||
|
||
See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported) | ||
section in the root directory's README. | ||
|
||
## Authorization | ||
|
||
See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization) | ||
section in the root directory's README. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md) | ||
document for details. | ||
|
||
Please note that this project is released with a Contributor Code of Conduct. | ||
By participating in this project you agree to abide by its terms. See | ||
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct) | ||
for more information. |
258 changes: 258 additions & 0 deletions
258
maps/addressvalidation/apiv1/address_validation_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.