Skip to content

Commit d072400

Browse files
feat: [bigqueryconnection] add support for Salesforce connections, which are usable only by allowlisted partners (#9621)
* feat: add support for Salesforce connections, which are usable only by allowlisted partners feat: add cloud spanner connection properties - use_data_boost feat: add cloud spanner connection properties - max_parallelism PiperOrigin-RevId: 546084599 Source-Link: googleapis/googleapis@b348970 Source-Link: https://github.com/googleapis/googleapis-gen/commit/fd0c44b91e09af2c5681031c4975590e0faf7792 Copy-Tag: eyJwIjoiamF2YS1iaWdxdWVyeWNvbm5lY3Rpb24vLk93bEJvdC55YW1sIiwiaCI6ImZkMGM0NGI5MWUwOWFmMmM1NjgxMDMxYzQ5NzU1OTBlMGZhZjc3OTIifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent fb44667 commit d072400

File tree

13 files changed

+2070
-231
lines changed

13 files changed

+2070
-231
lines changed

java-bigqueryconnection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.16.0</version>
23+
<version>26.18.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryconnection.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.21.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.22.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-bigqueryconnection/proto-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/AwsProperties.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public AuthenticationMethodCase getAuthenticationMethodCase() {
125125
* </code>
126126
*
127127
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
128-
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
128+
* See google/cloud/bigquery/connection/v1/connection.proto;l=378
129129
* @return Whether the crossAccountRole field is set.
130130
*/
131131
@java.lang.Override
@@ -147,7 +147,7 @@ public boolean hasCrossAccountRole() {
147147
* </code>
148148
*
149149
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
150-
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
150+
* See google/cloud/bigquery/connection/v1/connection.proto;l=378
151151
* @return The crossAccountRole.
152152
*/
153153
@java.lang.Override
@@ -678,7 +678,7 @@ public Builder clearAuthenticationMethod() {
678678
* </code>
679679
*
680680
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is
681-
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=356
681+
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=378
682682
* @return Whether the crossAccountRole field is set.
683683
*/
684684
@java.lang.Override
@@ -700,7 +700,7 @@ public boolean hasCrossAccountRole() {
700700
* </code>
701701
*
702702
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is
703-
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=356
703+
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=378
704704
* @return The crossAccountRole.
705705
*/
706706
@java.lang.Override

java-bigqueryconnection/proto-google-cloud-bigqueryconnection-v1/src/main/java/com/google/cloud/bigquery/connection/v1/AwsPropertiesOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface AwsPropertiesOrBuilder
3737
* </code>
3838
*
3939
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
40-
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
40+
* See google/cloud/bigquery/connection/v1/connection.proto;l=378
4141
* @return Whether the crossAccountRole field is set.
4242
*/
4343
@java.lang.Deprecated
@@ -56,7 +56,7 @@ public interface AwsPropertiesOrBuilder
5656
* </code>
5757
*
5858
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
59-
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
59+
* See google/cloud/bigquery/connection/v1/connection.proto;l=378
6060
* @return The crossAccountRole.
6161
*/
6262
@java.lang.Deprecated

0 commit comments

Comments
 (0)