Skip to content

Commit

Permalink
chore: regenerate travelimpactmodel client (#18358)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 13, 2023
1 parent afccba9 commit 421cac9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-travelimpactmodel</artifactId>
<version>v1-rev20230827-2.0.0</version>
<version>v1-rev20231011-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20230827-2.0.0'
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20231011-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ 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.
* 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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -49,7 +51,9 @@ 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.
* 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.
* @return value or {@code null} for none
*/
public EmissionsGramsPerPax getEmissionsGramsPerPax() {
Expand All @@ -59,7 +63,9 @@ 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.
* 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.
* @param emissionsGramsPerPax emissionsGramsPerPax or {@code null} for none
*/
public FlightWithEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emissionsGramsPerPax) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-travelimpactmodel</artifactId>
<version>v1-rev20230827-2.0.0</version>
<name>Travel Impact Model API v1-rev20230827-2.0.0</name>
<version>v1-rev20231011-2.0.0</version>
<name>Travel Impact Model API v1-rev20231011-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 421cac9

Please sign in to comment.