Skip to content

Commit 8b140fa

Browse files
authored
feat(apikeys): start generating apiv2 (#6524)
1 parent 81a43d7 commit 8b140fa

16 files changed

+2162
-3
lines changed

.release-please-manifest-submodules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"apigateway": "1.2.0",
77
"apigeeconnect": "1.2.0",
88
"apigeeregistry": "0.1.0",
9+
"apikeys": "0.0.0",
910
"appengine": "1.3.0",
1011
"area120": "0.4.0",
1112
"artifactregistry": "1.4.0",

apikeys/CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changes

apikeys/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# API Keys API
2+
3+
[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/apikeys.svg)](https://pkg.go.dev/cloud.google.com/go/apikeys)
4+
5+
Go Client Library for API Keys API.
6+
7+
## Install
8+
9+
```bash
10+
go get cloud.google.com/go/apikeys
11+
```
12+
13+
## Stability
14+
15+
The stability of this module is indicated by SemVer.
16+
17+
However, a `v1+` module may have breaking changes in two scenarios:
18+
19+
* Packages with `alpha` or `beta` in the import path
20+
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
21+
22+
## Google Cloud Samples
23+
24+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).
25+
26+
## Go Version Support
27+
28+
See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
29+
section in the root directory's README.
30+
31+
## Authorization
32+
33+
See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
34+
section in the root directory's README.
35+
36+
## Contributing
37+
38+
Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
39+
document for details.
40+
41+
Please note that this project is released with a Contributor Code of Conduct.
42+
By participating in this project you agree to abide by its terms. See
43+
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
44+
for more information.

0 commit comments

Comments
 (0)