@@ -45,7 +45,7 @@ static DatasourceReflection() {
4545 "bmNlSABCDAoKcmVmZXJlbmNlcyJ5ChdCaWdRdWVyeVRhYmxlUmVmZXJlbmNl" ,
4646 "cxJeChB0YWJsZV9yZWZlcmVuY2VzGAEgAygLMj8uZ29vZ2xlLmNsb3VkLmdl" ,
4747 "bWluaWRhdGFhbmFseXRpY3MudjFiZXRhLkJpZ1F1ZXJ5VGFibGVSZWZlcmVu" ,
48- "Y2VCA+BBAiKnAQoWQmlnUXVlcnlUYWJsZVJlZmVyZW5jZRIXCgpwcm9qZWN0 " ,
48+ "Y2VCA+BBASKnAQoWQmlnUXVlcnlUYWJsZVJlZmVyZW5jZRIXCgpwcm9qZWN0 " ,
4949 "X2lkGAEgASgJQgPgQQISFwoKZGF0YXNldF9pZBgDIAEoCUID4EECEhUKCHRh" ,
5050 "YmxlX2lkGAQgASgJQgPgQQISRAoGc2NoZW1hGAYgASgLMi8uZ29vZ2xlLmNs" ,
5151 "b3VkLmdlbWluaWRhdGFhbmFseXRpY3MudjFiZXRhLlNjaGVtYUID4EEBInsK" ,
@@ -299,7 +299,8 @@ public DatasourceReferences Clone() {
299299 /// <summary>Field number for the "alloydb" field.</summary>
300300 public const int AlloydbFieldNumber = 8 ;
301301 /// <summary>
302- /// Reference to an AlloyDB database.
302+ /// Reference to an AlloyDB database. Only supported for the `QueryData`
303+ /// method.
303304 /// </summary>
304305 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
305306 [ global ::System . CodeDom . Compiler . GeneratedCode ( "protoc" , null ) ]
@@ -314,7 +315,8 @@ public DatasourceReferences Clone() {
314315 /// <summary>Field number for the "spanner_reference" field.</summary>
315316 public const int SpannerReferenceFieldNumber = 9 ;
316317 /// <summary>
317- /// Reference to a Spanner database.
318+ /// Reference to a Spanner database. Only supported for the `QueryData`
319+ /// method.
318320 /// </summary>
319321 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
320322 [ global ::System . CodeDom . Compiler . GeneratedCode ( "protoc" , null ) ]
@@ -329,7 +331,8 @@ public DatasourceReferences Clone() {
329331 /// <summary>Field number for the "cloud_sql_reference" field.</summary>
330332 public const int CloudSqlReferenceFieldNumber = 10 ;
331333 /// <summary>
332- /// Reference to a CloudSql database.
334+ /// Reference to a CloudSql database. Only supported for the `QueryData`
335+ /// method.
333336 /// </summary>
334337 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
335338 [ global ::System . CodeDom . Compiler . GeneratedCode ( "protoc" , null ) ]
@@ -703,7 +706,9 @@ public void MergeFrom(pb::CodedInputStream input) {
703706 }
704707
705708 /// <summary>
706- /// Message representing references to BigQuery tables.
709+ /// Message representing references to BigQuery tables and property graphs.
710+ /// At least one of `table_references` or `property_graph_references` must be
711+ /// populated.
707712 /// </summary>
708713 [ global ::System . Diagnostics . DebuggerDisplayAttribute ( "{ToString(),nq}" ) ]
709714 public sealed partial class BigQueryTableReferences : pb ::IMessage < BigQueryTableReferences >
@@ -756,7 +761,7 @@ public BigQueryTableReferences Clone() {
756761 = pb ::FieldCodec . ForMessage ( 10 , global ::Google . Cloud . GeminiDataAnalytics . V1Beta . BigQueryTableReference . Parser ) ;
757762 private readonly pbc ::RepeatedField < global ::Google . Cloud . GeminiDataAnalytics . V1Beta . BigQueryTableReference > tableReferences_ = new pbc ::RepeatedField < global ::Google . Cloud . GeminiDataAnalytics . V1Beta . BigQueryTableReference > ( ) ;
758763 /// <summary>
759- /// Required . References to BigQuery tables.
764+ /// Optional . References to BigQuery tables.
760765 /// </summary>
761766 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
762767 [ global ::System . CodeDom . Compiler . GeneratedCode ( "protoc" , null ) ]
@@ -1595,6 +1600,7 @@ public void MergeFrom(pb::CodedInputStream input) {
15951600
15961601 /// <summary>
15971602 /// Message representing reference to an AlloyDB database and agent context.
1603+ /// Only supported for the `QueryData` method.
15981604 /// </summary>
15991605 [ global ::System . Diagnostics . DebuggerDisplayAttribute ( "{ToString(),nq}" ) ]
16001606 public sealed partial class AlloyDbReference : pb ::IMessage < AlloyDbReference >
@@ -2235,6 +2241,7 @@ public void MergeFrom(pb::CodedInputStream input) {
22352241
22362242 /// <summary>
22372243 /// Message representing reference to a Spanner database and agent context.
2244+ /// Only supported for the `QueryData` method.
22382245 /// </summary>
22392246 [ global ::System . Diagnostics . DebuggerDisplayAttribute ( "{ToString(),nq}" ) ]
22402247 public sealed partial class SpannerReference : pb ::IMessage < SpannerReference >
@@ -2901,6 +2908,7 @@ public enum Engine {
29012908
29022909 /// <summary>
29032910 /// Message representing reference to a CloudSQL database and agent context.
2911+ /// Only supported for the `QueryData` method.
29042912 /// </summary>
29052913 [ global ::System . Diagnostics . DebuggerDisplayAttribute ( "{ToString(),nq}" ) ]
29062914 public sealed partial class CloudSqlReference : pb ::IMessage < CloudSqlReference >
0 commit comments