Skip to content

Commit 6ddbda6

Browse files
authored
feat(ces): add new clients (#13889)
PiperOrigin-RevId: 874689837
1 parent 999231b commit 6ddbda6

File tree

191 files changed

+79444
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+79444
-0
lines changed

.librarian/state.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,29 @@ libraries:
13611361
release_exclude_paths:
13621362
- internal/generated/snippets/certificatemanager/
13631363
tag_format: '{id}/v{version}'
1364+
- id: ces
1365+
version: 0.0.0
1366+
last_generated_commit: 258563af0e9d6e7219de9afdffe74687d1eb7b83
1367+
apis:
1368+
- path: google/cloud/ces/v1beta
1369+
service_config: ces_v1beta.yaml
1370+
source_roots:
1371+
- ces
1372+
- internal/generated/snippets/ces
1373+
preserve_regex: []
1374+
remove_regex:
1375+
- ^internal/generated/snippets/ces/
1376+
- ^ces/apiv1beta/[^/]*_client\.go$
1377+
- ^ces/apiv1beta/[^/]*_client_example_go123_test\.go$
1378+
- ^ces/apiv1beta/[^/]*_client_example_test\.go$
1379+
- ^ces/apiv1beta/auxiliary\.go$
1380+
- ^ces/apiv1beta/auxiliary_go123\.go$
1381+
- ^ces/apiv1beta/doc\.go$
1382+
- ^ces/apiv1beta/gapic_metadata\.json$
1383+
- ^ces/apiv1beta/helpers\.go$
1384+
- ^ces/apiv1beta/\.repo-metadata\.json$
1385+
- ^ces/apiv1beta/cespb/.*$
1386+
tag_format: '{id}/v{version}'
13641387
- id: channel
13651388
version: 1.21.0
13661389
last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818

ces/CHANGES.md

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

ces/README.md

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

ces/apiv1beta/.repo-metadata.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"api_shortname": "ces",
3+
"client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/ces/latest/apiv1beta",
4+
"client_library_type": "generated",
5+
"description": "Gemini Enterprise for Customer Experience API",
6+
"distribution_name": "cloud.google.com/go/ces/apiv1beta",
7+
"language": "go",
8+
"library_type": "GAPIC_AUTO",
9+
"release_level": "preview"
10+
}

0 commit comments

Comments
 (0)