-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat(ces): add new clients #13889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
feat(ces): add new clients #13889
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Changes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| # Gemini Enterprise for Customer Experience API | ||
|
|
||
| [](https://pkg.go.dev/cloud.google.com/go/ces) | ||
|
|
||
| Go Client Library for Gemini Enterprise for Customer Experience API. | ||
|
|
||
| ## Install | ||
|
|
||
| ```bash | ||
| go get cloud.google.com/go/ces | ||
| ``` | ||
|
|
||
| ## 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). | ||
|
|
||
| ### Which package to use? | ||
|
|
||
| Generated client library surfaces can be found in packages whose import path | ||
| ends in `.../apivXXX`. The `XXX` could be something like `1` or `2` in the case | ||
| of a stable service backend or may be like `1beta2` or `2beta` in the case of a | ||
| more experimental service backend. Because of this fact, a given module can have | ||
| multiple clients for different service backends. In these cases it is generally | ||
| recommended to use clients with stable service backends, with import suffixes like | ||
| `apiv1`, unless you need to use features that are only present in a beta backend | ||
| or there is not yet a stable backend available. | ||
|
|
||
| ## 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "api_shortname": "ces", | ||
| "client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/ces/latest/apiv1beta", | ||
| "client_library_type": "generated", | ||
| "description": "Gemini Enterprise for Customer Experience API", | ||
| "distribution_name": "cloud.google.com/go/ces/apiv1beta", | ||
| "language": "go", | ||
| "library_type": "GAPIC_AUTO", | ||
| "release_level": "preview" | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.