google-cloud-managed_identities 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: 43d3d218de8adf3c306fd96117d6c5e9066542553ea4ffcac37e71d5864a89bb
|
4
|
+
data.tar.gz: 7099c8c8d4c6c8bc0849e95743b70532c2c727488e5fa74c9d63fb6d7012400f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4b530ceb85994c56c257dd54ff9808a89a796789acfadf0cf515cb3aa1c58f3df7d1a8a48c7068b0197d8fc51986ce2ac7025457fbffe34bad69386488f96bf
|
7
|
+
data.tar.gz: fd39b827f76623f604918c82ec7059ef6edc80f9653773c18d9e57db5b911c5e62a53168b79e7d2a9a64e39dfc7735443bed980a5ba1b0b0b1247fac068f6d2f
|
@@ -119,8 +119,8 @@ module Google
|
|
119
119
|
# The library version as recorded in instrumentation and logging.
|
120
120
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
121
121
|
# An array of interceptors that are run before calls are executed.
|
122
|
-
# * `timeout` (*type:* `
|
123
|
-
# Default timeout in
|
122
|
+
# * `timeout` (*type:* `Numeric`) -
|
123
|
+
# Default timeout in seconds.
|
124
124
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
125
125
|
# Additional gRPC headers to be sent with the call.
|
126
126
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-managed_identities
|
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: google-cloud-core
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
186
|
+
rubygems_version: 3.2.6
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: API Client library for the Managed Service for Microsoft Active Directory
|