google-maps-fleet_engine-v1 0.5.0 → 0.5.1

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: d5f2820e8a005cd94175171c38301950cf350252dd94cef6c2b8411c86d8f946
4
- data.tar.gz: b17fa731e4235b0465c4667b7d1dac3c2763cc48717225c99866b973a4eb8ea7
3
+ metadata.gz: c8aecaef73edb4dc9701b26c21281167a7992f809edbf0cd9b0031e27a4031ad
4
+ data.tar.gz: 815e3458eac1c3e21f3dd52426d1f7ef6eb939a1ce0e691f198859e3617d709f
5
5
  SHA512:
6
- metadata.gz: d5391f933b1c86634eae32980162d6ed6e0bee9f3f859ea2f72dc672b7047f67700b8835c5502a9a45350daa8a0e4ed2d33edb25ba7337b02d44b6b3ece2d5f1
7
- data.tar.gz: 56e9c1f4698ad3f43b4c454e8816a96e4c31539d56078a30473d0947ce5d4925b8c86112e098259516735d66850c39c7a58f97c22b30cb7d15fccff5e2469d27
6
+ metadata.gz: d0d32e11e1994d69ba866e0a7740ee66402f82d047812fbbe83ff4979a06b28347fd5d41ac7f52b08d372ca00c6cb4eee726d0558dbfde88e9e1fad9578d4251
7
+ data.tar.gz: b9994367a1ac1a9b45ee58d2d1b578b47f8ab5c6d0b33d6a821dc2992abab887c6c2188d6422c9848943ef74a146b9f961b5e528eb29854720389db745fa7024
@@ -1015,8 +1015,8 @@ module Google
1015
1015
 
1016
1016
  config_attr :endpoint, nil, ::String, nil
1017
1017
  config_attr :credentials, nil do |value|
1018
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1019
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1018
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1019
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1020
1020
  allowed.any? { |klass| klass === value }
1021
1021
  end
1022
1022
  config_attr :scope, nil, ::String, ::Array, nil
@@ -951,7 +951,7 @@ module Google
951
951
 
952
952
  config_attr :endpoint, nil, ::String, nil
953
953
  config_attr :credentials, nil do |value|
954
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
954
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
955
955
  allowed.any? { |klass| klass === value }
956
956
  end
957
957
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1318,8 +1318,8 @@ module Google
1318
1318
 
1319
1319
  config_attr :endpoint, nil, ::String, nil
1320
1320
  config_attr :credentials, nil do |value|
1321
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1322
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1321
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1322
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1323
1323
  allowed.any? { |klass| klass === value }
1324
1324
  end
1325
1325
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1246,7 +1246,7 @@ module Google
1246
1246
 
1247
1247
  config_attr :endpoint, nil, ::String, nil
1248
1248
  config_attr :credentials, nil do |value|
1249
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1249
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1250
1250
  allowed.any? { |klass| klass === value }
1251
1251
  end
1252
1252
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Maps
22
22
  module FleetEngine
23
23
  module V1
24
- VERSION = "0.5.0"
24
+ VERSION = "0.5.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-04 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  - !ruby/object:Gem::Version
144
144
  version: '0'
145
145
  requirements: []
146
- rubygems_version: 3.6.5
146
+ rubygems_version: 3.6.8
147
147
  specification_version: 4
148
148
  summary: Enables Fleet Engine for access to the On Demand Rides and Deliveries and
149
149
  Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud