google-maps-fleet_engine-v1 0.3.0 → 0.4.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 +7 -0
- data/lib/google/maps/fleet_engine/v1/trip_service/rest/client.rb +7 -0
- data/lib/google/maps/fleet_engine/v1/vehicle_service/client.rb +7 -0
- data/lib/google/maps/fleet_engine/v1/vehicle_service/rest/client.rb +7 -0
- data/lib/google/maps/fleet_engine/v1/version.rb +1 -1
- data/proto_docs/google/maps/fleetengine/v1/fleetengine.rb +10 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23ef3de455e094b0b47e45b246f094152a4769379ab4f2354a05317b5d305ef5
|
4
|
+
data.tar.gz: 8df23c212179cd4b0218fd5aad334144a8834d702729198386dc2356c0c31cef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86aa710860ad2fc79bc7784540146512d677fecb277900982fd533d8798cf1c5adccd1fbae1eb709ddac3fffe195b74fbc8e5ba18c9760d75d6867273c1f8598
|
7
|
+
data.tar.gz: b6ed163cbd045d67d92296d0c1875cbfb7e511665dc4c21ba66b4bba186ddf67065ab36a64619a92275c5387fb1d28915305683743f3861a09b8dc9da290c019
|
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
|
89
|
+
This library is supported on Ruby 3.0+.
|
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
|
@@ -860,6 +860,13 @@ module Google
|
|
860
860
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
861
861
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
862
862
|
# * (`nil`) indicating no credentials
|
863
|
+
#
|
864
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
865
|
+
# external source for authentication to Google Cloud, you must validate it before
|
866
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
867
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
868
|
+
# For more information, refer to [Validate credential configurations from external
|
869
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
863
870
|
# @return [::Object]
|
864
871
|
# @!attribute [rw] scope
|
865
872
|
# The OAuth scopes
|
@@ -811,6 +811,13 @@ module Google
|
|
811
811
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
812
812
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
813
813
|
# * (`nil`) indicating no credentials
|
814
|
+
#
|
815
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
816
|
+
# external source for authentication to Google Cloud, you must validate it before
|
817
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
818
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
819
|
+
# For more information, refer to [Validate credential configurations from external
|
820
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
814
821
|
# @return [::Object]
|
815
822
|
# @!attribute [rw] scope
|
816
823
|
# The OAuth scopes
|
@@ -1162,6 +1162,13 @@ module Google
|
|
1162
1162
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1163
1163
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1164
1164
|
# * (`nil`) indicating no credentials
|
1165
|
+
#
|
1166
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1167
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1168
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1169
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1170
|
+
# For more information, refer to [Validate credential configurations from external
|
1171
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1165
1172
|
# @return [::Object]
|
1166
1173
|
# @!attribute [rw] scope
|
1167
1174
|
# The OAuth scopes
|
@@ -1105,6 +1105,13 @@ module Google
|
|
1105
1105
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1106
1106
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1107
1107
|
# * (`nil`) indicating no credentials
|
1108
|
+
#
|
1109
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1110
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1111
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1112
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1113
|
+
# For more information, refer to [Validate credential configurations from external
|
1114
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1108
1115
|
# @return [::Object]
|
1109
1116
|
# @!attribute [rw] scope
|
1110
1117
|
# The OAuth scopes
|
@@ -28,10 +28,14 @@ module Google
|
|
28
28
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
29
29
|
# @return [::String]
|
30
30
|
# Deprecated.
|
31
|
+
#
|
32
|
+
# Note: The following fields are mutually exclusive: `place_id`, `generated_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
31
33
|
# @!attribute [rw] generated_id
|
32
34
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
33
35
|
# @return [::String]
|
34
36
|
# Deprecated.
|
37
|
+
#
|
38
|
+
# Note: The following fields are mutually exclusive: `generated_id`, `place_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
35
39
|
# @!attribute [rw] value
|
36
40
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
37
41
|
# @return [::String]
|
@@ -126,12 +130,18 @@ module Google
|
|
126
130
|
# it's strongly recommended to use `string_value`. If both `string_value`
|
127
131
|
# and `value` are set, they must be identical or an error will be thrown.
|
128
132
|
# Both fields are populated in responses.
|
133
|
+
#
|
134
|
+
# Note: The following fields are mutually exclusive: `string_value`, `bool_value`, `number_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
129
135
|
# @!attribute [rw] bool_value
|
130
136
|
# @return [::Boolean]
|
131
137
|
# Boolean typed attribute value.
|
138
|
+
#
|
139
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `string_value`, `number_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
132
140
|
# @!attribute [rw] number_value
|
133
141
|
# @return [::Float]
|
134
142
|
# Double typed attribute value.
|
143
|
+
#
|
144
|
+
# Note: The following fields are mutually exclusive: `number_value`, `string_value`, `bool_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
135
145
|
class VehicleAttribute
|
136
146
|
include ::Google::Protobuf::MessageExts
|
137
147
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -130,7 +129,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
130
129
|
licenses:
|
131
130
|
- Apache-2.0
|
132
131
|
metadata: {}
|
133
|
-
post_install_message:
|
134
132
|
rdoc_options: []
|
135
133
|
require_paths:
|
136
134
|
- lib
|
@@ -138,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
136
|
requirements:
|
139
137
|
- - ">="
|
140
138
|
- !ruby/object:Gem::Version
|
141
|
-
version: '
|
139
|
+
version: '3.0'
|
142
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
141
|
requirements:
|
144
142
|
- - ">="
|
145
143
|
- !ruby/object:Gem::Version
|
146
144
|
version: '0'
|
147
145
|
requirements: []
|
148
|
-
rubygems_version: 3.
|
149
|
-
signing_key:
|
146
|
+
rubygems_version: 3.6.2
|
150
147
|
specification_version: 4
|
151
148
|
summary: Enables Fleet Engine for access to the On Demand Rides and Deliveries and
|
152
149
|
Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud
|