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 3820d9d

Browse filesBrowse 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
Copy full SHA for 3820d9d

85 files changed

+50,973-52Lines changed: 50973 additions & 52 deletions

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
+1Lines 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:
Collapse file

‎librarian.yaml‎

Copy file name to clipboardExpand all lines: librarian.yaml
+2-1Lines 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:
Collapse file

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

Copy file name to clipboardExpand all lines: packages/google-cloud-geminidataanalytics/.repo-metadata.json
+2-2Lines 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",
Collapse file

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

Copy file name to clipboardExpand all lines: packages/google-cloud-geminidataanalytics/README.rst
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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`_
Collapse file

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

Copy file name to clipboardExpand all lines: packages/google-cloud-geminidataanalytics/docs/README.rst
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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`_
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+
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:
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+
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:
Collapse file
+7Lines changed: 7 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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
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 Geminidataanalytics v1 API
2+
=================================================
3+
4+
.. automodule:: google.cloud.geminidataanalytics_v1.types
5+
:members:
6+
:show-inheritance:
Collapse file

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

Copy file name to clipboardExpand all lines: packages/google-cloud-geminidataanalytics/docs/index.rst
+9-1Lines changed: 9 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.