Skip to content

Commit b2fd7e3

Browse files
feat: [bigqueryconnection] add spark connection properties type (#9242)
* feat: add spark connection properties type PiperOrigin-RevId: 517172721 Source-Link: googleapis/googleapis@98c303c Source-Link: https://github.com/googleapis/googleapis-gen/commit/384639d6a8724bd5de0307da4b5335eb24aa929e Copy-Tag: eyJwIjoiamF2YS1iaWdxdWVyeWNvbm5lY3Rpb24vLk93bEJvdC55YW1sIiwiaCI6IjM4NDYzOWQ2YTg3MjRiZDVkZTAzMDdkYTRiNTMzNWViMjRhYTkyOWUifQ== * 🦉 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 dd84904 commit b2fd7e3

File tree

13 files changed

+3462
-106
lines changed

13 files changed

+3462
-106
lines changed

java-bigqueryconnection/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The client application making API calls must be granted [authorization scopes][a
5252
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud BigQuery Connection [API enabled][enable-api].
5353
You will need to [enable billing][enable-billing] to use Google Cloud BigQuery Connection.
5454
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
55-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
55+
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
5656
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
5757

5858
### Installation and setup
@@ -173,14 +173,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
173173
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
174174
[stability-image]: https://img.shields.io/badge/stability-stable-green
175175
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryconnection.svg
176-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-bigqueryconnection&core=gav
176+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.14.0
177177
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
178178
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
179179
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
180180
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
181181
[developer-console]: https://console.developers.google.com/
182182
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
183-
[cloud-sdk]: https://cloud.google.com/sdk/
183+
[cloud-cli]: https://cloud.google.com/cli
184184
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
185185
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
186186
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public AuthenticationMethodCase getAuthenticationMethodCase() {
128128
* </code>
129129
*
130130
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
131-
* See google/cloud/bigquery/connection/v1/connection.proto;l=345
131+
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
132132
* @return Whether the crossAccountRole field is set.
133133
*/
134134
@java.lang.Override
@@ -150,7 +150,7 @@ public boolean hasCrossAccountRole() {
150150
* </code>
151151
*
152152
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
153-
* See google/cloud/bigquery/connection/v1/connection.proto;l=345
153+
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
154154
* @return The crossAccountRole.
155155
*/
156156
@java.lang.Override
@@ -681,7 +681,7 @@ public Builder clearAuthenticationMethod() {
681681
* </code>
682682
*
683683
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is
684-
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=345
684+
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=356
685685
* @return Whether the crossAccountRole field is set.
686686
*/
687687
@java.lang.Override
@@ -703,7 +703,7 @@ public boolean hasCrossAccountRole() {
703703
* </code>
704704
*
705705
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is
706-
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=345
706+
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=356
707707
* @return The crossAccountRole.
708708
*/
709709
@java.lang.Override

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

+2-2
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=345
40+
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
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=345
59+
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
6060
* @return The crossAccountRole.
6161
*/
6262
@java.lang.Deprecated

0 commit comments

Comments
 (0)