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/model/FlightWithEmissions.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,8 @@ public final class FlightWithEmissions extends com.google.api.client.json.Generi
56
56
privateEmissionsGramsPerPaxemissionsGramsPerPax;
57
57
58
58
/**
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.
60
61
* The value may be {@code null}.
61
62
*/
62
63
@com.google.api.client.util.Key
@@ -129,15 +130,17 @@ public FlightWithEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emission
129
130
}
130
131
131
132
/**
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.
133
135
* @return value or {@code null} for none
134
136
*/
135
137
publicFlightgetFlight() {
136
138
returnflight;
137
139
}
138
140
139
141
/**
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
Copy file name to clipboardExpand all lines: clients/google-api-services-travelimpactmodel/v1/2.0.0/com/google/api/services/travelimpactmodel/v1/model/Scope3FlightEmissions.java
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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ public final class TypicalFlightEmissions extends com.google.api.client.json.Gen
41
41
privateEmissionsGramsPerPaxemissionsGramsPerPax;
42
42
43
43
/**
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.
45
46
* The value may be {@code null}.
46
47
*/
47
48
@com.google.api.client.util.Key
@@ -71,15 +72,17 @@ public TypicalFlightEmissions setEmissionsGramsPerPax(EmissionsGramsPerPax emiss
71
72
}
72
73
73
74
/**
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.
75
77
* @return value or {@code null} for none
76
78
*/
77
79
publicMarketgetMarket() {
78
80
returnmarket;
79
81
}
80
82
81
83
/**
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
0 commit comments