Skip to content

Commit

Permalink
feat(gkemulticloud): start generating apiv1 (googleapis#6036)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored May 16, 2022
1 parent a7a1cc2 commit dc2b168
Show file tree
Hide file tree
Showing 16 changed files with 4,673 additions and 0 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"gkebackup": "0.0.0",
"gkeconnect": "0.3.0",
"gkehub": "0.5.0",
"gkemulticloud": "0.0.0",
"grafeas": "0.2.0",
"gsuiteaddons": "1.2.0",
"iam": "0.3.0",
Expand Down
1 change: 1 addition & 0 deletions gkemulticloud/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
44 changes: 44 additions & 0 deletions gkemulticloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Anthos Multi-Cloud API

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

Go Client Library for Anthos Multi-Cloud API.

## Install

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

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

0 comments on commit dc2b168

Please sign in to comment.