google-maps-fleet_engine 1.1.1 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96b0e0a868c9a1cff666be0b7bd1de50a9446e7df9933e7ebc0c3e7cc19b0bd9
4
- data.tar.gz: 80b6ade3514f70d6c3a2198ea82a79e8871ec4c5a1a7d956af6a9e5d7c082e08
3
+ metadata.gz: bddb8032bfcc90ebcb3bf6a02936d1e2e3338c7a5e4a9fd1bdce447bb619c7bf
4
+ data.tar.gz: 4a5433ea36db3a9c0cae1a682388c4475385f3e671ccb7dc47af869b91cd0c66
5
5
  SHA512:
6
- metadata.gz: 724b033d23a23f2e7a5ddadcee7891ae04384477fe13422121b6aa0708a0a57e4afe6757f38c0eb91ce6cdcb120ed5d13113d0e7631a4d24ff9e83921d93fc4d
7
- data.tar.gz: ef2d8848701e97132a88b3a771c31b5d5bd97a0cfeff3e73d3e3d1456c8b13fd80e027e39c2fc2027be209662b591ecc31903b20d7dd1814f225974472a1b5cb
6
+ metadata.gz: ed90898033a38bffbb666bc456f5a335a01c0276d4155a5af1571b7efe1dbadb6be5a5c0774c674610287c85d02f3c27dd29aa152875b35d6b397ae454b67766
7
+ data.tar.gz: 32afbb9c3db47ae91db287d658f771892e9b9b9c4430b2f47e7509e6ced601bd100717ccf1b91e6632da7b4f5c638534ece87116b62237560dbb0302c28e9968
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/fleetengine.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/maps/fleet_engine"
39
+
40
+ client = Google::Maps::FleetEngine.trip_service
41
+ request = ::Google::Maps::FleetEngine::V1::CreateTripRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_trip request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Maps
22
22
  module FleetEngine
23
- VERSION = "1.1.1"
23
+ VERSION = "1.2.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-maps-fleet_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,14 +70,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: Enables Fleet Engine for access to the On Demand Rides and Deliveries and
83
83
  Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud