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'
}
```