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-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/EventTicketObject.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,15 @@ public final class EventTicketObject extends com.google.api.client.json.GenericJ
205
205
@com.google.api.client.util.Key
206
206
privateRotatingBarcoderotatingBarcode;
207
207
208
+
/**
209
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
210
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
211
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
212
+
* The value may be {@code null}.
213
+
*/
214
+
@com.google.api.client.util.Key
215
+
privateSaveRestrictionssaveRestrictions;
216
+
208
217
/**
209
218
* Seating details for this ticket.
210
219
* The value may be {@code null}.
@@ -694,6 +703,27 @@ public EventTicketObject setRotatingBarcode(RotatingBarcode rotatingBarcode) {
694
703
returnthis;
695
704
}
696
705
706
+
/**
707
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
708
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
709
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
710
+
* @return value or {@code null} for none
711
+
*/
712
+
publicSaveRestrictionsgetSaveRestrictions() {
713
+
returnsaveRestrictions;
714
+
}
715
+
716
+
/**
717
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
718
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
719
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
720
+
* @param saveRestrictions saveRestrictions or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/FlightClass.java
+12-21Lines changed: 12 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -196,8 +196,7 @@ public final class FlightClass extends com.google.api.client.json.GenericJson {
196
196
* format date/time without an offset. Time may be specified up to millisecond precision. eg:
197
197
* `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time).
198
198
* Google will reject the request if UTC offset is provided. Time zones will be calculated by
199
-
* Google based on departure airport. If this is not set, Google will set it based on data from
200
-
* other sources.
199
+
* Google based on departure airport.
201
200
* The value may be {@code null}.
202
201
*/
203
202
@com.google.api.client.util.Key
@@ -211,8 +210,7 @@ public final class FlightClass extends com.google.api.client.json.GenericJson {
211
210
* at the gate. This is an ISO 8601 extended format date/time without an offset. Time may be
212
211
* specified up to millisecond precision. eg: `2027-03-05T06:30:00` This should be the local
213
212
* date/time at the airport (not a UTC time). Google will reject the request if UTC offset is
214
-
* provided. Time zones will be calculated by Google based on arrival airport. If this is not set,
215
-
* Google will set it based on data from other sources.
213
+
* provided. Time zones will be calculated by Google based on arrival airport.
216
214
* The value may be {@code null}.
217
215
*/
218
216
@com.google.api.client.util.Key
@@ -227,7 +225,7 @@ public final class FlightClass extends com.google.api.client.json.GenericJson {
227
225
* without an offset. Time may be specified up to millisecond precision. eg: `2027-03-05T06:30:00`
228
226
* This should be the local date/time at the airport (not a UTC time). Google will reject the
229
227
* request if UTC offset is provided. Time zones will be calculated by Google based on departure
230
-
* airport. If this is not set, Google will set it based on data from other sources.
228
+
* airport.
231
229
* The value may be {@code null}.
232
230
*/
233
231
@com.google.api.client.util.Key
@@ -252,8 +250,7 @@ public final class FlightClass extends com.google.api.client.json.GenericJson {
252
250
* format date/time without an offset. Time may be specified up to millisecond precision. eg:
253
251
* `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time).
254
252
* Google will reject the request if UTC offset is provided. Time zones will be calculated by
255
-
* Google based on arrival airport. If this is not set, Google will set it based on data from
256
-
* other sources.
253
+
* Google based on arrival airport.
257
254
* The value may be {@code null}.
258
255
*/
259
256
@com.google.api.client.util.Key
@@ -765,8 +762,7 @@ public FlightClass setLinksModuleData(LinksModuleData linksModuleData) {
765
762
* format date/time without an offset. Time may be specified up to millisecond precision. eg:
766
763
* `2027-03-05T06:30:00` This should be the local date/time at the airport (not a UTC time).
767
764
* Google will reject the request if UTC offset is provided. Time zones will be calculated by
768
-
* Google based on departure airport. If this is not set, Google will set it based on data from
Copy file name to clipboardExpand all lines: clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/FlightObject.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,15 @@ public final class FlightObject extends com.google.api.client.json.GenericJson {
202
202
@com.google.api.client.util.Key
203
203
privateRotatingBarcoderotatingBarcode;
204
204
205
+
/**
206
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
207
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
208
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
209
+
* The value may be {@code null}.
210
+
*/
211
+
@com.google.api.client.util.Key
212
+
privateSaveRestrictionssaveRestrictions;
213
+
205
214
/**
206
215
* An image for the security program that applies to the passenger.
207
216
* The value may be {@code null}.
@@ -661,6 +670,27 @@ public FlightObject setRotatingBarcode(RotatingBarcode rotatingBarcode) {
661
670
returnthis;
662
671
}
663
672
673
+
/**
674
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
675
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
676
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
677
+
* @return value or {@code null} for none
678
+
*/
679
+
publicSaveRestrictionsgetSaveRestrictions() {
680
+
returnsaveRestrictions;
681
+
}
682
+
683
+
/**
684
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
685
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
686
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
687
+
* @param saveRestrictions saveRestrictions or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/GenericObject.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,15 @@ public final class GenericObject extends com.google.api.client.json.GenericJson
164
164
@com.google.api.client.util.Key
165
165
privateRotatingBarcoderotatingBarcode;
166
166
167
+
/**
168
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
169
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
170
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
171
+
* The value may be {@code null}.
172
+
*/
173
+
@com.google.api.client.util.Key
174
+
privateSaveRestrictionssaveRestrictions;
175
+
167
176
/**
168
177
* The value that will be transmitted to a Smart Tap certified terminal over NFC for this object.
169
178
* The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly
@@ -535,6 +544,27 @@ public GenericObject setRotatingBarcode(RotatingBarcode rotatingBarcode) {
535
544
returnthis;
536
545
}
537
546
547
+
/**
548
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
549
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
550
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
551
+
* @return value or {@code null} for none
552
+
*/
553
+
publicSaveRestrictionsgetSaveRestrictions() {
554
+
returnsaveRestrictions;
555
+
}
556
+
557
+
/**
558
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
559
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
560
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
561
+
* @param saveRestrictions saveRestrictions or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/GiftCardObject.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,15 @@ public final class GiftCardObject extends com.google.api.client.json.GenericJson
206
206
@com.google.api.client.util.Key
207
207
privateRotatingBarcoderotatingBarcode;
208
208
209
+
/**
210
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
211
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
212
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
213
+
* The value may be {@code null}.
214
+
*/
215
+
@com.google.api.client.util.Key
216
+
privateSaveRestrictionssaveRestrictions;
217
+
209
218
/**
210
219
* The value that will be transmitted to a Smart Tap certified terminal over NFC for this object.
211
220
* The class level fields `enableSmartTap` and `redemptionIssuers` must also be set up correctly
@@ -669,6 +678,27 @@ public GiftCardObject setRotatingBarcode(RotatingBarcode rotatingBarcode) {
669
678
returnthis;
670
679
}
671
680
681
+
/**
682
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
683
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
684
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
685
+
* @return value or {@code null} for none
686
+
*/
687
+
publicSaveRestrictionsgetSaveRestrictions() {
688
+
returnsaveRestrictions;
689
+
}
690
+
691
+
/**
692
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
693
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
694
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
695
+
* @param saveRestrictions saveRestrictions or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/LoyaltyObject.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,15 @@ public final class LoyaltyObject extends com.google.api.client.json.GenericJson
213
213
@com.google.api.client.util.Key
214
214
privateRotatingBarcoderotatingBarcode;
215
215
216
+
/**
217
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
218
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
219
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
220
+
* The value may be {@code null}.
221
+
*/
222
+
@com.google.api.client.util.Key
223
+
privateSaveRestrictionssaveRestrictions;
224
+
216
225
/**
217
226
* The secondary loyalty reward points label, balance, and type. Shown in addition to the primary
218
227
* loyalty points.
@@ -673,6 +682,27 @@ public LoyaltyObject setRotatingBarcode(RotatingBarcode rotatingBarcode) {
673
682
returnthis;
674
683
}
675
684
685
+
/**
686
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
687
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
688
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
689
+
* @return value or {@code null} for none
690
+
*/
691
+
publicSaveRestrictionsgetSaveRestrictions() {
692
+
returnsaveRestrictions;
693
+
}
694
+
695
+
/**
696
+
* Restrictions on the object that needs to be verified before the user tries to save the pass.
697
+
* Note that this restrictions will only be applied during save time. If the restrictions changed
698
+
* after a user saves the pass, the new restrictions will not be applied to an already saved pass.
699
+
* @param saveRestrictions saveRestrictions or {@code null} for none
0 commit comments