Skip to content

Commit 50ee998

Browse files
feat: [GeminiDataAnalytics] An existing service ContextRetrievalService is removed (#8533)
feat: A new field `example_queries` is added to message `.google.cloud.geminidataanalytics.v1alpha.Context` feat: A new message `ExampleQuery` is added feat: A new enum `DataFilterType` is added feat: A new field `schema` is added to message `.google.cloud.geminidataanalytics.v1alpha.BigQueryTableReference` feat: A new field `description` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` feat: A new field `synonyms` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` feat: A new field `tags` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` feat: A new field `filters` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` feat: A new field `synonyms` is added to message `.google.cloud.geminidataanalytics.v1alpha.Field` feat: A new field `tags` is added to message `.google.cloud.geminidataanalytics.v1alpha.Field` feat: A new field `value_format` is added to message `.google.cloud.geminidataanalytics.v1alpha.Field` feat: A new message `DataFilter` is added docs: many comment updates PiperOrigin-RevId: 797852600 Source-Link: googleapis/googleapis@7c4d9e7 Source-Link: googleapis/googleapis-gen@84da5bb Copy-Tag: eyJwIjoiR2VtaW5pRGF0YUFuYWx5dGljcy8uT3dsQm90LnlhbWwiLCJoIjoiODRkYTViYmJhOWQxZDU3ZmEzNTkzOTA3MDVlMDgwMGU4NDE4ODhkNiJ9
1 parent 4f7aaa5 commit 50ee998

30 files changed

Lines changed: 944 additions & 208 deletions
176 Bytes
Binary file not shown.
22 Bytes
Binary file not shown.
481 Bytes
Binary file not shown.

GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/chat.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
use Google\Cloud\GeminiDataAnalytics\V1beta\Message;
3131

3232
/**
33-
* Answers a data question by generating a stream of [Message]s.
33+
* Answers a data question by generating a stream of
34+
* [Message][google.cloud.geminidataanalytics.v1alpha.Message] objects.
3435
*
3536
* @param string $parent The parent value for chat request.
3637
* Pattern: `projects/{project}/locations/{location}`

GeminiDataAnalytics/samples/V1beta/DataChatServiceClient/get_conversation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use Google\Cloud\GeminiDataAnalytics\V1beta\GetConversationRequest;
3030

3131
/**
32-
* Gets details of a single conversation using conversation id and parent.
32+
* Gets details of a single conversation by using conversation id and parent.
3333
*
3434
* @param string $formattedName Name of the resource.
3535
* Format:

GeminiDataAnalytics/src/V1beta/BigQueryJob.php

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

GeminiDataAnalytics/src/V1beta/BigQueryTableReference.php

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

GeminiDataAnalytics/src/V1beta/ChatRequest.php

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

GeminiDataAnalytics/src/V1beta/Client/DataChatServiceClient.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
/**
5353
* Service Description: Service to ask a natural language question on top of BigQuery
54-
* and LookerStudio datasources to get back streamed responses of various kinds
54+
* and Looker Studio datasources to get back streamed responses of various kinds
5555
* to help provide a rich conversational answer.
5656
*
5757
* This class provides the ability to make remote calls to the backing service through method
@@ -307,7 +307,8 @@ public function __call($method, $args)
307307
}
308308

309309
/**
310-
* Answers a data question by generating a stream of [Message]s.
310+
* Answers a data question by generating a stream of
311+
* [Message][google.cloud.geminidataanalytics.v1alpha.Message] objects.
311312
*
312313
* @example samples/V1beta/DataChatServiceClient/chat.php
313314
*
@@ -360,7 +361,7 @@ public function createConversation(CreateConversationRequest $request, array $ca
360361
}
361362

362363
/**
363-
* Gets details of a single conversation using conversation id and parent.
364+
* Gets details of a single conversation by using conversation id and parent.
364365
*
365366
* The async variant is {@see DataChatServiceClient::getConversationAsync()} .
366367
*

0 commit comments

Comments
 (0)