Skip to content

Commit bf04570

Browse files
docs: specify the data sources supported only by the QueryData API (#32275)
* docs: specify the data sources supported only by the QueryData API PiperOrigin-RevId: 845011245 Source-Link: googleapis/googleapis@4149dbd Source-Link: googleapis/googleapis-gen@c9be083 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLWdlbWluaV9kYXRhX2FuYWx5dGljcy12MWJldGEvLk93bEJvdC55YW1sIiwiaCI6ImM5YmUwODMxYjZmMzRhYWMxY2FiNjMwNTY4ZGQ2MWZmY2E5YjM2OGUifQ== * 🦉 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 b326357 commit bf04570

File tree

2 files changed

+14
-6
lines changed
  • google-cloud-gemini_data_analytics-v1beta

2 files changed

+14
-6
lines changed

google-cloud-gemini_data_analytics-v1beta/lib/google/cloud/geminidataanalytics/v1beta/datasource_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-gemini_data_analytics-v1beta/proto_docs/google/cloud/geminidataanalytics/v1beta/datasource.rb

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,33 @@ module V1beta
3939
# Note: The following fields are mutually exclusive: `looker`, `bq`, `studio`, `alloydb`, `spanner_reference`, `cloud_sql_reference`. If a field in that set is populated, all other fields in the set will automatically be cleared.
4040
# @!attribute [rw] alloydb
4141
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbReference]
42-
# Reference to an AlloyDB database.
42+
# Reference to an AlloyDB database. Only supported for the `QueryData`
43+
# method.
4344
#
4445
# Note: The following fields are mutually exclusive: `alloydb`, `bq`, `studio`, `looker`, `spanner_reference`, `cloud_sql_reference`. If a field in that set is populated, all other fields in the set will automatically be cleared.
4546
# @!attribute [rw] spanner_reference
4647
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerReference]
47-
# Reference to a Spanner database.
48+
# Reference to a Spanner database. Only supported for the `QueryData`
49+
# method.
4850
#
4951
# Note: The following fields are mutually exclusive: `spanner_reference`, `bq`, `studio`, `looker`, `alloydb`, `cloud_sql_reference`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5052
# @!attribute [rw] cloud_sql_reference
5153
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlReference]
52-
# Reference to a CloudSql database.
54+
# Reference to a CloudSql database. Only supported for the `QueryData`
55+
# method.
5356
#
5457
# Note: The following fields are mutually exclusive: `cloud_sql_reference`, `bq`, `studio`, `looker`, `alloydb`, `spanner_reference`. If a field in that set is populated, all other fields in the set will automatically be cleared.
5558
class DatasourceReferences
5659
include ::Google::Protobuf::MessageExts
5760
extend ::Google::Protobuf::MessageExts::ClassMethods
5861
end
5962

60-
# Message representing references to BigQuery tables.
63+
# Message representing references to BigQuery tables and property graphs.
64+
# At least one of `table_references` or `property_graph_references` must be
65+
# populated.
6166
# @!attribute [rw] table_references
6267
# @return [::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::BigQueryTableReference>]
63-
# Required. References to BigQuery tables.
68+
# Optional. References to BigQuery tables.
6469
class BigQueryTableReferences
6570
include ::Google::Protobuf::MessageExts
6671
extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -103,6 +108,7 @@ class StudioDatasourceReference
103108
end
104109

105110
# Message representing reference to an AlloyDB database and agent context.
111+
# Only supported for the `QueryData` method.
106112
# @!attribute [rw] database_reference
107113
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::AlloyDbDatabaseReference]
108114
# Required. Singular proto that supports specifying which database and tables
@@ -140,6 +146,7 @@ class AlloyDbDatabaseReference
140146
end
141147

142148
# Message representing reference to a Spanner database and agent context.
149+
# Only supported for the `QueryData` method.
143150
# @!attribute [rw] database_reference
144151
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::SpannerDatabaseReference]
145152
# Required. Singular proto that supports specifying which database and tables
@@ -189,6 +196,7 @@ module Engine
189196
end
190197

191198
# Message representing reference to a CloudSQL database and agent context.
199+
# Only supported for the `QueryData` method.
192200
# @!attribute [rw] database_reference
193201
# @return [::Google::Cloud::GeminiDataAnalytics::V1beta::CloudSqlDatabaseReference]
194202
# Required. Singular proto that supports specifying which database and tables

0 commit comments

Comments
 (0)