google-cloud-bigquery-data_policies-v1 1.0.0 → 1.0.1

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: 35f25fa08f3d87c2ce7effbf4bb5705628e43365ebb0cc3b7cd197716dbfc262
4
+ data.tar.gz: 0cc99faab5bc1edfd1ac64b6d94453384d89aa4593bf99a60e8698ab596b2951
5
5
  SHA512:
6
- metadata.gz: c33136b726bba8f49e67fe984ec49f753969e7a15645726aeb4bd75cac2232a73505c29b1b61a02bb1ece794b7725bdfa8d6fc706d974bee01bbba6bd2705af5
7
- data.tar.gz: 04750c2e180163349be755a77f41f8b1b084521d1f0b4f1d7028ad8521a924a6fbcebbabeffacd13dbc8c6186c02be7ffee9eee731a4e52b4904b1e3c5bb544e
6
+ metadata.gz: 181b828b85d86d5afc3d7ed6cc04f1084e338af64513a91285bf595277ac637171770108651b47d8b149c4d465501aa758da5dccdafc8f4926e6f751a4d201f5
7
+ data.tar.gz: 33edb085e3ae94a56ad70868d228827947fbecca3d15468753b2a7ef408a0f40e649528aec08a089d1a3d5498758d1d0e4e347a2f1a4eeb6247294f86c0be063
@@ -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.0.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
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.0.1
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
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  requirements: []
117
- rubygems_version: 3.6.3
117
+ rubygems_version: 3.6.8
118
118
  specification_version: 4
119
119
  summary: Allows users to manage BigQuery data policies.
120
120
  test_files: []