From 306b214540a630ac0469389404ba8fe4a078a3f2 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:50:22 -0700 Subject: [PATCH] chore: regenerate travelimpactmodel client --- .../v1/2.0.0/README.md | 4 +- .../v1/TravelImpactModel.java | 111 +++++++++--------- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- 4 files changed, 61 insertions(+), 62 deletions(-) diff --git a/clients/google-api-services-travelimpactmodel/v1/2.0.0/README.md b/clients/google-api-services-travelimpactmodel/v1/2.0.0/README.md index 086d38ea060..1320bcd3b0b 100644 --- a/clients/google-api-services-travelimpactmodel/v1/2.0.0/README.md +++ b/clients/google-api-services-travelimpactmodel/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-travelimpactmodel - v1-rev20260525-2.0.0 + v1-rev20260602-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260525-2.0.0' + implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260602-2.0.0' } ``` diff --git a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/TravelImpactModel.java b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/TravelImpactModel.java index df03622301f..b46c0d92d42 100644 --- a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/TravelImpactModel.java +++ b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/TravelImpactModel.java @@ -154,15 +154,15 @@ public Flights flights() { public class Flights { /** - * Stateless method to retrieve emission estimates. Details on how emission estimates are computed - * are in [GitHub](https://github.com/google/travel-impact-model). The response will contain all - * entries that match the input flight legs, in the same order. If there are no estimates available - * for a certain flight leg, the response will return the flight leg object with empty emission - * fields. The request will still be considered successful. Reasons for missing emission estimates - * include: * The flight is unknown to the server. * The input flight leg is missing one or more - * identifiers. * The flight date is in the past. * The aircraft type is not supported by the model. - * * Missing seat configuration. The request can contain up to 1000 flight legs. If the request has - * more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error. + * Retrieves emission estimates. Details on how emission estimates are computed are in + * [GitHub](https://github.com/google/travel-impact-model). The response will contain all entries + * that match the input flight legs, in the same order. If there are no estimates available for a + * certain flight leg, the response will return the flight leg object with empty emission fields. + * The request will still be considered successful. Reasons for missing emission estimates include: + * * The flight is unknown to the server. * The input flight leg is missing one or more identifiers. + * * The flight date is in the past. * The aircraft type is not supported by the model. * Missing + * seat configuration. The request can contain up to 1000 flight legs. If the request has more than + * 1000 direct flights, if will fail with an INVALID_ARGUMENT error. * * Create a request for the method "flights.computeFlightEmissions". * @@ -184,14 +184,14 @@ public class ComputeFlightEmissions extends TravelImpactModelRequestcom.google.apis google-api-services-travelimpactmodel - v1-rev20260525-2.0.0 - Travel Impact Model API v1-rev20260525-2.0.0 + v1-rev20260602-2.0.0 + Travel Impact Model API v1-rev20260602-2.0.0 jar 2011 diff --git a/clients/google-api-services-travelimpactmodel/v1/README.md b/clients/google-api-services-travelimpactmodel/v1/README.md index 086d38ea060..1320bcd3b0b 100644 --- a/clients/google-api-services-travelimpactmodel/v1/README.md +++ b/clients/google-api-services-travelimpactmodel/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-travelimpactmodel - v1-rev20260525-2.0.0 + v1-rev20260602-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260525-2.0.0' + implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260602-2.0.0' } ```