google-iam-credentials-v1 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: c0897fd049fdcb5398e151f64b38af25c0dd24745acc1939b9cf53759ed95037
|
4
|
+
data.tar.gz: 292fc11f716be1d7878b4c1b9fc5d4d066863a1183689798081544d968a3f667
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b733aa96e3a11b14138f4426f2fb6db186ffe432307e7b0966c2432290d9816572794136967c41c241ef7199fb10ac48ed6be7d3186a4b430a1707fb100d506
|
7
|
+
data.tar.gz: 5aff91280c19cf14b0a0794693839ad4a6375217cfb6cc9d3c1abd9264edbbb1fc61280d97b8fdc2b836e32564c2decf0cf3947adb372bfce547b36bbdb89b5b
|
@@ -649,7 +649,7 @@ module Google
|
|
649
649
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
650
650
|
# the following configuration fields:
|
651
651
|
#
|
652
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
652
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
653
653
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
654
654
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
655
655
|
# include the following keys:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-iam-credentials-v1
|
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 IAM Service Account Credentials V1 API
|