Skip to content

Commit 8f604ff

Browse files
authored
feat(gkerecommender): add new clients (#13238)
PiperOrigin-RevId: 805881130
1 parent 58632a7 commit 8f604ff

File tree

27 files changed

+5417
-0
lines changed

27 files changed

+5417
-0
lines changed

.librarian/state.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,6 +2384,29 @@ libraries:
23842384
release_exclude_paths:
23852385
- internal/generated/snippets/gkemulticloud/
23862386
tag_format: '{id}/v{version}'
2387+
- id: gkerecommender
2388+
version: 0.0.0
2389+
last_generated_commit: c288189b43c016dd3cf1ec73ce3cadee8b732f07
2390+
apis:
2391+
- path: google/cloud/gkerecommender/v1
2392+
service_config: gkerecommender_v1.yaml
2393+
source_roots:
2394+
- gkerecommender
2395+
- internal/generated/
2396+
- internal/generated/snippets/gkerecommender
2397+
preserve_regex: []
2398+
remove_regex:
2399+
- ^internal/generated/snippets/gkerecommender/
2400+
- ^apiv1/[^/]*_client\.go$
2401+
- ^apiv1/[^/]*_client_example_go123_test\.go$
2402+
- ^apiv1/[^/]*_client_example_test\.go$
2403+
- ^apiv1/auxiliary\.go$
2404+
- ^apiv1/auxiliary_go123\.go$
2405+
- ^apiv1/doc\.go$
2406+
- ^apiv1/gapic_metadata\.json$
2407+
- ^apiv1/helpers\.go$
2408+
- ^apiv1/gkerecommenderpb/.*$
2409+
tag_format: '{id}/v{version}'
23872410
- id: grafeas
23882411
version: 0.3.17
23892412
last_generated_commit: 4591295cdf3e25890919115dde0e546c94046e2c

gkerecommender/CHANGES.md

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

gkerecommender/README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# GKE Recommender API
2+
3+
[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/gkerecommender.svg)](https://pkg.go.dev/cloud.google.com/go/gkerecommender)
4+
5+
Go Client Library for GKE Recommender API.
6+
7+
## Install
8+
9+
```bash
10+
go get cloud.google.com/go/gkerecommender
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+
### Which package to use?
23+
24+
Generated client library surfaces can be found in packages who's import path
25+
ends in `.../apivXXX`. The `XXX` could be something like `1` or `2` in the case
26+
of a stable service backend or may be like `1beta2` or `2beta` in the case of a
27+
more experimental service backend. Because of this fact, a given module can have
28+
multiple clients for different service backends. In these cases it is generally
29+
recommend to use clients with stable service backends, with import suffixes like
30+
`apiv1`, unless you need to use features that are only present in a beta backend
31+
or there is not yet a stable backend available.
32+
33+
## Google Cloud Samples
34+
35+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).
36+
37+
## Go Version Support
38+
39+
See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
40+
section in the root directory's README.
41+
42+
## Authorization
43+
44+
See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
45+
section in the root directory's README.
46+
47+
## Contributing
48+
49+
Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
50+
document for details.
51+
52+
Please note that this project is released with a Contributor Code of Conduct.
53+
By participating in this project you agree to abide by its terms. See
54+
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
55+
for more information.

gkerecommender/apiv1/auxiliary.go

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

gkerecommender/apiv1/auxiliary_go123.go

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

gkerecommender/apiv1/doc.go

Lines changed: 85 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)