Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-rev20260325-2.0.0</version>
<version>v1-rev20260525-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-rev20260325-2.0.0'
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260525-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public class Flights {

/**
* Stateless method to retrieve emission estimates. Details on how emission estimates are computed
* are in [GitHub](https://github.com/google/travel-impact-model) The response will contain all
* are in [GitHub](https://github.com/google/travel-impact-model). The response will contain all
* entries that match the input flight legs, in the same order. If there are no estimates available
* for a certain flight leg, the response will return the flight leg object with empty emission
* fields. The request will still be considered successful. Reasons for missing emission estimates
Expand Down Expand Up @@ -185,7 +185,7 @@ public class ComputeFlightEmissions extends TravelImpactModelRequest<com.google.

/**
* Stateless method to retrieve emission estimates. Details on how emission estimates are computed
* are in [GitHub](https://github.com/google/travel-impact-model) The response will contain all
* are in [GitHub](https://github.com/google/travel-impact-model). The response will contain all
* entries that match the input flight legs, in the same order. If there are no estimates
* available for a certain flight leg, the response will return the flight leg object with empty
* emission fields. The request will still be considered successful. Reasons for missing emission
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-rev20260325-2.0.0</version>
<name>Travel Impact Model API v1-rev20260325-2.0.0</name>
<version>v1-rev20260525-2.0.0</version>
<name>Travel Impact Model API v1-rev20260525-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-rev20260325-2.0.0</version>
<version>v1-rev20260525-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-rev20260325-2.0.0'
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260525-2.0.0'
}
```

Expand Down