diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 98887206..fdb8cf93 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryconnection.git", - "sha": "1a0cce48c0e057cc833355076f710d5a67ccbd49" + "sha": "17acd7efe511c2a0a9a9cbe95b7b7358d010f713" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57" + "sha": "0b064d767537e0675fc053e53fca473c5c701fb8" } } ] diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index 7c8816a7..9b4fd4d8 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -16,8 +16,8 @@ jobs: return; } - // only approve PRs like "chore(master): release " - if ( !context.payload.pull_request.title.startsWith("chore(master): release") ) { + // only approve PRs like "chore: release " + if ( !context.payload.pull_request.title.startsWith("chore: release") ) { return; } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a28309..1473d43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.13](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.0.12...v1.0.13) (2021-03-15) + + +### Dependencies + +* update dependency com.google.protobuf:protobuf-java-util to v3.15.6 ([#347](https://www.github.com/googleapis/java-bigqueryconnection/issues/347)) ([65e1242](https://www.github.com/googleapis/java-bigqueryconnection/commit/65e1242932416fcbc959842ebba2dc76a1b64536)) + ### [1.0.12](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.0.11...v1.0.12) (2021-03-09) diff --git a/README.md b/README.md index 66f1a75e..32a5dd69 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryconnection - 1.0.11 + 1.0.12 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.11' +compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.12' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.11" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.12" ``` ## Authentication diff --git a/google-cloud-bigqueryconnection-bom/pom.xml b/google-cloud-bigqueryconnection-bom/pom.xml index bb9c0f16..237f4411 100644 --- a/google-cloud-bigqueryconnection-bom/pom.xml +++ b/google-cloud-bigqueryconnection-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection-bom - 1.0.12 + 1.0.13 pom com.google.cloud @@ -64,27 +64,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.12 + 1.0.13 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.0.12 + 1.0.13 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.0.12 + 1.0.13 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.5.12 + 0.5.13 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.5.12 + 0.5.13 diff --git a/google-cloud-bigqueryconnection/pom.xml b/google-cloud-bigqueryconnection/pom.xml index 15be3e61..4a4f9743 100644 --- a/google-cloud-bigqueryconnection/pom.xml +++ b/google-cloud-bigqueryconnection/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection - 1.0.12 + 1.0.13 jar Google Cloud BigQuery Connections https://github.com/googleapis/java-bigqueryconnection @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent - 1.0.12 + 1.0.13 google-cloud-bigqueryconnection diff --git a/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java b/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java index 45cac376..61753b19 100644 --- a/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java +++ b/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java @@ -492,6 +492,12 @@ public final ListConnectionsPagedResponse listConnections(ListConnectionsRequest * *
{@code
    * try (ConnectionServiceClient connectionServiceClient = ConnectionServiceClient.create()) {
+   *   ListConnectionsRequest request =
+   *       ListConnectionsRequest.newBuilder()
+   *           .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+   *           .setPageSize(883849137)
+   *           .setPageToken("pageToken873572522")
+   *           .build();
    *   while (true) {
    *     ListConnectionsResponse response =
    *         connectionServiceClient.listConnectionsCallable().call(request);
diff --git a/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigquery/connection/v1beta1/MockConnectionServiceImpl.java b/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigquery/connection/v1beta1/MockConnectionServiceImpl.java
index 4a020a05..9598b809 100644
--- a/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigquery/connection/v1beta1/MockConnectionServiceImpl.java
+++ b/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigquery/connection/v1beta1/MockConnectionServiceImpl.java
@@ -68,7 +68,7 @@ public void reset() {
   public void createConnection(
       ConnectionProto.CreateConnectionRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof ConnectionProto.Connection) {
       requests.add(request);
       responseObserver.onNext(((ConnectionProto.Connection) response));
@@ -80,7 +80,7 @@ public void createConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method CreateConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   ConnectionProto.Connection.class.getName(),
                   Exception.class.getName())));
     }
@@ -90,7 +90,7 @@ public void createConnection(
   public void getConnection(
       ConnectionProto.GetConnectionRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof ConnectionProto.Connection) {
       requests.add(request);
       responseObserver.onNext(((ConnectionProto.Connection) response));
@@ -102,7 +102,7 @@ public void getConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method GetConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   ConnectionProto.Connection.class.getName(),
                   Exception.class.getName())));
     }
