google-cloud-bigquery-data_policies-v1 1.0.0 → 1.1.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: 4d19d30173a505d9889f57eb94645662158ca858974fc458142dd4a567b9f929
4
- data.tar.gz: 5e2f67acd28db95338f913c232dd9cded45e8e296710f162a214486aa236c9a4
3
+ metadata.gz: d0380b4cd9cbf0123140c56f668d2366e57d6d358cde4704fc3d75d6ebc2d60f
4
+ data.tar.gz: 885f428382241f1812e287d2e94436572abf41afbc5d479b1611c35eaffbf417
5
5
  SHA512:
6
- metadata.gz: c33136b726bba8f49e67fe984ec49f753969e7a15645726aeb4bd75cac2232a73505c29b1b61a02bb1ece794b7725bdfa8d6fc706d974bee01bbba6bd2705af5
7
- data.tar.gz: 04750c2e180163349be755a77f41f8b1b084521d1f0b4f1d7028ad8521a924a6fbcebbabeffacd13dbc8c6186c02be7ffee9eee731a4e52b4904b1e3c5bb544e
6
+ metadata.gz: 82cc63844b271eb76a65bc9ae60fb2279056e467988e2fc94faf70fc18f9f4921b005b12d72f0a7c34c35b58cfbb7844ab382577d06e2e93d286128d0302dd58
7
+ data.tar.gz: dfcad32f1137e661609dff9ac6ec656c160f33bb59fa13373cce485d905a7ad2143ac7f6caf04ceed65dc2a6998712bc3c5e9b92fa82fddf9cdaac8aff281f65
@@ -1165,8 +1165,8 @@ module Google
1165
1165
 
1166
1166
  config_attr :endpoint, nil, ::String, nil
1167
1167
  config_attr :credentials, nil do |value|
1168
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1169
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1168
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1169
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1170
1170
  allowed.any? { |klass| klass === value }
1171
1171
  end
1172
1172
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1086,7 +1086,7 @@ module Google
1086
1086
 
1087
1087
  config_attr :endpoint, nil, ::String, nil
1088
1088
  config_attr :credentials, nil do |value|
1089
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1089
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1090
1090
  allowed.any? { |klass| klass === value }
1091
1091
  end
1092
1092
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module DataPolicies
24
24
  module V1
25
- VERSION = "1.0.0"
25
+ VERSION = "1.1.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_policies-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-11 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
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.a
18
+ version: '1.0'
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.a
25
+ version: '1.0'
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.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.1'
53
+ version: '1.11'
60
54
  description: The Data Policy Service provides APIs for managing the BigQuery label-policy
61
55
  bindings. Note that google-cloud-bigquery-data_policies-v1 is a version-specific
62
56
  client library. For most uses, we recommend installing the main client library google-cloud-bigquery-data_policies
@@ -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.0'
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.3
111
+ rubygems_version: 3.6.8
118
112
  specification_version: 4
119
113
  summary: Allows users to manage BigQuery data policies.
120
114
  test_files: []