Skip to content

Commit f48391d

Browse files
1 parent 918fedc commit f48391d

File tree

10 files changed

+363
-6
lines changed

10 files changed

+363
-6
lines changed

clients/google-api-services-walletobjects/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-walletobjects</artifactId>
25-
<version>v1-rev20240726-2.0.0</version>
25+
<version>v1-rev20240809-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-walletobjects:v1-rev20240726-2.0.0'
38+
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20240809-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/EventTicketObject.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,22 @@ public final class EventTicketObject extends com.google.api.client.json.GenericJ
152152
@com.google.api.client.util.Key
153153
private java.lang.String kind;
154154

155+
/**
156+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
157+
* giftcard, transit and boarding pass that should be automatically attached to this event ticket
158+
* object. If a user had saved this event ticket, then these linked_object_ids would be
159+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
160+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
161+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
162+
* objects belonging to another issuer. There is a limit to the number of objects that can be
163+
* linked to a single object. After the limit is reached, new linked objects in the call will be
164+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
165+
* issued by Google and the latter is chosen by you.
166+
* The value may be {@code null}.
167+
*/
168+
@com.google.api.client.util.Key
169+
private java.util.List<java.lang.String> linkedObjectIds;
170+
155171
/**
156172
* A list of offer objects linked to this event ticket. The offer objects must already exist.
157173
* Offer object IDs should follow the format issuer ID. identifier where the former is issued by
@@ -576,6 +592,41 @@ public EventTicketObject setKind(java.lang.String kind) {
576592
return this;
577593
}
578594

595+
/**
596+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
597+
* giftcard, transit and boarding pass that should be automatically attached to this event ticket
598+
* object. If a user had saved this event ticket, then these linked_object_ids would be
599+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
600+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
601+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
602+
* objects belonging to another issuer. There is a limit to the number of objects that can be
603+
* linked to a single object. After the limit is reached, new linked objects in the call will be
604+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
605+
* issued by Google and the latter is chosen by you.
606+
* @return value or {@code null} for none
607+
*/
608+
public java.util.List<java.lang.String> getLinkedObjectIds() {
609+
return linkedObjectIds;
610+
}
611+
612+
/**
613+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
614+
* giftcard, transit and boarding pass that should be automatically attached to this event ticket
615+
* object. If a user had saved this event ticket, then these linked_object_ids would be
616+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
617+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
618+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
619+
* objects belonging to another issuer. There is a limit to the number of objects that can be
620+
* linked to a single object. After the limit is reached, new linked objects in the call will be
621+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
622+
* issued by Google and the latter is chosen by you.
623+
* @param linkedObjectIds linkedObjectIds or {@code null} for none
624+
*/
625+
public EventTicketObject setLinkedObjectIds(java.util.List<java.lang.String> linkedObjectIds) {
626+
this.linkedObjectIds = linkedObjectIds;
627+
return this;
628+
}
629+
579630
/**
580631
* A list of offer objects linked to this event ticket. The offer objects must already exist.
581632
* Offer object IDs should follow the format issuer ID. identifier where the former is issued by

clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/FlightObject.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,22 @@ public final class FlightObject extends com.google.api.client.json.GenericJson {
151151
@com.google.api.client.util.Key
152152
private java.lang.String kind;
153153

154+
/**
155+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
156+
* giftcard, transit and boarding pass that should be automatically attached to this flight
157+
* object. If a user had saved this boarding pass, then these linked_object_ids would be
158+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
159+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
160+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
161+
* objects belonging to another issuer. There is a limit to the number of objects that can be
162+
* linked to a single object. After the limit is reached, new linked objects in the call will be
163+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
164+
* issued by Google and the latter is chosen by you.
165+
* The value may be {@code null}.
166+
*/
167+
@com.google.api.client.util.Key
168+
private java.util.List<java.lang.String> linkedObjectIds;
169+
154170
/**
155171
* Links module data. If links module data is also defined on the class, both will be displayed.
156172
* The value may be {@code null}.
@@ -547,6 +563,41 @@ public FlightObject setKind(java.lang.String kind) {
547563
return this;
548564
}
549565

566+
/**
567+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
568+
* giftcard, transit and boarding pass that should be automatically attached to this flight
569+
* object. If a user had saved this boarding pass, then these linked_object_ids would be
570+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
571+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
572+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
573+
* objects belonging to another issuer. There is a limit to the number of objects that can be
574+
* linked to a single object. After the limit is reached, new linked objects in the call will be
575+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
576+
* issued by Google and the latter is chosen by you.
577+
* @return value or {@code null} for none
578+
*/
579+
public java.util.List<java.lang.String> getLinkedObjectIds() {
580+
return linkedObjectIds;
581+
}
582+
583+
/**
584+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
585+
* giftcard, transit and boarding pass that should be automatically attached to this flight
586+
* object. If a user had saved this boarding pass, then these linked_object_ids would be
587+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
588+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
589+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
590+
* objects belonging to another issuer. There is a limit to the number of objects that can be
591+
* linked to a single object. After the limit is reached, new linked objects in the call will be
592+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
593+
* issued by Google and the latter is chosen by you.
594+
* @param linkedObjectIds linkedObjectIds or {@code null} for none
595+
*/
596+
public FlightObject setLinkedObjectIds(java.util.List<java.lang.String> linkedObjectIds) {
597+
this.linkedObjectIds = linkedObjectIds;
598+
return this;
599+
}
600+
550601
/**
551602
* Links module data. If links module data is also defined on the class, both will be displayed.
552603
* @return value or {@code null} for none

clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/GenericObject.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,22 @@ public final class GenericObject extends com.google.api.client.json.GenericJson
126126
@com.google.api.client.util.Key
127127
private java.util.List<ImageModuleData> imageModulesData;
128128

129+
/**
130+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
131+
* giftcard, transit and boarding pass that should be automatically attached to this generic
132+
* object. If a user had saved this generic card, then these linked_object_ids would be
133+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
134+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
135+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
136+
* objects belonging to another issuer. There is a limit to the number of objects that can be
137+
* linked to a single object. After the limit is reached, new linked objects in the call will be
138+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
139+
* issued by Google and the latter is chosen by you.
140+
* The value may be {@code null}.
141+
*/
142+
@com.google.api.client.util.Key
143+
private java.util.List<java.lang.String> linkedObjectIds;
144+
129145
/**
130146
* Links module data. If `linksModuleData` is also defined on the class, both will be displayed.
131147
* The maximum number of these fields displayed is 10 from class and 10 from object.
@@ -461,6 +477,41 @@ public GenericObject setImageModulesData(java.util.List<ImageModuleData> imageMo
461477
return this;
462478
}
463479

480+
/**
481+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
482+
* giftcard, transit and boarding pass that should be automatically attached to this generic
483+
* object. If a user had saved this generic card, then these linked_object_ids would be
484+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
485+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
486+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
487+
* objects belonging to another issuer. There is a limit to the number of objects that can be
488+
* linked to a single object. After the limit is reached, new linked objects in the call will be
489+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
490+
* issued by Google and the latter is chosen by you.
491+
* @return value or {@code null} for none
492+
*/
493+
public java.util.List<java.lang.String> getLinkedObjectIds() {
494+
return linkedObjectIds;
495+
}
496+
497+
/**
498+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
499+
* giftcard, transit and boarding pass that should be automatically attached to this generic
500+
* object. If a user had saved this generic card, then these linked_object_ids would be
501+
* automatically pushed to the user's wallet (unless they turned off the setting to receive such
502+
* linked passes). Make sure that objects present in linked_object_ids are already inserted - if
503+
* not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link
504+
* objects belonging to another issuer. There is a limit to the number of objects that can be
505+
* linked to a single object. After the limit is reached, new linked objects in the call will be
506+
* ignored silently. Object IDs should follow the format issuer ID. identifier where the former is
507+
* issued by Google and the latter is chosen by you.
508+
* @param linkedObjectIds linkedObjectIds or {@code null} for none
509+
*/
510+
public GenericObject setLinkedObjectIds(java.util.List<java.lang.String> linkedObjectIds) {
511+
this.linkedObjectIds = linkedObjectIds;
512+
return this;
513+
}
514+
464515
/**
465516
* Links module data. If `linksModuleData` is also defined on the class, both will be displayed.
466517
* The maximum number of these fields displayed is 10 from class and 10 from object.

clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/model/GiftCardObject.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,22 @@ public final class GiftCardObject extends com.google.api.client.json.GenericJson
163163
@com.google.api.client.util.Key
164164
private java.lang.String kind;
165165

166+
/**
167+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
168+
* giftcard, transit and boarding pass that should be automatically attached to this giftcard
169+
* object. If a user had saved this gift card, then these linked_object_ids would be automatically
170+
* pushed to the user's wallet (unless they turned off the setting to receive such linked passes).
171+
* Make sure that objects present in linked_object_ids are already inserted - if not, calls would
172+
* fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to
173+
* another issuer. There is a limit to the number of objects that can be linked to a single
174+
* object. After the limit is reached, new linked objects in the call will be ignored silently.
175+
* Object IDs should follow the format issuer ID. identifier where the former is issued by Google
176+
* and the latter is chosen by you.
177+
* The value may be {@code null}.
178+
*/
179+
@com.google.api.client.util.Key
180+
private java.util.List<java.lang.String> linkedObjectIds;
181+
166182
/**
167183
* Links module data. If links module data is also defined on the class, both will be displayed.
168184
* The value may be {@code null}.
@@ -574,6 +590,41 @@ public GiftCardObject setKind(java.lang.String kind) {
574590
return this;
575591
}
576592

593+
/**
594+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
595+
* giftcard, transit and boarding pass that should be automatically attached to this giftcard
596+
* object. If a user had saved this gift card, then these linked_object_ids would be automatically
597+
* pushed to the user's wallet (unless they turned off the setting to receive such linked passes).
598+
* Make sure that objects present in linked_object_ids are already inserted - if not, calls would
599+
* fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to
600+
* another issuer. There is a limit to the number of objects that can be linked to a single
601+
* object. After the limit is reached, new linked objects in the call will be ignored silently.
602+
* Object IDs should follow the format issuer ID. identifier where the former is issued by Google
603+
* and the latter is chosen by you.
604+
* @return value or {@code null} for none
605+
*/
606+
public java.util.List<java.lang.String> getLinkedObjectIds() {
607+
return linkedObjectIds;
608+
}
609+
610+
/**
611+
* linked_object_ids are a list of other objects such as event ticket, loyalty, offer, generic,
612+
* giftcard, transit and boarding pass that should be automatically attached to this giftcard
613+
* object. If a user had saved this gift card, then these linked_object_ids would be automatically
614+
* pushed to the user's wallet (unless they turned off the setting to receive such linked passes).
615+
* Make sure that objects present in linked_object_ids are already inserted - if not, calls would
616+
* fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to
617+
* another issuer. There is a limit to the number of objects that can be linked to a single
618+
* object. After the limit is reached, new linked objects in the call will be ignored silently.
619+
* Object IDs should follow the format issuer ID. identifier where the former is issued by Google
620+
* and the latter is chosen by you.
621+
* @param linkedObjectIds linkedObjectIds or {@code null} for none
622+
*/
623+
public GiftCardObject setLinkedObjectIds(java.util.List<java.lang.String> linkedObjectIds) {
624+
this.linkedObjectIds = linkedObjectIds;
625+
return this;
626+
}
627+
577628
/**
578629
* Links module data. If links module data is also defined on the class, both will be displayed.
579630
* @return value or {@code null} for none

0 commit comments

Comments
 (0)