google-cloud-bigquery-data_policies-v1beta1 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: 284c1cc86875ff37d23aee4d078fc77e5151cfcf21444e1326bb5a501792420b
|
|
4
|
+
data.tar.gz: d309a40ea060be1ab9ba9e35946e840ae3ec7d9b0fdfb4af6d93edc8db2b03d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be913ae5b0e92beb8f365a3dde24979dd968393a766c9de89c61619ceaf76b5ee0c73c49f204414166610291f061e551cfd4de37cdd24471cb664f670d8da6b3
|
|
7
|
+
data.tar.gz: 7deb8a595611d2078829b0101155981d2ac9a8f24ca55fbe2973aedc0e94112b611875e678c9a322a6390c4c1097532e5eb73e2538514a75003b2da1e79232e7
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby
|
|
89
|
+
This library is supported on Ruby 3.0+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1002,6 +1002,13 @@ module Google
|
|
|
1002
1002
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
|
1003
1003
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
|
1004
1004
|
# * (`nil`) indicating no credentials
|
|
1005
|
+
#
|
|
1006
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
|
1007
|
+
# external source for authentication to Google Cloud, you must validate it before
|
|
1008
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
|
1009
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
|
1010
|
+
# For more information, refer to [Validate credential configurations from external
|
|
1011
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
|
1005
1012
|
# @return [::Object]
|
|
1006
1013
|
# @!attribute [rw] scope
|
|
1007
1014
|
# The OAuth scopes
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigquery-data_policies-v1beta1
|
|
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
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -16,7 +15,7 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
18
|
+
version: 0.25.0
|
|
20
19
|
- - "<"
|
|
21
20
|
- !ruby/object:Gem::Version
|
|
22
21
|
version: 2.a
|
|
@@ -26,7 +25,7 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
28
|
+
version: 0.25.0
|
|
30
29
|
- - "<"
|
|
31
30
|
- !ruby/object:Gem::Version
|
|
32
31
|
version: 2.a
|
|
@@ -97,7 +96,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
97
96
|
licenses:
|
|
98
97
|
- Apache-2.0
|
|
99
98
|
metadata: {}
|
|
100
|
-
post_install_message:
|
|
101
99
|
rdoc_options: []
|
|
102
100
|
require_paths:
|
|
103
101
|
- lib
|
|
@@ -105,15 +103,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
105
103
|
requirements:
|
|
106
104
|
- - ">="
|
|
107
105
|
- !ruby/object:Gem::Version
|
|
108
|
-
version: '
|
|
106
|
+
version: '3.0'
|
|
109
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
108
|
requirements:
|
|
111
109
|
- - ">="
|
|
112
110
|
- !ruby/object:Gem::Version
|
|
113
111
|
version: '0'
|
|
114
112
|
requirements: []
|
|
115
|
-
rubygems_version: 3.
|
|
116
|
-
signing_key:
|
|
113
|
+
rubygems_version: 3.6.2
|
|
117
114
|
specification_version: 4
|
|
118
115
|
summary: Allows users to manage BigQuery data policies.
|
|
119
116
|
test_files: []
|