@@ -112,7 +112,7 @@ public void getConnection(
   public void listConnections(
       ConnectionProto.ListConnectionsRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof ConnectionProto.ListConnectionsResponse) {
       requests.add(request);
       responseObserver.onNext(((ConnectionProto.ListConnectionsResponse) response));
@@ -124,7 +124,7 @@ public void listConnections(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method ListConnections, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   ConnectionProto.ListConnectionsResponse.class.getName(),
                   Exception.class.getName())));
     }
@@ -134,7 +134,7 @@ public void listConnections(
   public void updateConnection(
       ConnectionProto.UpdateConnectionRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof ConnectionProto.Connection) {
       requests.add(request);
       responseObserver.onNext(((ConnectionProto.Connection) response));
@@ -146,7 +146,7 @@ public void updateConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method UpdateConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   ConnectionProto.Connection.class.getName(),
                   Exception.class.getName())));
     }
@@ -156,7 +156,7 @@ public void updateConnection(
   public void updateConnectionCredential(
       ConnectionProto.UpdateConnectionCredentialRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Empty) {
       requests.add(request);
       responseObserver.onNext(((Empty) response));
@@ -168,7 +168,7 @@ public void updateConnectionCredential(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method UpdateConnectionCredential, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Empty.class.getName(),
                   Exception.class.getName())));
     }
@@ -177,7 +177,7 @@ public void updateConnectionCredential(
   @Override
   public void deleteConnection(
       ConnectionProto.DeleteConnectionRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Empty) {
       requests.add(request);
       responseObserver.onNext(((Empty) response));
@@ -189,7 +189,7 @@ public void deleteConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method DeleteConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Empty.class.getName(),
                   Exception.class.getName())));
     }
@@ -197,7 +197,7 @@ public void deleteConnection(
 
   @Override
   public void getIamPolicy(GetIamPolicyRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Policy) {
       requests.add(request);
       responseObserver.onNext(((Policy) response));
@@ -209,7 +209,7 @@ public void getIamPolicy(GetIamPolicyRequest request, StreamObserver res
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method GetIamPolicy, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Policy.class.getName(),
                   Exception.class.getName())));
     }
@@ -217,7 +217,7 @@ public void getIamPolicy(GetIamPolicyRequest request, StreamObserver res
 
   @Override
   public void setIamPolicy(SetIamPolicyRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Policy) {
       requests.add(request);
       responseObserver.onNext(((Policy) response));
@@ -229,7 +229,7 @@ public void setIamPolicy(SetIamPolicyRequest request, StreamObserver res
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method SetIamPolicy, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Policy.class.getName(),
                   Exception.class.getName())));
     }
@@ -239,7 +239,7 @@ public void setIamPolicy(SetIamPolicyRequest request, StreamObserver res
   public void testIamPermissions(
       TestIamPermissionsRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof TestIamPermissionsResponse) {
       requests.add(request);
       responseObserver.onNext(((TestIamPermissionsResponse) response));
@@ -251,7 +251,7 @@ public void testIamPermissions(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method TestIamPermissions, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   TestIamPermissionsResponse.class.getName(),
                   Exception.class.getName())));
     }
diff --git a/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigqueryconnection/v1/MockConnectionServiceImpl.java b/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigqueryconnection/v1/MockConnectionServiceImpl.java
index 7089529b..6f843f95 100644
--- a/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigqueryconnection/v1/MockConnectionServiceImpl.java
+++ b/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigqueryconnection/v1/MockConnectionServiceImpl.java
@@ -74,7 +74,7 @@ public void reset() {
   @Override
   public void createConnection(
       CreateConnectionRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Connection) {
       requests.add(request);
       responseObserver.onNext(((Connection) response));
@@ -86,7 +86,7 @@ public void createConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method CreateConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Connection.class.getName(),
                   Exception.class.getName())));
     }
@@ -95,7 +95,7 @@ public void createConnection(
   @Override
   public void getConnection(
       GetConnectionRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Connection) {
       requests.add(request);
       responseObserver.onNext(((Connection) response));
@@ -107,7 +107,7 @@ public void getConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method GetConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Connection.class.getName(),
                   Exception.class.getName())));
     }
@@ -116,7 +116,7 @@ public void getConnection(
   @Override
   public void listConnections(
       ListConnectionsRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof ListConnectionsResponse) {
       requests.add(request);
       responseObserver.onNext(((ListConnectionsResponse) response));
@@ -128,7 +128,7 @@ public void listConnections(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method ListConnections, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   ListConnectionsResponse.class.getName(),
                   Exception.class.getName())));
     }
