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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35f25fa08f3d87c2ce7effbf4bb5705628e43365ebb0cc3b7cd197716dbfc262
|
4
|
+
data.tar.gz: 0cc99faab5bc1edfd1ac64b6d94453384d89aa4593bf99a60e8698ab596b2951
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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: []
|