google-cloud-bigquery-connection-v1 0.8.0 → 0.9.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: b46d2d3adeb461c905e0ce3fc1cc281a91ef46351e19eef63da16f9032c0c6f1
|
|
4
|
+
data.tar.gz: e4b5aff23709b9c5553d749e7fd226bd2e39d98ec6661c855b4ad81aaca3ddde
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b81c3cbd7937abec76d6456c8f8cfcb521e0130103019274c002d94164e48ccf71996d8782184ea9619f3dbbac29d8a4b8ac3ccfa4a2be0ae3b5412fbee4494d
|
|
7
|
+
data.tar.gz: edd8d1c51aca20333d9712711c5043a99987add6283ef6cabb87ebe33a1b82f79db65d3012ddc13470d814b5e746ebb55e3ee07f5820564e97bd4edde5eff32e
|
|
@@ -58,6 +58,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
58
58
|
optional :database, :string, 2
|
|
59
59
|
optional :type, :enum, 3, "google.cloud.bigquery.connection.v1.CloudSqlProperties.DatabaseType"
|
|
60
60
|
optional :credential, :message, 4, "google.cloud.bigquery.connection.v1.CloudSqlCredential"
|
|
61
|
+
optional :service_account_id, :string, 5
|
|
61
62
|
end
|
|
62
63
|
add_enum "google.cloud.bigquery.connection.v1.CloudSqlProperties.DatabaseType" do
|
|
63
64
|
value :DATABASE_TYPE_UNSPECIFIED, 0
|
|
@@ -153,6 +153,13 @@ module Google
|
|
|
153
153
|
# @!attribute [rw] credential
|
|
154
154
|
# @return [::Google::Cloud::Bigquery::Connection::V1::CloudSqlCredential]
|
|
155
155
|
# Input only. Cloud SQL credential.
|
|
156
|
+
# @!attribute [r] service_account_id
|
|
157
|
+
# @return [::String]
|
|
158
|
+
# Output only. The account ID of the service used for the purpose of this connection.
|
|
159
|
+
#
|
|
160
|
+
# When the connection is used in the context of an operation in
|
|
161
|
+
# BigQuery, this service account will serve as identity being used for
|
|
162
|
+
# connecting to the CloudSQL instance specified in this connection.
|
|
156
163
|
class CloudSqlProperties
|
|
157
164
|
include ::Google::Protobuf::MessageExts
|
|
158
165
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -26,8 +26,6 @@ module Google
|
|
|
26
26
|
# service Foo {
|
|
27
27
|
# rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
28
28
|
# }
|
|
29
|
-
#
|
|
30
|
-
# The JSON representation for `Empty` is empty JSON object `{}`.
|
|
31
29
|
class Empty
|
|
32
30
|
include ::Google::Protobuf::MessageExts
|
|
33
31
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-connection-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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: 2022-07-
|
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|