google-cloud-access_approval 1.0.0 → 1.0.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: 4fa6c2db0532ac2c802e48abee5bb70fc3a8e18f4e74e7a2442069d5d9012240
4
- data.tar.gz: 8af6085c758999053e8f2b2acd2e88a52fd69955761f244472361ded98c9a38c
3
+ metadata.gz: ebd1d412060aaf5671b22a56a8df5e9783205225508f34c9fbdc18cd897b2800
4
+ data.tar.gz: 8c85ad31fd69367190fd9a2a4bd41f22f8c9154e609792a35d7c47ff3bb5d568
5
5
  SHA512:
6
- metadata.gz: d75727604c29353a6db9df300448c2b604f34cf7f2be320da12229a181cc06af9b66651bf3e38e21218170d00f9bf93cbb78dd560b01ffca7f1b5dec967896ab
7
- data.tar.gz: ed57a91797bb149eeddfecccf722190e032352861e42e378f5fee3fc28629d128d24f6f7d117fe83c8e1027e7e7f81e0d1f824139dd530f850d914b460280028
6
+ metadata.gz: 1ba4c17af97b553e47f8aea168186295535bd66fceecb7ebed9d17608896378fbec67bc9bb43b07b39a261e7cd3d8b6ff98e12e70c84b7cbf4b930e959fd146d
7
+ data.tar.gz: 1c8f25bb38103b0bd698589ff1648aaad1b4dcca8968ec9e817cd4851c4fea3f8fd5375025dd645ff04e9889b30af16a55e6af4b44531ef1d5a3ad2639026ff4
@@ -120,8 +120,8 @@ module Google
120
120
  # The library version as recorded in instrumentation and logging.
121
121
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
122
122
  # An array of interceptors that are run before calls are executed.
123
- # * `timeout` (*type:* `Integer`) -
124
- # Default timeout in milliseconds.
123
+ # * `timeout` (*type:* `Numeric`) -
124
+ # Default timeout in seconds.
125
125
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
126
126
  # Additional gRPC headers to be sent with the call.
127
127
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-access_approval
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.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-08 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: google-cloud-access_approval-v1
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  - !ruby/object:Gem::Version
183
183
  version: '0'
184
184
  requirements: []
185
- rubygems_version: 3.1.4
185
+ rubygems_version: 3.2.6
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: API Client library for the Access Approval API