google-cloud-asset-v1 0.9.0 → 0.9.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: aebc06979ef88b2bae9e709cdbfe77c19d39143db1ecbc729c7702b76d7dabed
4
- data.tar.gz: cd98abf5b9be3d1fef93386f5adac816fe62622e584e556a2e0e034ed266dab1
3
+ metadata.gz: d2676cf0dd8d019fe96f3dc428baad272b08afea9a6df22144366532d2039793
4
+ data.tar.gz: 4824636848136eda0deb36dd5c9097aa7d2277a93ca6cc708828b23eaca17315
5
5
  SHA512:
6
- metadata.gz: 415985cce86805f60b1516c31a1598e64d135c27d9d12646ce39ccc960610bb16740014deee495d7f2962c94febc2e83d5b573e74ded5d66725031f6d485d897
7
- data.tar.gz: 34717621749e5e362958c0bccc48d2fd15d257c8fa510d739fa5cb129e08f72d6f2cc4e63b4a7eab36b0910768451b17fcd355a4667f2cf803ae663cc8166ae8
6
+ metadata.gz: 7b6fc678fbff7101e05caae726e6e5afe99adbcb97d0bb44a0d04545fd0dced56cabaaa820a5e3cfb9213d32b6238c1b9674e4eabac06d98701449be055cc478
7
+ data.tar.gz: 8b647e5b9f18943f4b49257cdc2cc988b3735598667e129208e3e24967bf64a4d9057c252dcefdc2d5d29e9841ea5e366298598dc2def1b7aaaeb947b8c5d335
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
38
+ require "google/cloud/asset/v1/_helpers" if ::File.file? helper_path
@@ -1318,7 +1318,7 @@ module Google
1318
1318
  # Each configuration object is of type `Gapic::Config::Method` and includes
1319
1319
  # the following configuration fields:
1320
1320
  #
1321
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1321
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1322
1322
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1323
1323
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1324
1324
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Asset
23
23
  module V1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.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-12-07 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: gapic-common
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
240
240
  - !ruby/object:Gem::Version
241
241
  version: '0'
242
242
  requirements: []
243
- rubygems_version: 3.1.4
243
+ rubygems_version: 3.2.6
244
244
  signing_key:
245
245
  specification_version: 4
246
246
  summary: API Client library for the Cloud Asset V1 API