Skip to content

Commit

Permalink
chore: regenerate travelimpactmodel client (#23748)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 29, 2024
1 parent a44d90e commit 49b3749
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 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-rev20231011-2.0.0</version>
<version>v1-rev20241027-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-rev20231011-2.0.0'
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20241027-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand All @@ -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) {
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-rev20231011-2.0.0</version>
<name>Travel Impact Model API v1-rev20231011-2.0.0</name>
<version>v1-rev20241027-2.0.0</version>
<name>Travel Impact Model API v1-rev20241027-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-travelimpactmodel/v1/README.md
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-rev20231011-2.0.0</version>
<version>v1-rev20241027-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-rev20231011-2.0.0'
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20241027-2.0.0'
}
```

Expand Down

0 comments on commit 49b3749

Please sign in to comment.