google-cloud-data_catalog 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/data_catalog.rb +2 -2
- data/lib/google/cloud/data_catalog/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed1668b59f7fe329e180cc1d4d45e01034868ccdec07fc88fc4da1a4fad48678
|
4
|
+
data.tar.gz: 19c4ef5fb0a7d166f17ec7718e5732b43912245ee33987e92506b65b68f33fb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fd6c8d76a128118c49ab99cb128b4fe4c9572f2084f419066a441b42ba6737f9fad1ec11ace2fc4a0c0fabad5bab1337368b72456b43ad5a67bc98e1bc7b201
|
7
|
+
data.tar.gz: 06c7532e0dd1d72169e7253e1e7cc1c96b63ab58e0aca8c142216a20263d5a021432e3d8768f3fe4a216463d0f77d15d636be8353fecccc75962d01adfa83c61
|
@@ -89,8 +89,8 @@ module Google
|
|
89
89
|
# The library version as recorded in instrumentation and logging.
|
90
90
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
91
91
|
# An array of interceptors that are run before calls are executed.
|
92
|
-
# * `timeout` (*type:* `
|
93
|
-
# Default timeout in
|
92
|
+
# * `timeout` (*type:* `Numeric`) -
|
93
|
+
# Default timeout in seconds.
|
94
94
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
95
95
|
# Additional gRPC headers to be sent with the call.
|
96
96
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_catalog
|
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
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -184,7 +184,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
184
|
- !ruby/object:Gem::Version
|
185
185
|
version: '0'
|
186
186
|
requirements: []
|
187
|
-
rubygems_version: 3.
|
187
|
+
rubygems_version: 3.2.6
|
188
188
|
signing_key:
|
189
189
|
specification_version: 4
|
190
190
|
summary: API Client library for the Data Catalog API
|