Skip to content

Commit d8343dd

Browse files
authored
feat(certificatemanager): start generating apiv1 (#5727)
1 parent 7c8e2cd commit d8343dd

12 files changed

Lines changed: 3750 additions & 0 deletions

File tree

certificatemanager/CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changes
2+
3+
## v0.1.0
4+
5+
- feat(certificatemanager): start generating clients

certificatemanager/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Certificate Manager API
2+
3+
[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/certificatemanager.svg)](https://pkg.go.dev/cloud.google.com/go/certificatemanager)
4+
5+
Go Client Library for Certificate Manager API.
6+
7+
## Install
8+
9+
```bash
10+
go get cloud.google.com/go/certificatemanager
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+
## Go Version Support
23+
24+
See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
25+
section in the root directory's README.
26+
27+
## Authorization
28+
29+
See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
30+
section in the root directory's README.
31+
32+
## Contributing
33+
34+
Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
35+
document for details.
36+
37+
Please note that this project is released with a Contributor Code of Conduct.
38+
By participating in this project you agree to abide by its terms. See
39+
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
40+
for more information.

0 commit comments

Comments
 (0)