Skip to content

Commit 47a58b2

Browse files
chore: regenerate travelimpactmodel client
1 parent b022251 commit 47a58b2

5 files changed

Lines changed: 6 additions & 174 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-rev20260615-2.0.0</version>
25+
<version>v1-rev20260624-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-rev20260615-2.0.0'
38+
implementation 'com.google.apis:google-api-services-travelimpactmodel:v1-rev20260624-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,6 @@ public final class EmissionsProvenanceEntry extends com.google.api.client.json.G
103103
@com.google.api.client.util.Key
104104
private java.lang.String provenanceEntryType;
105105

106-
/**
107-
* Output only. The seat area ratio value for each seating class. If not set, the seat area ratio
108-
* value is not available.
109-
* The value may be {@code null}.
110-
*/
111-
@com.google.api.client.util.Key
112-
private SeatAreaRatioData seatAreaRatioData;
113-
114106
/**
115107
* Output only. Strategy for IATA seat area ratios.
116108
* The value may be {@code null}.
@@ -308,25 +300,6 @@ public EmissionsProvenanceEntry setProvenanceEntryType(java.lang.String provenan
308300
return this;
309301
}
310302

311-
/**
312-
* Output only. The seat area ratio value for each seating class. If not set, the seat area ratio
313-
* value is not available.
314-
* @return value or {@code null} for none
315-
*/
316-
public SeatAreaRatioData getSeatAreaRatioData() {
317-
return seatAreaRatioData;
318-
}
319-
320-
/**
321-
* Output only. The seat area ratio value for each seating class. If not set, the seat area ratio
322-
* value is not available.
323-
* @param seatAreaRatioData seatAreaRatioData or {@code null} for none
324-
*/
325-
public EmissionsProvenanceEntry setSeatAreaRatioData(SeatAreaRatioData seatAreaRatioData) {
326-
this.seatAreaRatioData = seatAreaRatioData;
327-
return this;
328-
}
329-
330303
/**
331304
* Output only. Strategy for IATA seat area ratios.
332305
* @return value or {@code null} for none

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

Lines changed: 0 additions & 141 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)