Skip to content

Commit

Permalink
feat(alloydb): start generating apiv1, apiv1beta, apiv1alpha (#7503)
Browse files Browse the repository at this point in the history
* feat(alloydb): start generating apiv1
* feat(alloydb): start generating apiv1beta
* feat(alloydb): start generating apiv1alpha
  • Loading branch information
quartzmo committed Mar 1, 2023
1 parent ac9d660 commit 25e8426
Show file tree
Hide file tree
Showing 31 changed files with 49,584 additions and 1 deletion.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"accesscontextmanager": "1.6.0",
"advisorynotifications": "0.0.0",
"aiplatform": "1.35.0",
"alloydb": "0.0.0",
"analytics": "0.17.0",
"apigateway": "1.5.0",
"apigeeconnect": "1.5.0",
Expand Down
1 change: 1 addition & 0 deletions alloydb/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
44 changes: 44 additions & 0 deletions alloydb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# AlloyDB API

[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/alloydb.svg)](https://pkg.go.dev/cloud.google.com/go/alloydb)

Go Client Library for AlloyDB API.

## Install

```bash
go get cloud.google.com/go/alloydb
```

## 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.

0 comments on commit 25e8426

Please sign in to comment.