google-maps-fleet_engine-v1 0.9.1 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/maps/fleet_engine/v1/trip_service/client.rb +2 -0
- data/lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb +2 -0
- data/lib/google/maps/fleet_engine/v1/vehicle_service/client.rb +2 -0
- data/lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb +2 -0
- data/lib/google/maps/fleet_engine/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 650147fcf56d07e044b6e9350bcdf4623bae313f972e7479d391ee081ceff8db
|
|
4
|
+
data.tar.gz: 81404555abe7065274a9bf32a784521f97bd1c76562f3520517bfc5623c4aa57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e18bfc5dab760bbc34e81d948153bf70f80648eceda9ca945e0b74b666f3ad293f1791cc86c51c25df81cf511c0cbbbdd3e61d99a6ee35d3362a2a711809fcaa
|
|
7
|
+
data.tar.gz: e3a45596f678cf37b4fbdc70f9d62f9ddea767a2b3ff648d2f6e453516e5210664acf0ea9e8ff77cfdbd75f4757ba0502ff8cd8eeb0c374878c08d9b9a48fc99
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1006,6 +1006,7 @@ module Google
|
|
|
1006
1006
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1007
1007
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1008
1008
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1009
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1009
1010
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1010
1011
|
# trigger a retry.
|
|
1011
1012
|
# @return [::Hash]
|
|
@@ -1089,6 +1090,7 @@ module Google
|
|
|
1089
1090
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1090
1091
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1091
1092
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1093
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1092
1094
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1093
1095
|
# trigger a retry.
|
|
1094
1096
|
#
|
|
@@ -925,6 +925,7 @@ module Google
|
|
|
925
925
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
926
926
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
927
927
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
928
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
928
929
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
929
930
|
# trigger a retry.
|
|
930
931
|
# @return [::Hash]
|
|
@@ -997,6 +998,7 @@ module Google
|
|
|
997
998
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
998
999
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
999
1000
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1001
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1000
1002
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1001
1003
|
# trigger a retry.
|
|
1002
1004
|
#
|
|
@@ -1309,6 +1309,7 @@ module Google
|
|
|
1309
1309
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1310
1310
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1311
1311
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1312
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1312
1313
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1313
1314
|
# trigger a retry.
|
|
1314
1315
|
# @return [::Hash]
|
|
@@ -1392,6 +1393,7 @@ module Google
|
|
|
1392
1393
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1393
1394
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1394
1395
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1396
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1395
1397
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1396
1398
|
# trigger a retry.
|
|
1397
1399
|
#
|
|
@@ -1220,6 +1220,7 @@ module Google
|
|
|
1220
1220
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1221
1221
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1222
1222
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1223
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1223
1224
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1224
1225
|
# trigger a retry.
|
|
1225
1226
|
# @return [::Hash]
|
|
@@ -1292,6 +1293,7 @@ module Google
|
|
|
1292
1293
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1293
1294
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1294
1295
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1296
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1295
1297
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1296
1298
|
# trigger a retry.
|
|
1297
1299
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-maps-fleet_engine-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|