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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6fc1349370a2158756c539dcc1834f89b47b193ba027c2f3d9fd72f7a5b3dc4
|
|
4
|
+
data.tar.gz: f593779e13520199e39f9c1706a885ee2a0173c9383ed8174d12f9240de3fb64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2792432284611e912d96b6dcbb22962d2772b7a6b406394da9a3d347b26a5111ab6e1e0a9613eb8dd2890aaa7af77ee7d195ddd8984ada6deacf76deb1fe21a4
|
|
7
|
+
data.tar.gz: ad9af8212843671efa26ffa8a6966030c8e543ace902273f15f9fda3801ba33be7c84419fe11f4d040ba6ba9edfdfeef1db02ee114509c7a79e2e12e85e57694
|
data/CHANGELOG.md
CHANGED
|
@@ -619,7 +619,7 @@ module Google
|
|
|
619
619
|
class ConnectorConfigurationAsset
|
|
620
620
|
include Google::Apis::Core::Hashable
|
|
621
621
|
|
|
622
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|