You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/TravelImpactModel.java
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -154,15 +154,15 @@ public Flights flights() {
154
154
publicclassFlights {
155
155
156
156
/**
157
-
* Stateless method to retrieve emission estimates. Details on how emission estimates are computed:
158
-
* https://github.com/google/travel-impact-model The response will contain all entries that match
159
-
* the input flight legs, in the same order. If there are no estimates available for a certain
160
-
* 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
164
-
* configuration. The request can contain up to 1000 flight legs. If the request has more than 1000
165
-
* direct flights, if will fail with an INVALID_ARGUMENT error.
157
+
* Stateless method to retrieve emission estimates. Details on how emission estimates are computed
158
+
* are in [GitHub](https://github.com/google/travel-impact-model) The response will contain all
159
+
* entries that match the input flight legs, in the same order. If there are no estimates available
160
+
* for a certain flight leg, the response will return the flight leg object with empty emission
161
+
* fields. The request will still be considered successful. Reasons for missing emission estimates
162
+
* include: * The flight is unknown to the server. * The input flight leg is missing one or more
163
+
* identifiers. * The flight date is in the past. * The aircraft type is not supported by the model.
164
+
* * Missing seat configuration. The request can contain up to 1000 flight legs. If the request has
165
+
* more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
166
166
*
167
167
* Create a request for the method "flights.computeFlightEmissions".
168
168
*
@@ -184,14 +184,14 @@ public class ComputeFlightEmissions extends TravelImpactModelRequest<com.google.
Copy file name to clipboardExpand all lines: clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/ModelVersion.java
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Travel Impact Model version. For more information about the model versioning see
Copy file name to clipboardExpand all lines: clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/TypicalFlightEmissions.java
0 commit comments