Skip to content

Commit 4be4995

Browse files
feat: [GeminiDataAnalytics] add ClarificationMessage, thought-signature, formatted-data (#8891)
* feat: add ClarificationMessage, thought-signature, formatted-data docs: A comment for enum value THOUGHT in enum TextType is changed PiperOrigin-RevId: 863524449 Source-Link: googleapis/googleapis@c0fcb35 Source-Link: googleapis/googleapis-gen@e29e2bd Copy-Tag: eyJwIjoiR2VtaW5pRGF0YUFuYWx5dGljcy8uT3dsQm90LnlhbWwiLCJoIjoiZTI5ZTJiZDFmYmE1ZDhiMjNhNjZmODFjN2FkYjYzMTY2NTM0MjA5MyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e18020b commit 4be4995

13 files changed

Lines changed: 526 additions & 1 deletion

File tree

794 Bytes
Binary file not shown.

GeminiDataAnalytics/samples/V1beta/DataAgentServiceClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

GeminiDataAnalytics/src/V1beta/ClarificationMessage.php

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GeminiDataAnalytics/src/V1beta/ClarificationQuestion.php

Lines changed: 173 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GeminiDataAnalytics/src/V1beta/ClarificationQuestion/ClarificationQuestionType.php

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GeminiDataAnalytics/src/V1beta/ClarificationQuestion/SelectionMode.php

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)