From e848c56970cd73bb1d3257bf0d1a8df7f4f00f70 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 20 Aug 2026 17:52:23 -0700
Subject: [PATCH] chore: regenerate travelimpactmodel client
---
.../v1/2.0.0/README.md | 4 ++--
.../v1/model/EmissionsProvenance.java | 20 +++++++++++++++----
.../v1/model/EmissionsProvenanceEntry.java | 13 ++++++++----
.../v1/2.0.0/pom.xml | 4 ++--
.../v1/README.md | 4 ++--
5 files changed, 31 insertions(+), 14 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 c9c5b6a60bf..1677a6fdaac 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-rev20260624-2.0.0
+ v1-rev20260819-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260624-2.0.0'
+ implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260819-2.0.0'
}
```
diff --git a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenance.java b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenance.java
index 364a98e112e..8c86bdaf577 100644
--- a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenance.java
+++ b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenance.java
@@ -18,7 +18,10 @@
/**
* Information about the provenance of the data used to calculate emissions estimates, including
- * contributing factors and their data sources.
+ * contributing factors and their data sources. In `provenance_entries`, `provenance_entry_type`
+ * acts as the "key" identifying the contributing factor, and there is always only one entry per
+ * entry type. The remaining fields in each entry describe that specific entry type and may or may
+ * not be populated depending on the contributing factor and available data.
*
*
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Travel Impact Model API. For a detailed explanation
@@ -32,14 +35,20 @@
public final class EmissionsProvenance extends com.google.api.client.json.GenericJson {
/**
- * Output only. All contributing factors used to calculate emissions.
+ * Output only. All contributing factors used to calculate emissions. Each entry type
+ * (`provenance_entry_type`) acts as a "key" identifying the factor, with always only one entry
+ * per entry type. The remaining fields describe that specific factor and may or may not be
+ * populated.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List provenanceEntries;
/**
- * Output only. All contributing factors used to calculate emissions.
+ * Output only. All contributing factors used to calculate emissions. Each entry type
+ * (`provenance_entry_type`) acts as a "key" identifying the factor, with always only one entry
+ * per entry type. The remaining fields describe that specific factor and may or may not be
+ * populated.
* @return value or {@code null} for none
*/
public java.util.List getProvenanceEntries() {
@@ -47,7 +56,10 @@ public java.util.List getProvenanceEntries() {
}
/**
- * Output only. All contributing factors used to calculate emissions.
+ * Output only. All contributing factors used to calculate emissions. Each entry type
+ * (`provenance_entry_type`) acts as a "key" identifying the factor, with always only one entry
+ * per entry type. The remaining fields describe that specific factor and may or may not be
+ * populated.
* @param provenanceEntries provenanceEntries or {@code null} for none
*/
public EmissionsProvenance setProvenanceEntries(java.util.List provenanceEntries) {
diff --git a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenanceEntry.java b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenanceEntry.java
index 415cc2cd15a..3b87a352898 100644
--- a/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenanceEntry.java
+++ b/clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/EmissionsProvenanceEntry.java
@@ -17,7 +17,9 @@
package com.google.api.services.travelimpactmodel.v1.model;
/**
- * Details about a single contributing factor in emissions calculations.
+ * Details about a single contributing factor in emissions calculations. Each entry represents a
+ * single factor where `provenance_entry_type` acts as the key identifying the factor, and the other
+ * fields describe it and may or may not be populated.
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Travel Impact Model API. For a detailed explanation
@@ -97,7 +99,8 @@ public final class EmissionsProvenanceEntry extends com.google.api.client.json.G
private java.lang.String loadFactorsT100Strategy;
/**
- * Output only. The type of the provenance entry.
+ * Output only. The type of the provenance entry. Acts as the "key" identifying the contributing
+ * factor; the remaining fields in this message describe it and may or may not be populated.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -284,7 +287,8 @@ public EmissionsProvenanceEntry setLoadFactorsT100Strategy(java.lang.String load
}
/**
- * Output only. The type of the provenance entry.
+ * Output only. The type of the provenance entry. Acts as the "key" identifying the contributing
+ * factor; the remaining fields in this message describe it and may or may not be populated.
* @return value or {@code null} for none
*/
public java.lang.String getProvenanceEntryType() {
@@ -292,7 +296,8 @@ public java.lang.String getProvenanceEntryType() {
}
/**
- * Output only. The type of the provenance entry.
+ * Output only. The type of the provenance entry. Acts as the "key" identifying the contributing
+ * factor; the remaining fields in this message describe it and may or may not be populated.
* @param provenanceEntryType provenanceEntryType or {@code null} for none
*/
public EmissionsProvenanceEntry setProvenanceEntryType(java.lang.String provenanceEntryType) {
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 a9c9fefaef1..946455bb2dd 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-rev20260624-2.0.0
- Travel Impact Model API v1-rev20260624-2.0.0
+ v1-rev20260819-2.0.0
+ Travel Impact Model API v1-rev20260819-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 c9c5b6a60bf..1677a6fdaac 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-rev20260624-2.0.0
+ v1-rev20260819-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260624-2.0.0'
+ implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260819-2.0.0'
}
```