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
Binary file modified GeminiDataAnalytics/metadata/V1Beta/Context.php
Binary file not shown.
Binary file modified GeminiDataAnalytics/metadata/V1Beta/DataAgentService.php
Binary file not shown.
Binary file modified GeminiDataAnalytics/metadata/V1Beta/Datasource.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
use Google\Cloud\GeminiDataAnalytics\V1beta\Message;

/**
* Answers a data question by generating a stream of [Message]s.
* Answers a data question by generating a stream of
* [Message][google.cloud.geminidataanalytics.v1alpha.Message] objects.
*
* @param string $parent The parent value for chat request.
* Pattern: `projects/{project}/locations/{location}`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use Google\Cloud\GeminiDataAnalytics\V1beta\GetConversationRequest;

/**
* Gets details of a single conversation using conversation id and parent.
* Gets details of a single conversation by using conversation id and parent.
*
* @param string $formattedName Name of the resource.
* Format:
Expand Down
60 changes: 36 additions & 24 deletions GeminiDataAnalytics/src/V1beta/BigQueryJob.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 52 additions & 8 deletions GeminiDataAnalytics/src/V1beta/BigQueryTableReference.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions GeminiDataAnalytics/src/V1beta/ChatRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

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

/**
* Answers a data question by generating a stream of [Message]s.
* Answers a data question by generating a stream of
* [Message][google.cloud.geminidataanalytics.v1alpha.Message] objects.
*
* @example samples/V1beta/DataChatServiceClient/chat.php
*
Expand Down Expand Up @@ -360,7 +361,7 @@ public function createConversation(CreateConversationRequest $request, array $ca
}

/**
* Gets details of a single conversation using conversation id and parent.
* Gets details of a single conversation by using conversation id and parent.
*
* The async variant is {@see DataChatServiceClient::getConversationAsync()} .
*
Expand Down
Loading
Loading