google-apis-bigqueryconnection_v1 0.5.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '065284fbbe77af1078e63e29e7d4eac4434fecf66dce604e65d8b2941c097c10'
4
- data.tar.gz: 938242b817a159bcbb84c20fa96a0935ce4137a50f38e97ae23c41adc95a60ab
3
+ metadata.gz: d6fc1349370a2158756c539dcc1834f89b47b193ba027c2f3d9fd72f7a5b3dc4
4
+ data.tar.gz: f593779e13520199e39f9c1706a885ee2a0173c9383ed8174d12f9240de3fb64
5
5
  SHA512:
6
- metadata.gz: 67f04f838f48d3c1e23846d24b2e8c666a157244acc4336b597e69b7ee12de941bdf5cfbf39e562b03290bc8b3b53916fafc3ebc9c7b63d2357fdb3e05bea0da
7
- data.tar.gz: b107e0e7367fa807cc291395c77048e839f8ce81143ec26dab95dd8939fd04fbec44fd71fb391302a03988ca8ffa32d6f65389f0a9cdf85853ee30bd9940a4a5
6
+ metadata.gz: 2792432284611e912d96b6dcbb22962d2772b7a6b406394da9a3d347b26a5111ab6e1e0a9613eb8dd2890aaa7af77ee7d195ddd8984ada6deacf76deb1fe21a4
7
+ data.tar.gz: ad9af8212843671efa26ffa8a6966030c8e543ace902273f15f9fda3801ba33be7c84419fe11f4d040ba6ba9edfdfeef1db02ee114509c7a79e2e12e85e57694
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.6.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.5.0 (2024-04-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240418
@@ -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.5.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
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.5.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-04-28 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.5.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: []