Skip to content

Commit

Permalink
feat: [bigqueryconnection] add spark connection properties type (#9242)
Browse files Browse the repository at this point in the history
* feat: add spark connection properties type

PiperOrigin-RevId: 517172721

Source-Link: googleapis/googleapis@98c303c

Source-Link: googleapis/googleapis-gen@384639d
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 16, 2023
1 parent dd84904 commit b2fd7e3
Show file tree
Hide file tree
Showing 13 changed files with 3,462 additions and 106 deletions.
6 changes: 3 additions & 3 deletions java-bigqueryconnection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The client application making API calls must be granted [authorization scopes][a
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud BigQuery Connection [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Cloud BigQuery Connection.
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.

### Installation and setup
Expand Down Expand Up @@ -173,14 +173,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryconnection.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-bigqueryconnection&core=gav
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.14.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
[developer-console]: https://console.developers.google.com/
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
[cloud-sdk]: https://cloud.google.com/sdk/
[cloud-cli]: https://cloud.google.com/cli
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public AuthenticationMethodCase getAuthenticationMethodCase() {
* </code>
*
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
* See google/cloud/bigquery/connection/v1/connection.proto;l=345
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
* @return Whether the crossAccountRole field is set.
*/
@java.lang.Override
Expand All @@ -150,7 +150,7 @@ public boolean hasCrossAccountRole() {
* </code>
*
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
* See google/cloud/bigquery/connection/v1/connection.proto;l=345
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
* @return The crossAccountRole.
*/
@java.lang.Override
Expand Down Expand Up @@ -681,7 +681,7 @@ public Builder clearAuthenticationMethod() {
* </code>
*
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=345
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=356
* @return Whether the crossAccountRole field is set.
*/
@java.lang.Override
Expand All @@ -703,7 +703,7 @@ public boolean hasCrossAccountRole() {
* </code>
*
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=345
* deprecated. See google/cloud/bigquery/connection/v1/connection.proto;l=356
* @return The crossAccountRole.
*/
@java.lang.Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public interface AwsPropertiesOrBuilder
* </code>
*
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
* See google/cloud/bigquery/connection/v1/connection.proto;l=345
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
* @return Whether the crossAccountRole field is set.
*/
@java.lang.Deprecated
Expand All @@ -56,7 +56,7 @@ public interface AwsPropertiesOrBuilder
* </code>
*
* @deprecated google.cloud.bigquery.connection.v1.AwsProperties.cross_account_role is deprecated.
* See google/cloud/bigquery/connection/v1/connection.proto;l=345
* See google/cloud/bigquery/connection/v1/connection.proto;l=356
* @return The crossAccountRole.
*/
@java.lang.Deprecated
Expand Down
Loading

0 comments on commit b2fd7e3

Please sign in to comment.