google-iam-v1beta 0.1.0 → 0.1.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: a857d6bbc1eb2c2f321ca6744ad70c296c37b33f86429615668aab09cc93165a
4
- data.tar.gz: 9f6ea29e028022465b684668fe41b4c7b57a7d882c16573ca59eb09ca5a668e1
3
+ metadata.gz: 9b8bdaea142e39aa468ce45430bae33f3dc4de7c8f2ff3ed2bbb6238efa85e3d
4
+ data.tar.gz: a874a4cb5c6ad2ebd948b292d9fa652d1ce9952b6f969d13836d39afba66ef40
5
5
  SHA512:
6
- metadata.gz: d63e77ddb6b450630252a46adbc1480e5cc1de12c8bfead9ffedc4cb8891dc556107753f4362866bd53e4be9bc0b6204fbe7f11540fcd9c85f4d4d5a585d0a46
7
- data.tar.gz: 551aef68ea8e671e36bae1a000903b01f075185b0d31447161c962718c6037d05ab1dcb4d621db833002a5d652b52ed8c9fb019dbb6ffda55737f0b09fc8ef48
6
+ metadata.gz: aa0da78e7c9a08aa9ed060d10f183d0955b923c5102860cc41f727fbe4dd07bf3edbf7ae349b6203df5099dd69975df48ee38fac23b3a521eba01b66a6d97694
7
+ data.tar.gz: 74221e2d9aae22c564c54610d2cc9448696bd847fe5bc27e1a187fd2ab0d111b7514313828dec44bc25d75cb7f3622de680b6aae4e46fa601c25eb0e5d2d7950
@@ -31,3 +31,6 @@ module Google
31
31
  end
32
32
  end
33
33
  end
34
+
35
+ helper_path = ::File.join __dir__, "v1beta", "_helpers.rb"
36
+ require "google/iam/v1beta/_helpers" if ::File.file? helper_path
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V1beta
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1254,7 +1254,7 @@ module Google
1254
1254
  # Each configuration object is of type `Gapic::Config::Method` and includes
1255
1255
  # the following configuration fields:
1256
1256
  #
1257
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1257
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1258
1258
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1259
1259
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1260
1260
  # include the following keys:
@@ -514,7 +514,7 @@ module Google
514
514
  # Each configuration object is of type `Gapic::Config::Method` and includes
515
515
  # the following configuration fields:
516
516
  #
517
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
517
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
518
518
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
519
519
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
520
520
  # include the following keys:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.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-11-09 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
@@ -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.4
201
+ rubygems_version: 3.2.6
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: API Client library for the Google IAM V1beta API