Skip to content

Commit f29db2f

Browse files
authored
feat(beyondcorp/appconnections): start generating apiv1 (#6325)
1 parent 49f9549 commit f29db2f

18 files changed

Lines changed: 2576 additions & 6 deletions

.release-please-manifest-submodules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"automl": "1.4.0",
1414
"baremetalsolution": "0.2.0",
1515
"batch": "0.1.0",
16+
"beyondcorp": "0.0.0",
1617
"billing": "1.2.0",
1718
"binaryauthorization": "1.0.0",
1819
"certificatemanager": "0.2.0",

beyondcorp/CHANGES.md

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

beyondcorp/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# BeyondCorp API
2+
3+
[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/beyondcorp.svg)](https://pkg.go.dev/cloud.google.com/go/beyondcorp)
4+
5+
Go Client Library for BeyondCorp API.
6+
7+
## Install
8+
9+
```bash
10+
go get cloud.google.com/go/beyondcorp
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.

beyondcorp/appconnections/apiv1/app_connections_client.go

Lines changed: 1135 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)