google-maps-fleet_engine-delivery-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 310af7f6c73ec8b37821f60127677cff22bbb0289d4ee605ed6967f84ff78752
|
4
|
+
data.tar.gz: 324cb5f3c327a500a18aef0e095779c1cf7a42bf62ab77325f61c908c4aa6037
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 306b6628b21c0cf2542b1c8565b03e8b4e1c26042a0ed929917838418223e9372d5dd3b6735b1034b480fcebae52a954bf548d56ab81b47677b29cd832585dfe
|
7
|
+
data.tar.gz: 6f1c36fa8de92f8b3b769d3f3f89192898a763519aef225c95c3e37c9703ea576a32b0377d25df99335ad9d4195707a143bd90a1f2867d43cc4613e4afab7e18
|
@@ -1576,8 +1576,8 @@ module Google
|
|
1576
1576
|
|
1577
1577
|
config_attr :endpoint, nil, ::String, nil
|
1578
1578
|
config_attr :credentials, nil do |value|
|
1579
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1580
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1579
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1580
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1581
1581
|
allowed.any? { |klass| klass === value }
|
1582
1582
|
end
|
1583
1583
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1464,7 +1464,7 @@ module Google
|
|
1464
1464
|
|
1465
1465
|
config_attr :endpoint, nil, ::String, nil
|
1466
1466
|
config_attr :credentials, nil do |value|
|
1467
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1467
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1468
1468
|
allowed.any? { |klass| klass === value }
|
1469
1469
|
end
|
1470
1470
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.5.
|
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:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
134
|
- !ruby/object:Gem::Version
|
135
135
|
version: '0'
|
136
136
|
requirements: []
|
137
|
-
rubygems_version: 3.6.
|
137
|
+
rubygems_version: 3.6.8
|
138
138
|
specification_version: 4
|
139
139
|
summary: Enables Fleet Engine for access to the On Demand Rides and Deliveries and
|
140
140
|
Last Mile Fleet Solution APIs. Customer's use of Google Maps Content in the Cloud
|