Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e46a4d8

Browse filesBrowse files
chore: librarian onboard pull request: 20260225T101121Z (#15612)
PR created by the Librarian CLI to onboard a new Cloud Client Library. BEGIN_COMMIT feat: onboard a new library PiperOrigin-RevId: 874689837 Library-IDs: google-cloud-ces END_COMMIT Librarian Version: v0.8.3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c
1 parent 3b10cdf commit e46a4d8
Copy full SHA for e46a4d8

285 files changed

+204,944-1Lines changed: 204944 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.librarian/state.yaml‎

Copy file name to clipboardExpand all lines: .librarian/state.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,10 +954,12 @@ libraries:
954954
tag_format: '{id}-v{version}'
955955
- id: google-cloud-ces
956956
version: 0.0.0
957-
last_generated_commit: dc505966accc82576fc1ebed3d7924fe9df4ab49
957+
last_generated_commit: 69bf99a9d0910fa86c3c5867ea357aa004dfcc55
958958
apis:
959959
- path: google/cloud/ces/v1
960960
service_config: ces_v1.yaml
961+
- path: google/cloud/ces/v1beta
962+
service_config: ces_v1beta.yaml
961963
source_roots:
962964
- packages/google-cloud-ces
963965
preserve_regex:
Collapse file
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
AgentService
2+
------------------------------
3+
4+
.. automodule:: google.cloud.ces_v1beta.services.agent_service
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.ces_v1beta.services.agent_service.pagers
9+
:members:
10+
:inherited-members:
Collapse file
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
EvaluationService
2+
-----------------------------------
3+
4+
.. automodule:: google.cloud.ces_v1beta.services.evaluation_service
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.ces_v1beta.services.evaluation_service.pagers
9+
:members:
10+
:inherited-members:
Collapse file
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Services for Google Cloud Ces v1beta API
2+
========================================
3+
.. toctree::
4+
:maxdepth: 2
5+
6+
agent_service
7+
evaluation_service
8+
session_service
9+
tool_service
10+
widget_service
Collapse file
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SessionService
2+
--------------------------------
3+
4+
.. automodule:: google.cloud.ces_v1beta.services.session_service
5+
:members:
6+
:inherited-members:
Collapse file
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
ToolService
2+
-----------------------------
3+
4+
.. automodule:: google.cloud.ces_v1beta.services.tool_service
5+
:members:
6+
:inherited-members:
Collapse file
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Types for Google Cloud Ces v1beta API
2+
=====================================
3+
4+
.. automodule:: google.cloud.ces_v1beta.types
5+
:members:
6+
:show-inheritance:
Collapse file
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
WidgetService
2+
-------------------------------
3+
4+
.. automodule:: google.cloud.ces_v1beta.services.widget_service
5+
:members:
6+
:inherited-members:
Collapse file

‎packages/google-cloud-ces/docs/index.rst‎

Copy file name to clipboardExpand all lines: packages/google-cloud-ces/docs/index.rst
+11Lines changed: 11 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
.. include:: multiprocessing.rst
44

5+
This package includes clients for multiple versions of Gemini Enterprise for Customer Experience API.
6+
By default, you will get version ``ces_v1``.
7+
58

69
API Reference
710
-------------
@@ -11,6 +14,14 @@ API Reference
1114
ces_v1/services_
1215
ces_v1/types_
1316

17+
API Reference
18+
-------------
19+
.. toctree::
20+
:maxdepth: 2
21+
22+
ces_v1beta/services_
23+
ces_v1beta/types_
24+
1425

1526
Changelog
1627
---------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.