Skip to content

Commit

Permalink
feat(beyondcorp/appconnections): start generating apiv1 (#6325)
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Jul 12, 2022
1 parent 49f9549 commit f29db2f
Show file tree
Hide file tree
Showing 18 changed files with 2,576 additions and 6 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"automl": "1.4.0",
"baremetalsolution": "0.2.0",
"batch": "0.1.0",
"beyondcorp": "0.0.0",
"billing": "1.2.0",
"binaryauthorization": "1.0.0",
"certificatemanager": "0.2.0",
Expand Down
1 change: 1 addition & 0 deletions beyondcorp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changes
44 changes: 44 additions & 0 deletions beyondcorp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# BeyondCorp API

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

Go Client Library for BeyondCorp API.

## Install

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

## 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.
1,135 changes: 1,135 additions & 0 deletions beyondcorp/appconnections/apiv1/app_connections_client.go

Large diffs are not rendered by default.

Loading

0 comments on commit f29db2f

Please sign in to comment.