Classes
DataAgentServiceClient
Service describing handlers for resources.
DataAgentServiceConnection
The DataAgentServiceConnection object for DataAgentServiceClient.
DataAgentServiceConnectionIdempotencyPolicy
DataAgentServiceLimitedErrorCountRetryPolicy
A retry policy for DataAgentServiceConnection based on counting errors.
DataAgentServiceLimitedTimeRetryPolicy
A retry policy for DataAgentServiceConnection based on elapsed time.
DataAgentServiceRetryPolicy
The retry policy for DataAgentServiceConnection.
DataChatServiceClient
Service to ask a natural language question on top of BigQuery and Looker Studio datasources to get back streamed responses of various kinds to help provide a rich conversational answer.
DataChatServiceConnection
The DataChatServiceConnection object for DataChatServiceClient.
DataChatServiceConnectionIdempotencyPolicy
DataChatServiceLimitedErrorCountRetryPolicy
A retry policy for DataChatServiceConnection based on counting errors.
DataChatServiceLimitedTimeRetryPolicy
A retry policy for DataChatServiceConnection based on elapsed time.
DataChatServiceRetryPolicy
The retry policy for DataChatServiceConnection.
Structs
DataAgentServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataAgentServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataAgentServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
DataAgentServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
DataChatServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataChatServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataChatServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDataAgentServiceConnection(Options)
A factory function to construct an object of type DataAgentServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataAgentServiceClient.
The optional options argument may be used to configure aspects of the returned DataAgentServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DataAgentServiceConnection > |
|
MakeDefaultDataAgentServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataAgentServiceConnectionIdempotencyPolicy > |
|
MakeDataChatServiceConnection(Options)
A factory function to construct an object of type DataChatServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataChatServiceClient.
The optional options argument may be used to configure aspects of the returned DataChatServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DataChatServiceConnection > |
|
MakeDefaultDataChatServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataChatServiceConnectionIdempotencyPolicy > |
|