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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b8bdaea142e39aa468ce45430bae33f3dc4de7c8f2ff3ed2bbb6238efa85e3d
|
4
|
+
data.tar.gz: a874a4cb5c6ad2ebd948b292d9fa652d1ce9952b6f969d13836d39afba66ef40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa0da78e7c9a08aa9ed060d10f183d0955b923c5102860cc41f727fbe4dd07bf3edbf7ae349b6203df5099dd69975df48ee38fac23b3a521eba01b66a6d97694
|
7
|
+
data.tar.gz: 74221e2d9aae22c564c54610d2cc9448696bd847fe5bc27e1a187fd2ab0d111b7514313828dec44bc25d75cb7f3622de680b6aae4e46fa601c25eb0e5d2d7950
|
data/lib/google/iam/v1beta.rb
CHANGED
@@ -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
|
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
|
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.
|
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:
|
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.
|
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
|