From 7e760a4d2782ec1674b0d3da72ba2eeed4d101a1 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 6 Mar 2020 12:28:45 -0800 Subject: [PATCH] feat: re-generated to pick up changes in the API or client library generator. (#95) --- .../bigquery/storage/v1/ReadSession.java | 27 +++++++------------ .../cloud/bigquery/storage/v1/stream.proto | 3 +-- .../bigquery/storage/v1beta1/ReadOptions.java | 27 +++++++------------ .../storage/v1beta1/read_options.proto | 3 +-- .../bigquery/storage/v1beta2/ReadSession.java | 27 +++++++------------ .../bigquery/storage/v1beta2/stream.proto | 3 +-- synth.metadata | 24 ++++++++--------- 7 files changed, 42 insertions(+), 72 deletions(-) diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java b/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java index 2cacbb33c2..8c2d3be0e0 100644 --- a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java +++ b/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/ReadSession.java @@ -1067,8 +1067,7 @@ public interface TableReadOptionsOrBuilder * *
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1086,8 +1085,7 @@ public interface TableReadOptionsOrBuilder
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1289,8 +1287,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1318,8 +1315,7 @@ public java.lang.String getRowRestriction() {
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1910,8 +1906,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -1939,8 +1934,7 @@ public java.lang.String getRowRestriction() {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -1968,8 +1962,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -1996,8 +1989,7 @@ public Builder setRowRestriction(java.lang.String value) {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -2020,8 +2012,7 @@ public Builder clearRowRestriction() {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto b/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto
index 3ef32c135b..19d4231da5 100644
--- a/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto
+++ b/proto-google-cloud-bigquerystorage-v1/src/main/proto/google/cloud/bigquery/storage/v1/stream.proto
@@ -65,8 +65,7 @@ message ReadSession {
     repeated string selected_fields = 1;
 
     // SQL text filtering statement, similar to a WHERE clause in a query.
-    // Currently, only a single predicate that is a comparison between a column
-    // and a constant value is supported. Aggregates are not supported.
+    // Aggregates are not supported.
     //
     // Examples: "int_field > 5"
     //           "date_field = CAST('2014-9-27' as DATE)"
diff --git a/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java b/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java
index 49feb72799..936688db0e 100644
--- a/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java
+++ b/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java
@@ -100,8 +100,7 @@ public interface TableReadOptionsOrBuilder
      *
      * 
      * Optional. SQL text filtering statement, similar to a WHERE clause in
-     * a query. Currently, only a single predicate that is a comparison between
-     * a column and a constant value is supported. Aggregates are not supported.
+     * a query. Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -119,8 +118,7 @@ public interface TableReadOptionsOrBuilder
      *
      * 
      * Optional. SQL text filtering statement, similar to a WHERE clause in
-     * a query. Currently, only a single predicate that is a comparison between
-     * a column and a constant value is supported. Aggregates are not supported.
+     * a query. Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -322,8 +320,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
      *
      * 
      * Optional. SQL text filtering statement, similar to a WHERE clause in
-     * a query. Currently, only a single predicate that is a comparison between
-     * a column and a constant value is supported. Aggregates are not supported.
+     * a query. Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -351,8 +348,7 @@ public java.lang.String getRowRestriction() {
      *
      * 
      * Optional. SQL text filtering statement, similar to a WHERE clause in
-     * a query. Currently, only a single predicate that is a comparison between
-     * a column and a constant value is supported. Aggregates are not supported.
+     * a query. Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -947,8 +943,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
        *
        * 
        * Optional. SQL text filtering statement, similar to a WHERE clause in
-       * a query. Currently, only a single predicate that is a comparison between
-       * a column and a constant value is supported. Aggregates are not supported.
+       * a query. Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -976,8 +971,7 @@ public java.lang.String getRowRestriction() {
        *
        * 
        * Optional. SQL text filtering statement, similar to a WHERE clause in
-       * a query. Currently, only a single predicate that is a comparison between
-       * a column and a constant value is supported. Aggregates are not supported.
+       * a query. Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -1005,8 +999,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
        *
        * 
        * Optional. SQL text filtering statement, similar to a WHERE clause in
-       * a query. Currently, only a single predicate that is a comparison between
-       * a column and a constant value is supported. Aggregates are not supported.
+       * a query. Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -1033,8 +1026,7 @@ public Builder setRowRestriction(java.lang.String value) {
        *
        * 
        * Optional. SQL text filtering statement, similar to a WHERE clause in
-       * a query. Currently, only a single predicate that is a comparison between
-       * a column and a constant value is supported. Aggregates are not supported.
+       * a query. Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -1057,8 +1049,7 @@ public Builder clearRowRestriction() {
        *
        * 
        * Optional. SQL text filtering statement, similar to a WHERE clause in
-       * a query. Currently, only a single predicate that is a comparison between
-       * a column and a constant value is supported. Aggregates are not supported.
+       * a query. Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
diff --git a/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto b/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto
index 9591deba7f..8ed9b73f6c 100644
--- a/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto
+++ b/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/read_options.proto
@@ -29,8 +29,7 @@ message TableReadOptions {
   repeated string selected_fields = 1;
 
   // Optional. SQL text filtering statement, similar to a WHERE clause in
-  // a query. Currently, only a single predicate that is a comparison between
-  // a column and a constant value is supported. Aggregates are not supported.
+  // a query. Aggregates are not supported.
   //
   // Examples: "int_field > 5"
   //           "date_field = CAST('2014-9-27' as DATE)"
diff --git a/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java b/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java
index 2ab53778af..f49b8b1cb8 100644
--- a/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java
+++ b/proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/ReadSession.java
@@ -1076,8 +1076,7 @@ public interface TableReadOptionsOrBuilder
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1095,8 +1094,7 @@ public interface TableReadOptionsOrBuilder
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1360,8 +1358,7 @@ public com.google.protobuf.ByteString getSelectedFieldsBytes(int index) {
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -1389,8 +1386,7 @@ public java.lang.String getRowRestriction() {
      *
      * 
      * SQL text filtering statement, similar to a WHERE clause in a query.
-     * Currently, only a single predicate that is a comparison between a column
-     * and a constant value is supported. Aggregates are not supported.
+     * Aggregates are not supported.
      * Examples: "int_field > 5"
      *           "date_field = CAST('2014-9-27' as DATE)"
      *           "nullable_field is not NULL"
@@ -2070,8 +2066,7 @@ public Builder addSelectedFieldsBytes(com.google.protobuf.ByteString value) {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -2099,8 +2094,7 @@ public java.lang.String getRowRestriction() {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -2128,8 +2122,7 @@ public com.google.protobuf.ByteString getRowRestrictionBytes() {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -2156,8 +2149,7 @@ public Builder setRowRestriction(java.lang.String value) {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
@@ -2180,8 +2172,7 @@ public Builder clearRowRestriction() {
        *
        * 
        * SQL text filtering statement, similar to a WHERE clause in a query.
-       * Currently, only a single predicate that is a comparison between a column
-       * and a constant value is supported. Aggregates are not supported.
+       * Aggregates are not supported.
        * Examples: "int_field > 5"
        *           "date_field = CAST('2014-9-27' as DATE)"
        *           "nullable_field is not NULL"
diff --git a/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto b/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto
index cad7f95a51..38d5de4783 100644
--- a/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto
+++ b/proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/google/cloud/bigquery/storage/v1beta2/stream.proto
@@ -67,8 +67,7 @@ message ReadSession {
     repeated string selected_fields = 1;
 
     // SQL text filtering statement, similar to a WHERE clause in a query.
-    // Currently, only a single predicate that is a comparison between a column
-    // and a constant value is supported. Aggregates are not supported.
+    // Aggregates are not supported.
     //
     // Examples: "int_field > 5"
     //           "date_field = CAST('2014-9-27' as DATE)"
diff --git a/synth.metadata b/synth.metadata
index dea5c93e39..3c3583b946 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -1,44 +1,44 @@
 {
-  "updateTime": "2020-02-28T20:00:40.728374Z",
+  "updateTime": "2020-03-04T22:43:32.617581Z",
   "sources": [
     {
       "generator": {
         "name": "artman",
-        "version": "0.46.0",
-        "dockerImage": "googleapis/artman@sha256:6248a21fba8f0d618c3b032669cec2618e684b66922bb70391fe08c41b05f6ee"
+        "version": "1.0.0",
+        "dockerImage": "googleapis/artman@sha256:f37f2464788cb551299209b4fcab4eb323533154488c2ef9ec0c75d7c2b4b482"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "e9e90a787703ec5d388902e2cb796aaed3a385b4",
-        "internalRef": "297671458"
+        "sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
+        "internalRef": "298942178"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "e9e90a787703ec5d388902e2cb796aaed3a385b4",
-        "internalRef": "297671458"
+        "sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
+        "internalRef": "298942178"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "e9e90a787703ec5d388902e2cb796aaed3a385b4",
-        "internalRef": "297671458"
+        "sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
+        "internalRef": "298942178"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "e9e90a787703ec5d388902e2cb796aaed3a385b4",
-        "internalRef": "297671458",
-        "log": "e9e90a787703ec5d388902e2cb796aaed3a385b4\nDialogflow weekly v2/v2beta1 library update:\n  - adding get validation result\n  - adding field mask override control for output audio config\nImportant updates are also posted at:\nhttps://cloud.google.com/dialogflow/docs/release-notes\n\nPiperOrigin-RevId: 297671458\n\n1a2b05cc3541a5f7714529c665aecc3ea042c646\nAdding .yaml and .json config files.\n\nPiperOrigin-RevId: 297570622\n\ndfe1cf7be44dee31d78f78e485d8c95430981d6e\nPublish `QueryOptions` proto.\n\nIntroduced a `query_options` input in `ExecuteSqlRequest`.\n\nPiperOrigin-RevId: 297497710\n\ndafc905f71e5d46f500b41ed715aad585be062c3\npubsub: revert pull init_rpc_timeout & max_rpc_timeout back to 25 seconds and reset multiplier to 1.0\n\nPiperOrigin-RevId: 297486523\n\nf077632ba7fee588922d9e8717ee272039be126d\nfirestore: add update_transform\n\nPiperOrigin-RevId: 297405063\n\n0aba1900ffef672ec5f0da677cf590ee5686e13b\ncluster: use square brace for cross-reference\n\nPiperOrigin-RevId: 297204568\n\n5dac2da18f6325cbaed54603c43f0667ecd50247\nRestore retry params in gapic config because securitycenter has non-standard default retry params.\nRestore a few retry codes for some idempotent methods.\n\nPiperOrigin-RevId: 297196720\n\n1eb61455530252bba8b2c8d4bc9832960e5a56f6\npubsub: v1 replace IAM HTTP rules\n\nPiperOrigin-RevId: 297188590\n\n80b2d25f8d43d9d47024ff06ead7f7166548a7ba\nDialogflow weekly v2/v2beta1 library update:\n  - updates to mega agent api\n  - adding field mask override control for output audio config\nImportant updates are also posted at:\nhttps://cloud.google.com/dialogflow/docs/release-notes\n\nPiperOrigin-RevId: 297187629\n\n0b1876b35e98f560f9c9ca9797955f020238a092\nUse an older version of protoc-docs-plugin that is compatible with the specified gapic-generator and protobuf versions.\n\nprotoc-docs-plugin >=0.4.0 (see commit https://github.com/googleapis/protoc-docs-plugin/commit/979f03ede6678c487337f3d7e88bae58df5207af) is incompatible with protobuf 3.9.1.\n\nPiperOrigin-RevId: 296986742\n\n"
+        "sha": "a3f791827266f3496a6a5201d58adc4bb265c2a3",
+        "internalRef": "298942178",
+        "log": "a3f791827266f3496a6a5201d58adc4bb265c2a3\nchore: automl/v1 publish annotations and retry config\n\nPiperOrigin-RevId: 298942178\n\n01c681586d8d6dbd60155289b587aee678530bd9\nMark return_immediately in PullRequest deprecated.\n\nPiperOrigin-RevId: 298893281\n\nc9f5e9c4bfed54bbd09227e990e7bded5f90f31c\nRemove out of date documentation for predicate support on the Storage API\n\nPiperOrigin-RevId: 298883309\n\nfd5b3b8238d783b04692a113ffe07c0363f5de0f\ngenerate webrisk v1 proto\n\nPiperOrigin-RevId: 298847934\n\n541b1ded4abadcc38e8178680b0677f65594ea6f\nUpdate cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 298686266\n\nc0d171acecb4f5b0bfd2c4ca34fc54716574e300\n  Updated to include the Notification v1 API.\n\nPiperOrigin-RevId: 298652775\n\n2346a9186c0bff2c9cc439f2459d558068637e05\nAdd Service Directory v1beta1 protos and configs\n\nPiperOrigin-RevId: 298625638\n\na78ed801b82a5c6d9c5368e24b1412212e541bb7\nPublishing v3 protos and configs.\n\nPiperOrigin-RevId: 298607357\n\n4a180bfff8a21645b3a935c2756e8d6ab18a74e0\nautoml/v1beta1 publish proto updates\n\nPiperOrigin-RevId: 298484782\n\n6de6e938b7df1cd62396563a067334abeedb9676\nchore: use the latest gapic-generator and protoc-java-resource-name-plugin in Bazel workspace.\n\nPiperOrigin-RevId: 298474513\n\n244ab2b83a82076a1fa7be63b7e0671af73f5c02\nAdds service config definition for bigqueryreservation v1\n\nPiperOrigin-RevId: 298455048\n\n83c6f84035ee0f80eaa44d8b688a010461cc4080\nUpdate google/api/auth.proto to make AuthProvider to have JwtLocation\n\nPiperOrigin-RevId: 297918498\n\n"
       }
     },
     {