google-maps-fleet_engine-v1 0.3.0 → 0.4.0

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: 0ffa3025511a3d1e57df02eea7a48d67b818310969f3c61a9d356bf9e13fa85d
4
- data.tar.gz: c67cf2bba21983e91ea56539530f40af4ba8aa0696c87d25470c853ce5f7f77f
3
+ metadata.gz: 23ef3de455e094b0b47e45b246f094152a4769379ab4f2354a05317b5d305ef5
4
+ data.tar.gz: 8df23c212179cd4b0218fd5aad334144a8834d702729198386dc2356c0c31cef
5
5
  SHA512:
6
- metadata.gz: e3794b01d35e8b345fee0150c97029cf2dcc3316f9989113d15049155493933669188bf5cf22b300fca09935f76485d7072ad4fec2a17aaa7bbe60b93f8cfc8f
7
- data.tar.gz: 74b016fd77b768e52bf6016b983c1933626d6722c6560985ee874f0b8e1653ede87e14a3f2c0381909e2f8bd600e0f6d4d759eecff20f9b88008e3ed420d70dd
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 2.7+.
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Maps
22
22
  module FleetEngine
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -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.3.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: 2024-12-10 00:00:00.000000000 Z
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.24.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.24.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: '2.7'
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.5.23
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