google-cloud-asset 1.1.2 → 1.1.3

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: 6cd87f8eaedc875f454480b6b5d85f6e3f547e4e1c64bb1c80ce781dc1d50d16
4
- data.tar.gz: fb37930d60d110953639d0358ee2fd6898a6ba2f1d347ff360e0a3dac4f8bd40
3
+ metadata.gz: '09db442c372ae41d87689be2a298aaa634c05cdcbc418de411c3fb75921bf66b'
4
+ data.tar.gz: 0caeffa7b03849c8d41cfb9bc8174c0f65995699649264040bb926f66fedd2fa
5
5
  SHA512:
6
- metadata.gz: ba3cdf950e6346d608b35fd6e924c3d2540d906f86fe574933f414725c6659bd109a9338d1bb37fe20a90deb861a2ddc55604d31c987077e0aacdb6a61cada45
7
- data.tar.gz: ffcce1167e59b3488fc5bb51c20c8b3986e8fd35993bb3e0f1ca087cea792fd02a5f2219a44c870664b5db3551c02c113f946ca4f15d2f9e5c497c03d66b7265
6
+ metadata.gz: cb6070eeb6136af6f131038df8a55e68e5a361af36ac132cd204654c34d21fd9b5cb9f295f6e20486ef1b76811ddfb1d74f1b701f5ae00332287a492b68d1e80
7
+ data.tar.gz: c152e5cb3256c97824684ba398387301504e39b09f48721f58a5ca723a372f4cd72e05e745c3b136debe5e7aeec7ab7f41ed6ec8e0bf3dfdd3e435f85cac7697
@@ -88,8 +88,8 @@ module Google
88
88
  # The library version as recorded in instrumentation and logging.
89
89
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
90
90
  # An array of interceptors that are run before calls are executed.
91
- # * `timeout` (*type:* `Integer`) -
92
- # Default timeout in milliseconds.
91
+ # * `timeout` (*type:* `Numeric`) -
92
+ # Default timeout in seconds.
93
93
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
94
94
  # Additional gRPC headers to be sent with the call.
95
95
  # * `retry_policy` (*type:* `Hash`) -
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.1.2".freeze
19
+ VERSION = "1.1.3".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
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-18 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-asset-v1
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  requirements: []
201
- rubygems_version: 3.1.3
201
+ rubygems_version: 3.2.6
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: API Client library for the Cloud Asset API