{
private ConnectionServiceBlockingStub(
@@ -943,13 +791,7 @@ protected ConnectionServiceBlockingStub build(
return new ConnectionServiceBlockingStub(channel, callOptions);
}
- /**
- *
- *
- *
- * Creates a new connection.
- *
- */
+ /** */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection createConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.CreateConnectionRequest
request) {
@@ -957,25 +799,13 @@ public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection c
getChannel(), getCreateConnectionMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Returns specified connection.
- *
- */
+ /** */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection getConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.GetConnectionRequest request) {
return blockingUnaryCall(getChannel(), getGetConnectionMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Returns a list of connections in the given project.
- *
- */
+ /** */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsResponse
listConnections(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsRequest
@@ -983,14 +813,7 @@ public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection g
return blockingUnaryCall(getChannel(), getListConnectionsMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Updates the specified connection. For security reasons, also resets
- * credential if connection properties are in the update field mask.
- *
- */
+ /** */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection updateConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.UpdateConnectionRequest
request) {
@@ -998,13 +821,7 @@ public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection u
getChannel(), getUpdateConnectionMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Sets the credential for the specified connection.
- *
- */
+ /** */
public com.google.protobuf.Empty updateConnectionCredential(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto
.UpdateConnectionCredentialRequest
@@ -1013,13 +830,7 @@ public com.google.protobuf.Empty updateConnectionCredential(
getChannel(), getUpdateConnectionCredentialMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Deletes connection and associated credential.
- *
- */
+ /** */
public com.google.protobuf.Empty deleteConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.DeleteConnectionRequest
request) {
@@ -1027,44 +838,17 @@ public com.google.protobuf.Empty deleteConnection(
getChannel(), getDeleteConnectionMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Gets the access control policy for a resource.
- * Returns an empty policy if the resource exists and does not have a policy
- * set.
- *
- */
+ /** */
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return blockingUnaryCall(getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Sets the access control policy on the specified resource. Replaces any
- * existing policy.
- * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
- *
- */
+ /** */
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return blockingUnaryCall(getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
}
- /**
- *
- *
- *
- * Returns permissions that a caller has on the specified resource.
- * If the resource does not exist, this will return an empty set of
- * permissions, not a NOT_FOUND error.
- * Note: This operation is designed to be used for building permission-aware
- * UIs and command-line tools, not for authorization checking. This operation
- * may "fail open" without warning.
- *
- */
+ /** */
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request) {
return blockingUnaryCall(
@@ -1072,13 +856,7 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
}
}
- /**
- *
- *
- *
- * Manages external data source connections and credentials.
- *
- */
+ /** */
public static final class ConnectionServiceFutureStub
extends io.grpc.stub.AbstractFutureStub {
private ConnectionServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
@@ -1091,13 +869,7 @@ protected ConnectionServiceFutureStub build(
return new ConnectionServiceFutureStub(channel, callOptions);
}
- /**
- *
- *
- *
- * Creates a new connection.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection>
createConnection(
@@ -1107,13 +879,7 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getCreateConnectionMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Returns specified connection.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection>
getConnection(
@@ -1123,13 +889,7 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getGetConnectionMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Returns a list of connections in the given project.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsResponse>
listConnections(
@@ -1139,14 +899,7 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getListConnectionsMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Updates the specified connection. For security reasons, also resets
- * credential if connection properties are in the update field mask.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection>
updateConnection(
@@ -1156,13 +909,7 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getUpdateConnectionMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Sets the credential for the specified connection.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture
updateConnectionCredential(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto
@@ -1172,13 +919,7 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getUpdateConnectionCredentialMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Deletes connection and associated credential.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture
deleteConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.DeleteConnectionRequest
@@ -1187,48 +928,21 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getDeleteConnectionMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Gets the access control policy for a resource.
- * Returns an empty policy if the resource exists and does not have a policy
- * set.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return futureUnaryCall(
getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Sets the access control policy on the specified resource. Replaces any
- * existing policy.
- * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return futureUnaryCall(
getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request);
}
- /**
- *
- *
- *
- * Returns permissions that a caller has on the specified resource.
- * If the resource does not exist, this will return an empty set of
- * permissions, not a NOT_FOUND error.
- * Note: This operation is designed to be used for building permission-aware
- * UIs and command-line tools, not for authorization checking. This operation
- * may "fail open" without warning.
- *
- */
+ /** */
public com.google.common.util.concurrent.ListenableFuture<
com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) {
diff --git a/synth.metadata b/synth.metadata
index bbff701a..9cf32a70 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
- "sha": "b3b7b5b04088c1d3d04016c98eb3afd66c9cdb6e"
+ "sha": "9bbceed5b9b86a441bc9e40f8fded08da4e1f359"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "aa72330a8d16d281df131e8d37bb1a4bde53401f",
- "internalRef": "334870265"
+ "sha": "b11a87f3b54be3a5e42c15020ee1e0781f86da90",
+ "internalRef": "344134135"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "aa72330a8d16d281df131e8d37bb1a4bde53401f",
- "internalRef": "334870265"
+ "sha": "b11a87f3b54be3a5e42c15020ee1e0781f86da90",
+ "internalRef": "344134135"
}
},
{
From c2dc9f117658da0be8ea6f818b07fecfcc8c7ff3 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Wed, 2 Dec 2020 08:41:36 -0800
Subject: [PATCH 11/13] chore: Undo removal of --include_source_info from
.bazelrc (#247)
Committer: @miraleung
PiperOrigin-RevId: 345067549
Source-Author: Google APIs
Source-Date: Tue Dec 1 11:49:14 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 8cfc6c874574b649b4524a4ef6a0651533325a84
Source-Link: https://github.com/googleapis/googleapis/commit/8cfc6c874574b649b4524a4ef6a0651533325a84
---
.../connection/v1/ConnectionServiceGrpc.java | 336 ++++++++++++++--
.../v1beta1/ConnectionServiceGrpc.java | 368 ++++++++++++++++--
synth.metadata | 10 +-
3 files changed, 631 insertions(+), 83 deletions(-)
diff --git a/grpc-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/ConnectionServiceGrpc.java b/grpc-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/ConnectionServiceGrpc.java
index 294fc1a9..5d6ec98d 100644
--- a/grpc-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/ConnectionServiceGrpc.java
+++ b/grpc-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/ConnectionServiceGrpc.java
@@ -22,7 +22,13 @@
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
-/** */
+/**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/connection/v1/connection.proto")
@@ -430,10 +436,22 @@ public ConnectionServiceFutureStub newStub(
return ConnectionServiceFutureStub.newStub(factory, channel);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public abstract static class ConnectionServiceImplBase implements io.grpc.BindableService {
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public void createConnection(
com.google.cloud.bigquery.connection.v1.CreateConnectionRequest request,
io.grpc.stub.StreamObserver
@@ -441,7 +459,13 @@ public void createConnection(
asyncUnimplementedUnaryCall(getCreateConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public void getConnection(
com.google.cloud.bigquery.connection.v1.GetConnectionRequest request,
io.grpc.stub.StreamObserver
@@ -449,7 +473,13 @@ public void getConnection(
asyncUnimplementedUnaryCall(getGetConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public void listConnections(
com.google.cloud.bigquery.connection.v1.ListConnectionsRequest request,
io.grpc.stub.StreamObserver
@@ -457,7 +487,14 @@ public void listConnections(
asyncUnimplementedUnaryCall(getListConnectionsMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public void updateConnection(
com.google.cloud.bigquery.connection.v1.UpdateConnectionRequest request,
io.grpc.stub.StreamObserver
@@ -465,28 +502,61 @@ public void updateConnection(
asyncUnimplementedUnaryCall(getUpdateConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public void deleteConnection(
com.google.cloud.bigquery.connection.v1.DeleteConnectionRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getDeleteConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public void getIamPolicy(
com.google.iam.v1.GetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetIamPolicyMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
+ *
+ */
public void setIamPolicy(
com.google.iam.v1.SetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getSetIamPolicyMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a `NOT_FOUND` error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public void testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request,
io.grpc.stub.StreamObserver
@@ -554,7 +624,13 @@ public final io.grpc.ServerServiceDefinition bindService() {
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public static final class ConnectionServiceStub
extends io.grpc.stub.AbstractAsyncStub {
private ConnectionServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
@@ -567,7 +643,13 @@ protected ConnectionServiceStub build(
return new ConnectionServiceStub(channel, callOptions);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public void createConnection(
com.google.cloud.bigquery.connection.v1.CreateConnectionRequest request,
io.grpc.stub.StreamObserver
@@ -578,7 +660,13 @@ public void createConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public void getConnection(
com.google.cloud.bigquery.connection.v1.GetConnectionRequest request,
io.grpc.stub.StreamObserver
@@ -589,7 +677,13 @@ public void getConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public void listConnections(
com.google.cloud.bigquery.connection.v1.ListConnectionsRequest request,
io.grpc.stub.StreamObserver
@@ -600,7 +694,14 @@ public void listConnections(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public void updateConnection(
com.google.cloud.bigquery.connection.v1.UpdateConnectionRequest request,
io.grpc.stub.StreamObserver
@@ -611,7 +712,13 @@ public void updateConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public void deleteConnection(
com.google.cloud.bigquery.connection.v1.DeleteConnectionRequest request,
io.grpc.stub.StreamObserver responseObserver) {
@@ -621,7 +728,15 @@ public void deleteConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public void getIamPolicy(
com.google.iam.v1.GetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
@@ -631,7 +746,15 @@ public void getIamPolicy(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
+ *
+ */
public void setIamPolicy(
com.google.iam.v1.SetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
@@ -641,7 +764,18 @@ public void setIamPolicy(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a `NOT_FOUND` error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public void testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request,
io.grpc.stub.StreamObserver
@@ -653,7 +787,13 @@ public void testIamPermissions(
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public static final class ConnectionServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private ConnectionServiceBlockingStub(
@@ -667,50 +807,108 @@ protected ConnectionServiceBlockingStub build(
return new ConnectionServiceBlockingStub(channel, callOptions);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public com.google.cloud.bigquery.connection.v1.Connection createConnection(
com.google.cloud.bigquery.connection.v1.CreateConnectionRequest request) {
return blockingUnaryCall(
getChannel(), getCreateConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public com.google.cloud.bigquery.connection.v1.Connection getConnection(
com.google.cloud.bigquery.connection.v1.GetConnectionRequest request) {
return blockingUnaryCall(getChannel(), getGetConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public com.google.cloud.bigquery.connection.v1.ListConnectionsResponse listConnections(
com.google.cloud.bigquery.connection.v1.ListConnectionsRequest request) {
return blockingUnaryCall(getChannel(), getListConnectionsMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public com.google.cloud.bigquery.connection.v1.Connection updateConnection(
com.google.cloud.bigquery.connection.v1.UpdateConnectionRequest request) {
return blockingUnaryCall(
getChannel(), getUpdateConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public com.google.protobuf.Empty deleteConnection(
com.google.cloud.bigquery.connection.v1.DeleteConnectionRequest request) {
return blockingUnaryCall(
getChannel(), getDeleteConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return blockingUnaryCall(getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
+ *
+ */
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return blockingUnaryCall(getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a `NOT_FOUND` error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request) {
return blockingUnaryCall(
@@ -718,7 +916,13 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public static final class ConnectionServiceFutureStub
extends io.grpc.stub.AbstractFutureStub {
private ConnectionServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
@@ -731,7 +935,13 @@ protected ConnectionServiceFutureStub build(
return new ConnectionServiceFutureStub(channel, callOptions);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1.Connection>
createConnection(com.google.cloud.bigquery.connection.v1.CreateConnectionRequest request) {
@@ -739,7 +949,13 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getCreateConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1.Connection>
getConnection(com.google.cloud.bigquery.connection.v1.GetConnectionRequest request) {
@@ -747,7 +963,13 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getGetConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1.ListConnectionsResponse>
listConnections(com.google.cloud.bigquery.connection.v1.ListConnectionsRequest request) {
@@ -755,7 +977,14 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getListConnectionsMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1.Connection>
updateConnection(com.google.cloud.bigquery.connection.v1.UpdateConnectionRequest request) {
@@ -763,28 +992,61 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getUpdateConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
deleteConnection(com.google.cloud.bigquery.connection.v1.DeleteConnectionRequest request) {
return futureUnaryCall(
getChannel().newCall(getDeleteConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return futureUnaryCall(
getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return futureUnaryCall(
getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a `NOT_FOUND` error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) {
diff --git a/grpc-google-cloud-bigqueryconnection-v1beta1/src/main/java/com/google/cloud/bigquery/connection/v1beta1/ConnectionServiceGrpc.java b/grpc-google-cloud-bigqueryconnection-v1beta1/src/main/java/com/google/cloud/bigquery/connection/v1beta1/ConnectionServiceGrpc.java
index bb287a00..16d093ef 100644
--- a/grpc-google-cloud-bigqueryconnection-v1beta1/src/main/java/com/google/cloud/bigquery/connection/v1beta1/ConnectionServiceGrpc.java
+++ b/grpc-google-cloud-bigqueryconnection-v1beta1/src/main/java/com/google/cloud/bigquery/connection/v1beta1/ConnectionServiceGrpc.java
@@ -22,7 +22,13 @@
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
-/** */
+/**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/bigquery/connection/v1beta1/connection.proto")
@@ -505,10 +511,22 @@ public ConnectionServiceFutureStub newStub(
return ConnectionServiceFutureStub.newStub(factory, channel);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public abstract static class ConnectionServiceImplBase implements io.grpc.BindableService {
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public void createConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.CreateConnectionRequest
request,
@@ -518,7 +536,13 @@ public void createConnection(
asyncUnimplementedUnaryCall(getCreateConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public void getConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.GetConnectionRequest request,
io.grpc.stub.StreamObserver<
@@ -527,7 +551,13 @@ public void getConnection(
asyncUnimplementedUnaryCall(getGetConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public void listConnections(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsRequest request,
io.grpc.stub.StreamObserver<
@@ -537,7 +567,14 @@ public void listConnections(
asyncUnimplementedUnaryCall(getListConnectionsMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public void updateConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.UpdateConnectionRequest
request,
@@ -547,7 +584,13 @@ public void updateConnection(
asyncUnimplementedUnaryCall(getUpdateConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the credential for the specified connection.
+ *
+ */
public void updateConnectionCredential(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto
.UpdateConnectionCredentialRequest
@@ -556,7 +599,13 @@ public void updateConnectionCredential(
asyncUnimplementedUnaryCall(getUpdateConnectionCredentialMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public void deleteConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.DeleteConnectionRequest
request,
@@ -564,21 +613,48 @@ public void deleteConnection(
asyncUnimplementedUnaryCall(getDeleteConnectionMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public void getIamPolicy(
com.google.iam.v1.GetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getGetIamPolicyMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
+ *
+ */
public void setIamPolicy(
com.google.iam.v1.SetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
asyncUnimplementedUnaryCall(getSetIamPolicyMethod(), responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public void testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request,
io.grpc.stub.StreamObserver
@@ -658,7 +734,13 @@ public final io.grpc.ServerServiceDefinition bindService() {
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public static final class ConnectionServiceStub
extends io.grpc.stub.AbstractAsyncStub {
private ConnectionServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
@@ -671,7 +753,13 @@ protected ConnectionServiceStub build(
return new ConnectionServiceStub(channel, callOptions);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public void createConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.CreateConnectionRequest
request,
@@ -684,7 +772,13 @@ public void createConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public void getConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.GetConnectionRequest request,
io.grpc.stub.StreamObserver<
@@ -696,7 +790,13 @@ public void getConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public void listConnections(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsRequest request,
io.grpc.stub.StreamObserver<
@@ -709,7 +809,14 @@ public void listConnections(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public void updateConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.UpdateConnectionRequest
request,
@@ -722,7 +829,13 @@ public void updateConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the credential for the specified connection.
+ *
+ */
public void updateConnectionCredential(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto
.UpdateConnectionCredentialRequest
@@ -734,7 +847,13 @@ public void updateConnectionCredential(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public void deleteConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.DeleteConnectionRequest
request,
@@ -745,7 +864,15 @@ public void deleteConnection(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public void getIamPolicy(
com.google.iam.v1.GetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
@@ -755,7 +882,15 @@ public void getIamPolicy(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
+ *
+ */
public void setIamPolicy(
com.google.iam.v1.SetIamPolicyRequest request,
io.grpc.stub.StreamObserver responseObserver) {
@@ -765,7 +900,18 @@ public void setIamPolicy(
responseObserver);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public void testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request,
io.grpc.stub.StreamObserver
@@ -777,7 +923,13 @@ public void testIamPermissions(
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public static final class ConnectionServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private ConnectionServiceBlockingStub(
@@ -791,7 +943,13 @@ protected ConnectionServiceBlockingStub build(
return new ConnectionServiceBlockingStub(channel, callOptions);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection createConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.CreateConnectionRequest
request) {
@@ -799,13 +957,25 @@ public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection c
getChannel(), getCreateConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection getConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.GetConnectionRequest request) {
return blockingUnaryCall(getChannel(), getGetConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsResponse
listConnections(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsRequest
@@ -813,7 +983,14 @@ public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection g
return blockingUnaryCall(getChannel(), getListConnectionsMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection updateConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.UpdateConnectionRequest
request) {
@@ -821,7 +998,13 @@ public com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection u
getChannel(), getUpdateConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the credential for the specified connection.
+ *
+ */
public com.google.protobuf.Empty updateConnectionCredential(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto
.UpdateConnectionCredentialRequest
@@ -830,7 +1013,13 @@ public com.google.protobuf.Empty updateConnectionCredential(
getChannel(), getUpdateConnectionCredentialMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public com.google.protobuf.Empty deleteConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.DeleteConnectionRequest
request) {
@@ -838,17 +1027,44 @@ public com.google.protobuf.Empty deleteConnection(
getChannel(), getDeleteConnectionMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return blockingUnaryCall(getChannel(), getGetIamPolicyMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
+ *
+ */
public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return blockingUnaryCall(getChannel(), getSetIamPolicyMethod(), getCallOptions(), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
com.google.iam.v1.TestIamPermissionsRequest request) {
return blockingUnaryCall(
@@ -856,7 +1072,13 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * Manages external data source connections and credentials.
+ *
+ */
public static final class ConnectionServiceFutureStub
extends io.grpc.stub.AbstractFutureStub {
private ConnectionServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
@@ -869,7 +1091,13 @@ protected ConnectionServiceFutureStub build(
return new ConnectionServiceFutureStub(channel, callOptions);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Creates a new connection.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection>
createConnection(
@@ -879,7 +1107,13 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getCreateConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns specified connection.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection>
getConnection(
@@ -889,7 +1123,13 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getGetConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns a list of connections in the given project.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ListConnectionsResponse>
listConnections(
@@ -899,7 +1139,14 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getListConnectionsMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Updates the specified connection. For security reasons, also resets
+ * credential if connection properties are in the update field mask.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection>
updateConnection(
@@ -909,7 +1156,13 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getUpdateConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the credential for the specified connection.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
updateConnectionCredential(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto
@@ -919,7 +1172,13 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getUpdateConnectionCredentialMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Deletes connection and associated credential.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
deleteConnection(
com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.DeleteConnectionRequest
@@ -928,21 +1187,48 @@ protected ConnectionServiceFutureStub build(
getChannel().newCall(getDeleteConnectionMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
return futureUnaryCall(
getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
return futureUnaryCall(
getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request);
}
- /** */
+ /**
+ *
+ *
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ * Note: This operation is designed to be used for building permission-aware
+ * UIs and command-line tools, not for authorization checking. This operation
+ * may "fail open" without warning.
+ *
+ */
public com.google.common.util.concurrent.ListenableFuture<
com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) {
diff --git a/synth.metadata b/synth.metadata
index 9cf32a70..7db98ec6 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,23 +4,23 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryconnection.git",
- "sha": "9bbceed5b9b86a441bc9e40f8fded08da4e1f359"
+ "sha": "6175bacd0e4fd770b2ffae4c1c1a4fb26607c424"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "b11a87f3b54be3a5e42c15020ee1e0781f86da90",
- "internalRef": "344134135"
+ "sha": "8cfc6c874574b649b4524a4ef6a0651533325a84",
+ "internalRef": "345067549"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "b11a87f3b54be3a5e42c15020ee1e0781f86da90",
- "internalRef": "344134135"
+ "sha": "8cfc6c874574b649b4524a4ef6a0651533325a84",
+ "internalRef": "345067549"
}
},
{
From b0e25aa1efba672c7f0d50b24fec1e83071b8591 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Wed, 2 Dec 2020 22:24:19 +0100
Subject: [PATCH 12/13] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v0.16.0 (#248)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | minor | `0.15.0` -> `0.16.0` |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v0.16.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#0160-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0150v0160-2020-12-02)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.15.0...v0.16.0)
##### Dependencies
- update dependency com.fasterxml.jackson:jackson-bom to v2.12.0 ([#225](https://www.github.com/googleapis/java-shared-dependencies/issues/225)) ([b78a1ef](https://www.github.com/googleapis/java-shared-dependencies/commit/b78a1ef83ad946b0d29cd0dff46e48fbde44d120))
- update dependency com.google.api-client:google-api-client-bom to v1.31.1 ([#215](https://www.github.com/googleapis/java-shared-dependencies/issues/215)) ([08d643a](https://www.github.com/googleapis/java-shared-dependencies/commit/08d643aaf289984b87d734274830712af82585b6))
- update dependency com.google.protobuf:protobuf-bom to v3.14.0 ([#217](https://www.github.com/googleapis/java-shared-dependencies/issues/217)) ([01a9c64](https://www.github.com/googleapis/java-shared-dependencies/commit/01a9c6442906e8482a53712eba95ccc6f7040928))
- update dependency io.grpc:grpc-bom to v1.34.0 ([#228](https://www.github.com/googleapis/java-shared-dependencies/issues/228)) ([425d1ea](https://www.github.com/googleapis/java-shared-dependencies/commit/425d1eab2a046c365f816f946576e4030e7c3696))
- update gax.version to v1.60.1 ([#223](https://www.github.com/googleapis/java-shared-dependencies/issues/223)) ([84c75bd](https://www.github.com/googleapis/java-shared-dependencies/commit/84c75bdbd3f86ef7187373289ee08ad3a0c24719))
- update google.core.version to v1.94.0 ([#212](https://www.github.com/googleapis/java-shared-dependencies/issues/212)) ([764ef5e](https://www.github.com/googleapis/java-shared-dependencies/commit/764ef5e9a2272cd9244a8fc5cc107ffacf9e9d5b))
---
### Renovate configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigqueryconnection).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index df0d2d2e..32bfd35a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
UTF-8
github
google-cloud-bigqueryconnection-parent
- 0.15.0
+ 0.16.0