Skip to content

Commit 28d32ec

Browse files
1 parent bfb810f commit 28d32ec

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
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-rev20250224-2.0.0</version>
25+
<version>v1-rev20250602-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20250602-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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ 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. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
37-
* wtt_emissions_grams_per_pax.
36+
* ComputeFlightEmissions.
3837
* The value may be {@code null}.
3938
*/
4039
@com.google.api.client.util.Key
@@ -50,8 +49,7 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
5049
/**
5150
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
5251
* be computed. For the list of reasons why emissions could not be computed, see
53-
* ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
54-
* wtt_emissions_grams_per_pax.
52+
* ComputeFlightEmissions.
5553
* @return value or {@code null} for none
5654
*/
5755
public EmissionsGramsPerPax getEmissionsGramsPerPax() {
@@ -61,8 +59,7 @@ public EmissionsGramsPerPax getEmissionsGramsPerPax() {
6159
/**
6260
* Optional. Per-passenger emission estimate numbers. Will not be present if emissions could not
6361
* be computed. For the list of reasons why emissions could not be computed, see
64-
* ComputeFlightEmissions. This field uses wtw emissions aka ttw_emissions_grams_per_pax +
65-
* wtt_emissions_grams_per_pax.
62+
* ComputeFlightEmissions.
6663
* @param emissionsGramsPerPax emissionsGramsPerPax or {@code null} for none
6764
*/
6865
public FlightWithEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emissionsGramsPerPax) {

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

Lines changed: 3 additions & 3 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-rev20250224-2.0.0</version>
12-
<name>Travel Impact Model API v1-rev20250224-2.0.0</name>
11+
<version>v1-rev20250602-2.0.0</version>
12+
<name>Travel Impact Model API v1-rev20250602-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-gpg-plugin</artifactId>
150-
<version>1.6</version>
150+
<version>3.2.7</version>
151151
<executions>
152152
<execution>
153153
<id>sign-artifacts</id>

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-rev20250224-2.0.0</version>
25+
<version>v1-rev20250602-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-rev20250224-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20250602-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)