@@ -137,7 +137,7 @@ public void listConnections(
   @Override
   public void updateConnection(
       UpdateConnectionRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Connection) {
       requests.add(request);
       responseObserver.onNext(((Connection) response));
@@ -149,7 +149,7 @@ public void updateConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method UpdateConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Connection.class.getName(),
                   Exception.class.getName())));
     }
@@ -158,7 +158,7 @@ public void updateConnection(
   @Override
   public void deleteConnection(
       DeleteConnectionRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Empty) {
       requests.add(request);
       responseObserver.onNext(((Empty) response));
@@ -170,7 +170,7 @@ public void deleteConnection(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method DeleteConnection, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Empty.class.getName(),
                   Exception.class.getName())));
     }
@@ -178,7 +178,7 @@ public void deleteConnection(
 
   @Override
   public void getIamPolicy(GetIamPolicyRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Policy) {
       requests.add(request);
       responseObserver.onNext(((Policy) response));
@@ -190,7 +190,7 @@ public void getIamPolicy(GetIamPolicyRequest request, StreamObserver res
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method GetIamPolicy, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Policy.class.getName(),
                   Exception.class.getName())));
     }
@@ -198,7 +198,7 @@ public void getIamPolicy(GetIamPolicyRequest request, StreamObserver res
 
   @Override
   public void setIamPolicy(SetIamPolicyRequest request, StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof Policy) {
       requests.add(request);
       responseObserver.onNext(((Policy) response));
@@ -210,7 +210,7 @@ public void setIamPolicy(SetIamPolicyRequest request, StreamObserver res
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method SetIamPolicy, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   Policy.class.getName(),
                   Exception.class.getName())));
     }
