google-apis-bigqueryconnection_v1 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35d54f1f7d3575e65c2f4e36d6e625d34fc76acfd97f97c3da80695a76c8eb8e
4
- data.tar.gz: 4716b9b1352e79297cf54e752357826a5507d85157e70e74d221ee6599a2bf28
3
+ metadata.gz: d6fc1349370a2158756c539dcc1834f89b47b193ba027c2f3d9fd72f7a5b3dc4
4
+ data.tar.gz: f593779e13520199e39f9c1706a885ee2a0173c9383ed8174d12f9240de3fb64
5
5
  SHA512:
6
- metadata.gz: 4e6d6e6d7ee1d0be213b2003720fd92e2b7e25e16d897a2d15fbba1be1ac0e882059e77b2de44a202aefd4149068f9fb827f03180c7c3190162c67f575a21593
7
- data.tar.gz: 93e362fa83b7a675e88046b819f6f1a4f286aeaa984915b194202720843387d48fa327ccd044d0077ba60e0c97df2ebcb08e3e2786376237303f96c08573ec69
6
+ metadata.gz: 2792432284611e912d96b6dcbb22962d2772b7a6b406394da9a3d347b26a5111ab6e1e0a9613eb8dd2890aaa7af77ee7d195ddd8984ada6deacf76deb1fe21a4
7
+ data.tar.gz: ad9af8212843671efa26ffa8a6966030c8e543ace902273f15f9fda3801ba33be7c84419fe11f4d040ba6ba9edfdfeef1db02ee114509c7a79e2e12e85e57694
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryconnection_v1
2
2
 
3
+ ### v0.7.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240526
6
+
3
7
  ### v0.6.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -619,7 +619,7 @@ module Google
619
619
  class ConnectorConfigurationAsset
620
620
  include Google::Apis::Core::Hashable
621
621
 
622
- # Optional. Name of the database.
622
+ # Name of the database.
623
623
  # Corresponds to the JSON property `database`
624
624
  # @return [String]
625
625
  attr_accessor :database
@@ -646,6 +646,14 @@ module Google
646
646
  class ConnectorConfigurationAuthentication
647
647
  include Google::Apis::Core::Hashable
648
648
 
649
+ # Output only. Google-managed service account associated with this connection, e.
650
+ # g., `service-`project_number`@gcp-sa-bigqueryconnection.iam.gserviceaccount.
651
+ # com`. BigQuery jobs using this connection will act as `service_account`
652
+ # identity while connecting to the datasource.
653
+ # Corresponds to the JSON property `serviceAccount`
654
+ # @return [String]
655
+ attr_accessor :service_account
656
+
649
657
  # Username and Password authentication.
650
658
  # Corresponds to the JSON property `usernamePassword`
651
659
  # @return [Google::Apis::BigqueryconnectionV1::ConnectorConfigurationUsernamePassword]
@@ -657,6 +665,7 @@ module Google
657
665
 
658
666
  # Update properties of this object
659
667
  def update!(**args)
668
+ @service_account = args[:service_account] if args.key?(:service_account)
660
669
  @username_password = args[:username_password] if args.key?(:username_password)
661
670
  end
662
671
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryconnectionV1
18
18
  # Version of the google-apis-bigqueryconnection_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240418"
25
+ REVISION = "20240526"
26
26
  end
27
27
  end
28
28
  end
@@ -364,6 +364,7 @@ module Google
364
364
  class ConnectorConfigurationAuthentication
365
365
  # @private
366
366
  class Representation < Google::Apis::Core::JsonRepresentation
367
+ property :service_account, as: 'serviceAccount'
367
368
  property :username_password, as: 'usernamePassword', class: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationUsernamePassword, decorator: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationUsernamePassword::Representation
368
369
 
369
370
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigqueryconnection_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryconnection_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryconnection_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryconnection_v1
63
63
  post_install_message:
64
64
  rdoc_options: []