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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0401f1758e69f883b56547a6257d1b80ba76a836ea3cdd64298f4829ec862a1a
4
- data.tar.gz: 5c6cfd10ed8dccf651426297d9d89d19ab8d1a96f5fe7d1829569aca2b42ff76
3
+ metadata.gz: ed1668b59f7fe329e180cc1d4d45e01034868ccdec07fc88fc4da1a4fad48678
4
+ data.tar.gz: 19c4ef5fb0a7d166f17ec7718e5732b43912245ee33987e92506b65b68f33fb9
5
5
  SHA512:
6
- metadata.gz: e70317a181e135e871058781db3cc4d8664b356a23ff770503810d8e7f929902a1e635f3e65b2d830b336603264dbe81a94997fdced2fc655c71b9c0605925d8
7
- data.tar.gz: 730e3b623524511c7f9db7254e52de7fdbbf975759f3e13dfb8b054aa0818f48720de33375c7f6ee7eead9a0693c77725c51e8b51354b58f3205dfd89f84423f
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:* `Integer`) -
93
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
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.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: 2020-06-25 00:00:00.000000000 Z
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.1.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