From 49b37495350ef07e6d5d0de6dc82743c98935c7b Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Mon, 28 Oct 2024 19:20:27 -0700
Subject: [PATCH] chore: regenerate travelimpactmodel client (#23748)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
---
.../v1/2.0.0/README.md | 4 ++--
.../v1/model/FlightWithEmissions.java | 15 ++++++---------
.../v1/2.0.0/pom.xml | 4 ++--
.../v1/README.md | 4 ++--
4 files changed, 12 insertions(+), 15 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 a05e0792afb..3da8632d8aa 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-rev20231011-2.0.0
+ v1-rev20241027-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20231011-2.0.0'
+ implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20241027-2.0.0'
}
```
diff --git a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/FlightWithEmissions.java b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/FlightWithEmissions.java
index 04dc21d69d1..5dee8e436cf 100644
--- a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/FlightWithEmissions.java
+++ b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/FlightWithEmissions.java
@@ -33,9 +33,8 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
/**
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
* be computed. For the list of reasons why emissions could not be computed, see
- * ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax
- * until TIM version 1.X.0 which will update this to be total wtw emissions aka
- * wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
+ * ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
+ * wtt_emissions_grams_per_pax.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -51,9 +50,8 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
/**
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
* be computed. For the list of reasons why emissions could not be computed, see
- * ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax
- * until TIM version 1.X.0 which will update this to be total wtw emissions aka
- * wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
+ * ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
+ * wtt_emissions_grams_per_pax.
* @return value or {@code null} for none
*/
public EmissionsGramsPerPax getEmissionsGramsPerPax() {
@@ -63,9 +61,8 @@ public EmissionsGramsPerPax getEmissionsGramsPerPax() {
/**
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
* be computed. For the list of reasons why emissions could not be computed, see
- * ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax
- * until TIM version 1.X.0 which will update this to be total wtw emissions aka
- * wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
+ * ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
+ * wtt_emissions_grams_per_pax.
* @param emissionsGramsPerPax emissionsGramsPerPax or {@code null} for none
*/
public FlightWithEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emissionsGramsPerPax) {
diff --git a/clients/google-api-services-travelimpactmodel/v1/2.0.0/pom.xml b/clients/google-api-services-travelimpactmodel/v1/2.0.0/pom.xml
index c95d25b7d72..10c3a560cb3 100644
--- a/clients/google-api-services-travelimpactmodel/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-travelimpactmodel/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-travelimpactmodel
- v1-rev20231011-2.0.0
- Travel Impact Model API v1-rev20231011-2.0.0
+ v1-rev20241027-2.0.0
+ Travel Impact Model API v1-rev20241027-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 a05e0792afb..3da8632d8aa 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-rev20231011-2.0.0
+ v1-rev20241027-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20231011-2.0.0'
+ implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20241027-2.0.0'
}
```