Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -954,10 +954,12 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-ces
version: 0.0.0
last_generated_commit: dc505966accc82576fc1ebed3d7924fe9df4ab49
last_generated_commit: 69bf99a9d0910fa86c3c5867ea357aa004dfcc55
apis:
- path: google/cloud/ces/v1
service_config: ces_v1.yaml
- path: google/cloud/ces/v1beta
service_config: ces_v1beta.yaml
source_roots:
- packages/google-cloud-ces
preserve_regex:
Expand Down
10 changes: 10 additions & 0 deletions packages/google-cloud-ces/docs/ces_v1beta/agent_service.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
AgentService
------------------------------

.. automodule:: google.cloud.ces_v1beta.services.agent_service
:members:
:inherited-members:

.. automodule:: google.cloud.ces_v1beta.services.agent_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
EvaluationService
-----------------------------------

.. automodule:: google.cloud.ces_v1beta.services.evaluation_service
:members:
:inherited-members:

.. automodule:: google.cloud.ces_v1beta.services.evaluation_service.pagers
:members:
:inherited-members:
10 changes: 10 additions & 0 deletions packages/google-cloud-ces/docs/ces_v1beta/services_.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Services for Google Cloud Ces v1beta API
========================================
.. toctree::
:maxdepth: 2

agent_service
evaluation_service
session_service
tool_service
widget_service
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SessionService
--------------------------------

.. automodule:: google.cloud.ces_v1beta.services.session_service
:members:
:inherited-members:
6 changes: 6 additions & 0 deletions packages/google-cloud-ces/docs/ces_v1beta/tool_service.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ToolService
-----------------------------

.. automodule:: google.cloud.ces_v1beta.services.tool_service
:members:
:inherited-members:
6 changes: 6 additions & 0 deletions packages/google-cloud-ces/docs/ces_v1beta/types_.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Types for Google Cloud Ces v1beta API
=====================================

.. automodule:: google.cloud.ces_v1beta.types
:members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
WidgetService
-------------------------------

.. automodule:: google.cloud.ces_v1beta.services.widget_service
:members:
:inherited-members:
11 changes: 11 additions & 0 deletions packages/google-cloud-ces/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

.. include:: multiprocessing.rst

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


API Reference
-------------
Expand All @@ -11,6 +14,14 @@ API Reference
ces_v1/services_
ces_v1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

ces_v1beta/services_
ces_v1beta/types_
Comment on lines +17 to +23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This API Reference section is a duplicate. The v1beta entries should be added to the toctree under the first API Reference section on line 11 to keep the documentation organized and avoid redundancy.



Changelog
---------
Expand Down
Loading
Loading