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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -158,9 +158,9 @@ public class Flights {
158
158
* https://github.com/google/travel-impact-model The response will contain all entries that match
159
159
* the input flight legs, in the same order. If there are no estimates available for a certain
160
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
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
164
* configuration. The request can contain up to 1000 flight legs. If the request has more than 1000
165
165
* direct flights, if will fail with an INVALID_ARGUMENT error.
166
166
*
@@ -189,9 +189,9 @@ public class ComputeFlightEmissions extends TravelImpactModelRequest<com.google.
189
189
* that match the input flight legs, in the same order. If there are no estimates available for a
190
190
* certain flight leg, the response will return the flight leg object with empty emission fields.
191
191
* 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
195
195
* request has more than 1000 direct flights, if will fail with an INVALID_ARGUMENT error.
196
196
*
197
197
* Create a request for the method "flights.computeFlightEmissions".
0 commit comments