Skip to content

Commit 49b3749

Browse files
1 parent a44d90e commit 49b3749

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

clients/google-api-services-travelimpactmodel/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-travelimpactmodel</artifactId>
25-
<version>v1-rev20231011-2.0.0</version>
25+
<version>v1-rev20241027-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20231011-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20241027-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/FlightWithEmissions.java

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
3333
/**
3434
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
3535
* be computed. For the list of reasons why emissions could not be computed, see
36-
* ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax
37-
* until TIM version 1.X.0 which will update this to be total wtw emissions aka
38-
* wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
36+
* ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
37+
* wtt_emissions_grams_per_pax.
3938
* The value may be {@code null}.
4039
*/
4140
@com.google.api.client.util.Key
@@ -51,9 +50,8 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
5150
/**
5251
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
5352
* be computed. For the list of reasons why emissions could not be computed, see
54-
* ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax
55-
* until TIM version 1.X.0 which will update this to be total wtw emissions aka
56-
* wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
53+
* ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
54+
* wtt_emissions_grams_per_pax.
5755
* @return value or {@code null} for none
5856
*/
5957
public EmissionsGramsPerPax getEmissionsGramsPerPax() {
@@ -63,9 +61,8 @@ public EmissionsGramsPerPax getEmissionsGramsPerPax() {
6361
/**
6462
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
6563
* be computed. For the list of reasons why emissions could not be computed, see
66-
* ComputeFlightEmissions. Note this field is currently equivalent to ttw_emissions_grams_per_pax
67-
* until TIM version 1.X.0 which will update this to be total wtw emissions aka
68-
* wtt_emissions_grams_per_pax + ttw_emissions_grams_per_pax.
64+
* ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
65+
* wtt_emissions_grams_per_pax.
6966
* @param emissionsGramsPerPax emissionsGramsPerPax or {@code null} for none
7067
*/
7168
public FlightWithEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emissionsGramsPerPax) {

clients/google-api-services-travelimpactmodel/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-travelimpactmodel</artifactId>
11-
<version>v1-rev20231011-2.0.0</version>
12-
<name>Travel Impact Model API v1-rev20231011-2.0.0</name>
11+
<version>v1-rev20241027-2.0.0</version>
12+
<name>Travel Impact Model API v1-rev20241027-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-travelimpactmodel/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-travelimpactmodel</artifactId>
25-
<version>v1-rev20231011-2.0.0</version>
25+
<version>v1-rev20241027-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20231011-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20241027-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)