google-maps-fleet_engine-delivery-v1 0.2.2 → 0.2.4

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: 838463c8ab3e7d07685b0fbdc5de9f225122db612d208fa457f52094233dd942
4
- data.tar.gz: 5e2fdf74a09c356af65f17a68134d59b73f6a68853660cd15cebdedb9f7c65b4
3
+ metadata.gz: 53acdc092b9964b8ea3fbfc11fc1efc74445c6f7efb8421e6dcef52d303dcf27
4
+ data.tar.gz: c9712c95770d0761c037ef419a21f3478962ddd489342b63577ae8cda0364e74
5
5
  SHA512:
6
- metadata.gz: 4569ca1258490c1450ab971314c8d4ff3d389ce93115b3491bbc8fa7c9d62679f239e1ca06321658091712183531f57ab461195248b12fd0168da7a73f0d83a2
7
- data.tar.gz: 2a59f20cf85de4449aa5123c63d908541d31de8f02591270e2b580ef44686a9a41690835c5f118f1052770b2aece0fdbc5c243c184c65fa41a5b17d245f8a054
6
+ metadata.gz: b3ea2418902317d8acdd0cf4a6d5a0796d16654133000d8421c9c33c66dda2237e32d051cf3bba0d6b2fc5919c01009b7a1130b7a382ecf643a53aa87e56e5e9
7
+ data.tar.gz: faa03bb520a582403da48a5479b9fb0b76b0982117ede2096b89067aaae70d4ee59b3723d40a71cc03df7ccea6324faae7439ab6846e46daf62166f69271bcec
@@ -972,7 +972,7 @@ module Google
972
972
  # http://aip.dev/160 for examples of filter syntax. If you don't specify a
973
973
  # value, or if you filter on an empty string, then all Tasks are returned.
974
974
  # For information about the Task properties that you can filter on, see [List
975
- # tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
975
+ # tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
976
976
  #
977
977
  # @yield [response, operation] Access the result along with the RPC operation
978
978
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Maps::FleetEngine::Delivery::V1::Task>]
@@ -909,7 +909,7 @@ module Google
909
909
  # http://aip.dev/160 for examples of filter syntax. If you don't specify a
910
910
  # value, or if you filter on an empty string, then all Tasks are returned.
911
911
  # For information about the Task properties that you can filter on, see [List
912
- # tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
912
+ # tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
913
913
  # @yield [result, operation] Access the result along with the TransportOperation object
914
914
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Maps::FleetEngine::Delivery::V1::Task>]
915
915
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -22,7 +22,7 @@ module Google
22
22
  module FleetEngine
23
23
  module Delivery
24
24
  module V1
25
- VERSION = "0.2.2"
25
+ VERSION = "0.2.4"
26
26
  end
27
27
  end
28
28
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
@@ -310,7 +310,7 @@ module Google
310
310
  # http://aip.dev/160 for examples of filter syntax. If you don't specify a
311
311
  # value, or if you filter on an empty string, then all Tasks are returned.
312
312
  # For information about the Task properties that you can filter on, see [List
313
- # tasks](https://developers.google.com/maps/documentation/transportation-logistics/last-mile-fleet-solution/fleet-performance/fleet-engine/deliveries_api#list-tasks).
313
+ # tasks](https://developers.google.com/maps/documentation/mobility/fleet-engine/journeys/tasks/find-tasks#filter_listed_tasks).
314
314
  class ListTasksRequest
315
315
  include ::Google::Protobuf::MessageExts
316
316
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-maps-fleet_engine-delivery-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-02 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common