Skip to content

Commit a1e0126

Browse files
feat: Automated regeneration of travelimpactmodel v1 client (googleapis#21851)
Auto-created at 2025-02-26 21:06:13 +0000 using the toys pull request generator.
1 parent 48fa604 commit a1e0126

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-travelimpactmodel_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-travelimpactmodel_v1
22

3+
### v0.6.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250224
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.5.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

generated/google-apis-travelimpactmodel_v1/lib/google/apis/travelimpactmodel_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TravelimpactmodelV1
1818
# Version of the google-apis-travelimpactmodel_v1 gem
19-
GEM_VERSION = "0.5.0"
19+
GEM_VERSION = "0.6.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20231011"
25+
REVISION = "20250224"
2626
end
2727
end
2828
end

generated/google-apis-travelimpactmodel_v1/lib/google/apis/travelimpactmodel_v1/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def initialize
5757
# same order. If there are no estimates available for a certain flight leg, the
5858
# response will return the flight leg object with empty emission fields. The
5959
# request will still be considered successful. Reasons for missing emission
60-
# estimates include: - The flight is unknown to the server. - The input flight
61-
# leg is missing one or more identifiers. - The flight date is in the past. -
62-
# The aircraft type is not supported by the model. - Missing seat configuration.
60+
# estimates include: * The flight is unknown to the server. * The input flight
61+
# leg is missing one or more identifiers. * The flight date is in the past. *
62+
# The aircraft type is not supported by the model. * Missing seat configuration.
6363
# The request can contain up to 1000 flight legs. If the request has more than
6464
# 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
6565
# @param [Google::Apis::TravelimpactmodelV1::ComputeFlightEmissionsRequest] compute_flight_emissions_request_object

0 commit comments

Comments
 (0)