google-cloud-bigquery-connection-v1 1.2.1 → 1.4.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: c7ccdccf3f7bdee9f3ade54312d5910de98eef452e019e3cdcae684e17ea9347
|
4
|
+
data.tar.gz: b85c45f3690d5a04c8cc22a883979930c6b550979f6ec631f2a2faf9ab3a7162
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed3cc5c41d139ca8c98e1a22679917c8a811d91627a8c9799982a4180e62ce8a90dbc133b9a880f079beb553c9e5c915e8e29102cf180004dc008f4670b9d01d
|
7
|
+
data.tar.gz: 77440e40e186204baba2daee657184bef3b47eaab4e67ddd5bdba9641501dd15d4aefb0b5b3aa59c4438a89a0ba034b47d31dcf82bc517812d95d97dd2499744
|
@@ -313,7 +313,7 @@ module Google
|
|
313
313
|
# Specifies the identities that do not cause logging for this type of
|
314
314
|
# permission.
|
315
315
|
# Follows the same format of
|
316
|
-
#
|
316
|
+
# [Binding.members][google.iam.v1.Binding.members].
|
317
317
|
class AuditLogConfig
|
318
318
|
include ::Google::Protobuf::MessageExts
|
319
319
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-connection-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -13,22 +13,16 @@ dependencies:
|
|
13
13
|
name: gapic-common
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: 0.25.0
|
19
|
-
- - "<"
|
16
|
+
- - "~>"
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2
|
18
|
+
version: '1.2'
|
22
19
|
type: :runtime
|
23
20
|
prerelease: false
|
24
21
|
version_requirements: !ruby/object:Gem::Requirement
|
25
22
|
requirements:
|
26
|
-
- - "
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: 0.25.0
|
29
|
-
- - "<"
|
23
|
+
- - "~>"
|
30
24
|
- !ruby/object:Gem::Version
|
31
|
-
version: 2
|
25
|
+
version: '1.2'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -49,14 +43,14 @@ dependencies:
|
|
49
43
|
requirements:
|
50
44
|
- - "~>"
|
51
45
|
- !ruby/object:Gem::Version
|
52
|
-
version: '1.
|
46
|
+
version: '1.11'
|
53
47
|
type: :runtime
|
54
48
|
prerelease: false
|
55
49
|
version_requirements: !ruby/object:Gem::Requirement
|
56
50
|
requirements:
|
57
51
|
- - "~>"
|
58
52
|
- !ruby/object:Gem::Version
|
59
|
-
version: '1.
|
53
|
+
version: '1.11'
|
60
54
|
description: The BigQuery Connection API allows users to manage BigQuery connections
|
61
55
|
to external data sources. Note that google-cloud-bigquery-connection-v1 is a version-specific
|
62
56
|
client library. For most uses, we recommend installing the main client library google-cloud-bigquery-connection
|
@@ -107,14 +101,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
101
|
requirements:
|
108
102
|
- - ">="
|
109
103
|
- !ruby/object:Gem::Version
|
110
|
-
version: '3.
|
104
|
+
version: '3.1'
|
111
105
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
106
|
requirements:
|
113
107
|
- - ">="
|
114
108
|
- !ruby/object:Gem::Version
|
115
109
|
version: '0'
|
116
110
|
requirements: []
|
117
|
-
rubygems_version: 3.6.
|
111
|
+
rubygems_version: 3.6.9
|
118
112
|
specification_version: 4
|
119
113
|
summary: Allows users to manage BigQuery connections to external data sources.
|
120
114
|
test_files: []
|