Skip to content

Commit 58461b0

Browse files
regen: Regenerate Google.Cloud.GeminiDataAnalytics.V1Beta at API commit 4149dbd
feat: add LookerGoldenQuery to Context docs: specify the data sources supported only by the QueryData API PiperOrigin-RevId: 844667700 PiperOrigin-RevId: 845011245 Source-Link: googleapis/googleapis@7ddafd8 Source-Link: googleapis/googleapis@4149dbd
1 parent 7a9b754 commit 58461b0

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

apis/Google.Cloud.GeminiDataAnalytics.V1Beta/Google.Cloud.GeminiDataAnalytics.V1Beta/Datasource.g.cs

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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>

generator-input/pipeline-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4401,7 +4401,7 @@
44014401
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
44024402
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
44034403
"releaseTimestamp": "2025-12-12T00:11:55.658657647Z",
4404-
"lastGeneratedCommit": "b32495a713a68dd0dff90cf0b24021debfca048a",
4404+
"lastGeneratedCommit": "4149dbdc4685cc9f6f693e72d86a23f8eba55b64",
44054405
"lastReleasedCommit": "b32495a713a68dd0dff90cf0b24021debfca048a",
44064406
"apiPaths": [
44074407
"google/cloud/geminidataanalytics/v1beta"

0 commit comments

Comments
 (0)