Skip to content

Commit e484656

Browse files
1 parent 47f6934 commit e484656

6 files changed

Lines changed: 21 additions & 15 deletions

File tree

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-rev20260308-2.0.0</version>
25+
<version>v1-rev20260325-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-rev20260308-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260325-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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
5656
private EmissionsGramsPerPax emissionsGramsPerPax;
5757

5858
/**
59-
* Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
59+
* Identifier. Matches the flight identifiers in the request. Note: all IATA codes are
60+
* capitalized.
6061
* The value may be {@code null}.
6162
*/
6263
@com.google.api.client.util.Key
@@ -129,15 +130,17 @@ public FlightWithEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emission
129130
}
130131

131132
/**
132-
* Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
133+
* Identifier. Matches the flight identifiers in the request. Note: all IATA codes are
134+
* capitalized.
133135
* @return value or {@code null} for none
134136
*/
135137
public Flight getFlight() {
136138
return flight;
137139
}
138140

139141
/**
140-
* Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
142+
* Identifier. Matches the flight identifiers in the request. Note: all IATA codes are
143+
* capitalized.
141144
* @param flight flight or {@code null} for none
142145
*/
143146
public FlightWithEmissions setFlight(Flight flight) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class Scope3FlightEmissions extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. Matches the flight identifiers in the request.
34+
* Identifier. Matches the flight identifiers in the request.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public final class Scope3FlightEmissions extends com.google.api.client.json.Gene
6868
private java.lang.Long wtwEmissionsGramsPerPax;
6969

7070
/**
71-
* Required. Matches the flight identifiers in the request.
71+
* Identifier. Matches the flight identifiers in the request.
7272
* @return value or {@code null} for none
7373
*/
7474
public Scope3FlightSegment getFlight() {
7575
return flight;
7676
}
7777

7878
/**
79-
* Required. Matches the flight identifiers in the request.
79+
* Identifier. Matches the flight identifiers in the request.
8080
* @param flight flight or {@code null} for none
8181
*/
8282
public Scope3FlightEmissions setFlight(Scope3FlightSegment flight) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public final class TypicalFlightEmissions extends com.google.api.client.json.Gen
4141
private EmissionsGramsPerPax emissionsGramsPerPax;
4242

4343
/**
44-
* Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
44+
* Identifier. Matches the flight identifiers in the request. Note: all IATA codes are
45+
* capitalized.
4546
* The value may be {@code null}.
4647
*/
4748
@com.google.api.client.util.Key
@@ -71,15 +72,17 @@ public TypicalFlightEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emiss
7172
}
7273

7374
/**
74-
* Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
75+
* Identifier. Matches the flight identifiers in the request. Note: all IATA codes are
76+
* capitalized.
7577
* @return value or {@code null} for none
7678
*/
7779
public Market getMarket() {
7880
return market;
7981
}
8082

8183
/**
82-
* Required. Matches the flight identifiers in the request. Note: all IATA codes are capitalized.
84+
* Identifier. Matches the flight identifiers in the request. Note: all IATA codes are
85+
* capitalized.
8386
* @param market market or {@code null} for none
8487
*/
8588
public TypicalFlightEmissions setMarket(Market market) {

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

0 commit comments

Comments
 (0)