Skip to content

Commit 6efdf40

Browse files
1 parent 2a028cd commit 6efdf40

File tree

4 files changed

+12
-12
lines changed

4 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ public class Flights {
158158
* https://github.com/google/travel-impact-model The response will contain all entries that match
159159
* the input flight legs, in the same order. If there are no estimates available for a certain
160160
* flight leg, the response will return the flight leg object with empty emission fields. The
161-
* request will still be considered successful. Reasons for missing emission estimates include: -
162-
* The flight is unknown to the server. - The input flight leg is missing one or more identifiers. -
163-
* The flight date is in the past. - The aircraft type is not supported by the model. - Missing seat
161+
* request will still be considered successful. Reasons for missing emission estimates include: *
162+
* The flight is unknown to the server. * The input flight leg is missing one or more identifiers. *
163+
* The flight date is in the past. * The aircraft type is not supported by the model. * Missing seat
164164
* configuration. The request can contain up to 1000 flight legs. If the request has more than 1000
165165
* direct flights, if will fail with an INVALID_ARGUMENT error.
166166
*
@@ -189,9 +189,9 @@ public class ComputeFlightEmissions extends TravelImpactModelRequest<com.google.
189189
* that match the input flight legs, in the same order. If there are no estimates available for a
190190
* certain flight leg, the response will return the flight leg object with empty emission fields.
191191
* The request will still be considered successful. Reasons for missing emission estimates
192-
* include: - The flight is unknown to the server. - The input flight leg is missing one or more
193-
* identifiers. - The flight date is in the past. - The aircraft type is not supported by the
194-
* model. - Missing seat configuration. The request can contain up to 1000 flight legs. If the
192+
* include: * The flight is unknown to the server. * The input flight leg is missing one or more
193+
* identifiers. * The flight date is in the past. * The aircraft type is not supported by the
194+
* model. * Missing seat configuration. The request can contain up to 1000 flight legs. If the
195195
* request has more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
196196
*
197197
* Create a request for the method "flights.computeFlightEmissions".

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-rev20241027-2.0.0</version>
12-
<name>Travel Impact Model API v1-rev20241027-2.0.0</name>
11+
<version>v1-rev20250224-2.0.0</version>
12+
<name>Travel Impact Model API v1-rev20250224-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-rev20241027-2.0.0</version>
25+
<version>v1-rev20250224-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-rev20241027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20250224-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)