Skip to content

Commit 3820d9d

Browse files
authored
fix(geminidataanalytics)!: generate and default to v1 (#17007)
Adds `v1` to existing `google-cloud-geminidataanalytics` client and switches `default_version` to `v1`. Towards b/510217868
1 parent e5ed472 commit 3820d9d

85 files changed

Lines changed: 50973 additions & 52 deletions

File tree

Some content is hidden

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

.librarian/state.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,7 @@ libraries:
28122812
service_config: geminidataanalytics_v1beta.yaml
28132813
- path: google/cloud/geminidataanalytics/v1alpha
28142814
service_config: geminidataanalytics_v1alpha.yaml
2815+
- path: google/cloud/geminidataanalytics/v1
28152816
source_roots:
28162817
- packages/google-cloud-geminidataanalytics
28172818
preserve_regex:

librarian.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,10 +1153,11 @@ libraries:
11531153
- name: google-cloud-geminidataanalytics
11541154
version: 0.12.0
11551155
apis:
1156+
- path: google/cloud/geminidataanalytics/v1
11561157
- path: google/cloud/geminidataanalytics/v1beta
11571158
- path: google/cloud/geminidataanalytics/v1alpha
11581159
python:
1159-
default_version: v1alpha
1160+
default_version: v1
11601161
- name: google-cloud-gke-backup
11611162
version: 0.8.0
11621163
apis:

packages/google-cloud-geminidataanalytics/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"api_description": "Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.",
2+
"api_description": "The Gemini Data Analytics API enables developers to build intelligent data\nanalytics applications. Leverage AI-powered chat interfaces to allow users\nto interact with and analyze structured data using natural language.",
33
"api_id": "geminidataanalytics.googleapis.com",
44
"api_shortname": "geminidataanalytics",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/google-cloud-geminidataanalytics/latest",
6-
"default_version": "v1alpha",
6+
"default_version": "v1",
77
"distribution_name": "google-cloud-geminidataanalytics",
88
"issue_tracker": "https://issuetracker.google.com/issues/new?component=1604598\u0026template=2061286",
99
"language": "python",

packages/google-cloud-geminidataanalytics/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Python Client for Data Analytics API with Gemini
33

44
|preview| |pypi| |versions|
55

6-
`Data Analytics API with Gemini`_: Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.
6+
`Data Analytics API with Gemini`_: The Gemini Data Analytics API enables developers to build intelligent data
7+
analytics applications. Leverage AI-powered chat interfaces to allow users
8+
to interact with and analyze structured data using natural language.
79

810
- `Client Library Documentation`_
911
- `Product Documentation`_

packages/google-cloud-geminidataanalytics/docs/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Python Client for Data Analytics API with Gemini
33

44
|preview| |pypi| |versions|
55

6-
`Data Analytics API with Gemini`_: Developers can use the Conversational Analytics API, accessed through geminidataanalytics.googleapis.com, to build an artificial intelligence (AI)-powered chat interface, or data agent, that answers questions about structured data in BigQuery, Looker, and Looker Studio using natural language.
6+
`Data Analytics API with Gemini`_: The Gemini Data Analytics API enables developers to build intelligent data
7+
analytics applications. Leverage AI-powered chat interfaces to allow users
8+
to interact with and analyze structured data using natural language.
79

810
- `Client Library Documentation`_
911
- `Product Documentation`_
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
DataAgentService
2+
----------------------------------
3+
4+
.. automodule:: google.cloud.geminidataanalytics_v1.services.data_agent_service
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.geminidataanalytics_v1.services.data_agent_service.pagers
9+
:members:
10+
:inherited-members:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
DataChatService
2+
---------------------------------
3+
4+
.. automodule:: google.cloud.geminidataanalytics_v1.services.data_chat_service
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.geminidataanalytics_v1.services.data_chat_service.pagers
9+
:members:
10+
:inherited-members:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Services for Google Cloud Geminidataanalytics v1 API
2+
====================================================
3+
.. toctree::
4+
:maxdepth: 2
5+
6+
data_agent_service
7+
data_chat_service
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Types for Google Cloud Geminidataanalytics v1 API
2+
=================================================
3+
4+
.. automodule:: google.cloud.geminidataanalytics_v1.types
5+
:members:
6+
:show-inheritance:

packages/google-cloud-geminidataanalytics/docs/index.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
.. include:: multiprocessing.rst
44

55
This package includes clients for multiple versions of Data Analytics API with Gemini.
6-
By default, you will get version ``geminidataanalytics_v1alpha``.
6+
By default, you will get version ``geminidataanalytics_v1``.
77

88

9+
API Reference
10+
-------------
11+
.. toctree::
12+
:maxdepth: 2
13+
14+
geminidataanalytics_v1/services_
15+
geminidataanalytics_v1/types_
16+
917
API Reference
1018
-------------
1119
.. toctree::

0 commit comments

Comments
 (0)