@@ -220,7 +220,7 @@ public void setIamPolicy(SetIamPolicyRequest request, StreamObserver res
   public void testIamPermissions(
       TestIamPermissionsRequest request,
       StreamObserver responseObserver) {
-    Object response = responses.remove();
+    Object response = responses.poll();
     if (response instanceof TestIamPermissionsResponse) {
       requests.add(request);
       responseObserver.onNext(((TestIamPermissionsResponse) response));
@@ -232,7 +232,7 @@ public void testIamPermissions(
           new IllegalArgumentException(
               String.format(
                   "Unrecognized response type %s for method TestIamPermissions, expected %s or %s",
-                  response.getClass().getName(),
+                  response == null ? "null" : response.getClass().getName(),
                   TestIamPermissionsResponse.class.getName(),
                   Exception.class.getName())));
     }
diff --git a/grpc-google-cloud-bigqueryconnection-v1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1/pom.xml
index 7ba76f5b..2f5844a4 100644
--- a/grpc-google-cloud-bigqueryconnection-v1/pom.xml
+++ b/grpc-google-cloud-bigqueryconnection-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-bigqueryconnection-v1
-  1.0.12
+  1.0.13
   grpc-google-cloud-bigqueryconnection-v1
   GRPC library for grpc-google-cloud-bigqueryconnection-v1
   
     com.google.cloud
     google-cloud-bigqueryconnection-parent
-    1.0.12
+    1.0.13
   
   
     
diff --git a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml
index 0d70e993..8095e981 100644
--- a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml
+++ b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-bigqueryconnection-v1beta1
-  0.5.12
+  0.5.13
   grpc-google-cloud-bigqueryconnection-v1beta1
   GRPC library for grpc-google-cloud-bigqueryconnection-v1beta1
   
     com.google.cloud
     google-cloud-bigqueryconnection-parent
-    1.0.12
+    1.0.13
   
   
     
diff --git a/pom.xml b/pom.xml
index 4847466f..54bcb2cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   com.google.cloud
   google-cloud-bigqueryconnection-parent
   pom
-  1.0.12
+  1.0.13
   Google Cloud BigQuery Connections Parent
   https://github.com/googleapis/java-bigqueryconnection
   
@@ -71,27 +71,27 @@
       
         com.google.cloud
         google-cloud-bigqueryconnection
-        1.0.12
+        1.0.13
       
       
         com.google.api.grpc
         proto-google-cloud-bigqueryconnection-v1
-        1.0.12
+        1.0.13
       
       
         com.google.api.grpc
         grpc-google-cloud-bigqueryconnection-v1
-        1.0.12
+        1.0.13
       
       
         com.google.api.grpc
         proto-google-cloud-bigqueryconnection-v1beta1
-        0.5.12
+        0.5.13
       
       
         com.google.api.grpc
         grpc-google-cloud-bigqueryconnection-v1beta1
-        0.5.12
+        0.5.13
       
 
       
diff --git a/proto-google-cloud-bigqueryconnection-v1/pom.xml b/proto-google-cloud-bigqueryconnection-v1/pom.xml
index b1dfce6f..c8dfecae 100644
--- a/proto-google-cloud-bigqueryconnection-v1/pom.xml
+++ b/proto-google-cloud-bigqueryconnection-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-bigqueryconnection-v1
-  1.0.12
+  1.0.13
   proto-google-cloud-bigqueryconnection-v1
   PROTO library for proto-google-cloud-bigqueryconnection-v1
   
     com.google.cloud
     google-cloud-bigqueryconnection-parent
-    1.0.12
+    1.0.13
   
   
     
diff --git a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml
index 45cec0e2..d447617c 100644
--- a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml
+++ b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-bigqueryconnection-v1beta1
-  0.5.12
+  0.5.13
   proto-google-cloud-bigqueryconnection-v1beta1
   PROTO library for proto-google-cloud-bigqueryconnection-v1beta1
   
     com.google.cloud
     google-cloud-bigqueryconnection-parent
-    1.0.12
+    1.0.13
   
   
     
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 85143ce2..2772ec86 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,14 +29,14 @@
     
       com.google.cloud
       google-cloud-bigqueryconnection
-      1.0.11
+      1.0.12
     
     
 
     
       com.google.protobuf
       protobuf-java-util
-      3.15.5
+      3.15.6
     
     
       junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 2523cab5..0ad53404 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,14 +28,14 @@
     
       com.google.cloud
       google-cloud-bigqueryconnection
-      1.0.12
+      1.0.13
     
     
 
     
       com.google.protobuf
       protobuf-java-util
-      3.15.5
+      3.15.6
     
     
       junit
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 5368407e..a4f05231 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -40,13 +40,13 @@
       com.google.cloud
       google-cloud-bigqueryconnection
       
-      1.0.11
+      1.0.12
     
 
     
       com.google.protobuf
       protobuf-java-util
-      3.15.5
+      3.15.6
     
     
       junit
diff --git a/synth.metadata b/synth.metadata
index 5f876b90..14f149b0 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,30 +4,30 @@
       "git": {
         "name": ".",
         "remote": "https://github.com/googleapis/java-bigqueryconnection.git",
-        "sha": "6c80285b9a0f2da92cb04018be9b0317126e4aec"
+        "sha": "e5beb808c8367710f9bb54a011979915cfdf1677"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
-        "internalRef": "361377784"
+        "sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
+        "internalRef": "362856902"
       }
     },
     {
       "git": {
         "name": "googleapis",
         "remote": "https://github.com/googleapis/googleapis.git",
-        "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
-        "internalRef": "361377784"
+        "sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
+        "internalRef": "362856902"
       }
     },
     {
       "git": {
         "name": "synthtool",
         "remote": "https://github.com/googleapis/synthtool.git",
-        "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
+        "sha": "0b064d767537e0675fc053e53fca473c5c701fb8"
       }
     }
   ],
diff --git a/versions.txt b/versions.txt
index 6ed345b7..2577b632 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
 # Format:
 # module:released-version:current-version
 
-google-cloud-bigqueryconnection:1.0.12:1.0.12
-proto-google-cloud-bigqueryconnection-v1:1.0.12:1.0.12
-grpc-google-cloud-bigqueryconnection-v1:1.0.12:1.0.12
-proto-google-cloud-bigqueryconnection-v1beta1:0.5.12:0.5.12
-grpc-google-cloud-bigqueryconnection-v1beta1:0.5.12:0.5.12
+google-cloud-bigqueryconnection:1.0.13:1.0.13
+proto-google-cloud-bigqueryconnection-v1:1.0.13:1.0.13
+grpc-google-cloud-bigqueryconnection-v1:1.0.13:1.0.13
+proto-google-cloud-bigqueryconnection-v1beta1:0.5.13:0.5.13
+grpc-google-cloud-bigqueryconnection-v1beta1:0.5.13:0.5.13