google-cloud-bigquery-data_policies-v1beta1 0.6.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: a934a863369fc5f106a860216fd86f74634db9b86ae2604e3b87df694f67c7d2
4
- data.tar.gz: 54ae2f8b63dee21235e486a3453f643b10242bd79f379086beee61d5a755a0ee
3
+ metadata.gz: 284c1cc86875ff37d23aee4d078fc77e5151cfcf21444e1326bb5a501792420b
4
+ data.tar.gz: d309a40ea060be1ab9ba9e35946e840ae3ec7d9b0fdfb4af6d93edc8db2b03d1
5
5
  SHA512:
6
- metadata.gz: a2d423a4ab93a5f0606cb68e6411b9f3364bdc4550aed59d7f90224f51cbb3c4c8728e5a954f958737df9190e7ffa0c6d71be0141d034fef0d5a9da90b9fe4f2
7
- data.tar.gz: 63cd7297045324278343a7bf563a482c4ae9cb18b594b5ca917f3addb411a6064dceafe2a780bbcfb8dca8c102659192974fe2021154a82ea9e34cc2fe229835
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 2.7+.
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
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataPolicies
24
24
  module V1beta1
25
- VERSION = "0.6.0"
25
+ VERSION = "0.7.0"
26
26
  end
27
27
  end
28
28
  end
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.6.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: 2024-12-10 00:00:00.000000000 Z
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.24.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.24.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: '2.7'
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.5.23
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: []