Skip to content

Commit 376d4c8

Browse files
chore: regenerate walletobjects client
1 parent 38c1764 commit 376d4c8

19 files changed

+162
-76
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-rev20251202-2.0.0</version>
25+
<version>v1-rev20260213-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-rev20251202-2.0.0'
38+
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20260213-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Walletobjects extends com.google.api.client.googleapis.services.jso
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -1565,7 +1565,8 @@ public List set(String parameterName, Object value) {
15651565
}
15661566
}
15671567
/**
1568-
* Modifies linked offer objects for the event ticket object with the given ID.
1568+
* Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket
1569+
* object with the given ID.
15691570
*
15701571
* Create a request for the method "eventticketobject.modifylinkedofferobjects".
15711572
*
@@ -1591,7 +1592,8 @@ public class Modifylinkedofferobjects extends WalletobjectsRequest<com.google.ap
15911592
private static final String REST_PATH = "walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjects";
15921593

15931594
/**
1594-
* Modifies linked offer objects for the event ticket object with the given ID.
1595+
* Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket
1596+
* object with the given ID.
15951597
*
15961598
* Create a request for the method "eventticketobject.modifylinkedofferobjects".
15971599
*
@@ -9251,7 +9253,8 @@ public List set(String parameterName, Object value) {
92519253
}
92529254
}
92539255
/**
9254-
* Modifies linked offer objects for the loyalty object with the given ID.
9256+
* Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the loyalty object
9257+
* with the given ID.
92559258
*
92569259
* Create a request for the method "loyaltyobject.modifylinkedofferobjects".
92579260
*
@@ -9277,7 +9280,8 @@ public class Modifylinkedofferobjects extends WalletobjectsRequest<com.google.ap
92779280
private static final String REST_PATH = "walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjects";
92789281

92799282
/**
9280-
* Modifies linked offer objects for the loyalty object with the given ID.
9283+
* Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the loyalty
9284+
* object with the given ID.
92819285
*
92829286
* Create a request for the method "loyaltyobject.modifylinkedofferobjects".
92839287
*
@@ -14063,8 +14067,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
1406314067
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
1406414068
* <li>Android: {@code newCompatibleTransport} from
1406514069
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
14066-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
14067-
* </li>
14070+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
1406814071
* </ul>
1406914072
* @param jsonFactory JSON factory, which may be:
1407014073
* <ul>

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

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ public final class Blobstore2Info extends com.google.api.client.json.GenericJson
6868
@com.google.api.client.util.Key
6969
private java.lang.String readToken;
7070

71+
/**
72+
* A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS
73+
* upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS
74+
* media uploads.
75+
* The value may be {@code null}.
76+
*/
77+
@com.google.api.client.util.Key
78+
private java.lang.String uploadFragmentListCreationInfo;
79+
7180
/**
7281
* Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized
7382
* blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is
@@ -232,6 +241,59 @@ public Blobstore2Info setReadToken(java.lang.String readToken) {
232241
return this;
233242
}
234243

244+
/**
245+
* A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS
246+
* upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS
247+
* media uploads.
248+
* @see #decodeUploadFragmentListCreationInfo()
249+
* @return value or {@code null} for none
250+
*/
251+
public java.lang.String getUploadFragmentListCreationInfo() {
252+
return uploadFragmentListCreationInfo;
253+
}
254+
255+
/**
256+
* A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS
257+
* upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS
258+
* media uploads.
259+
* @see #getUploadFragmentListCreationInfo()
260+
* @return Base64 decoded value or {@code null} for none
261+
*
262+
* @since 1.14
263+
*/
264+
public byte[] decodeUploadFragmentListCreationInfo() {
265+
return com.google.api.client.util.Base64.decodeBase64(uploadFragmentListCreationInfo);
266+
}
267+
268+
/**
269+
* A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS
270+
* upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS
271+
* media uploads.
272+
* @see #encodeUploadFragmentListCreationInfo()
273+
* @param uploadFragmentListCreationInfo uploadFragmentListCreationInfo or {@code null} for none
274+
*/
275+
public Blobstore2Info setUploadFragmentListCreationInfo(java.lang.String uploadFragmentListCreationInfo) {
276+
this.uploadFragmentListCreationInfo = uploadFragmentListCreationInfo;
277+
return this;
278+
}
279+
280+
/**
281+
* A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS
282+
* upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS
283+
* media uploads.
284+
* @see #setUploadFragmentListCreationInfo()
285+
*
286+
* <p>
287+
* The value is encoded Base64 or {@code null} for none.
288+
* </p>
289+
*
290+
* @since 1.14
291+
*/
292+
public Blobstore2Info encodeUploadFragmentListCreationInfo(byte[] uploadFragmentListCreationInfo) {
293+
this.uploadFragmentListCreationInfo = com.google.api.client.util.Base64.encodeBase64URLSafeString(uploadFragmentListCreationInfo);
294+
return this;
295+
}
296+
235297
/**
236298
* Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized
237299
* blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ public final class EventTicketClass extends com.google.api.client.json.GenericJs
402402
private java.util.List<TextModuleData> textModulesData;
403403

404404
/**
405-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
406-
* displayed, prioritizing those from the object.
405+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
406+
* be displayed, prioritizing those from the object.
407407
* The value may be {@code null}.
408408
*/
409409
@com.google.api.client.util.Key
@@ -1313,17 +1313,17 @@ public EventTicketClass setTextModulesData(java.util.List<TextModuleData> textMo
13131313
}
13141314

13151315
/**
1316-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
1317-
* displayed, prioritizing those from the object.
1316+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
1317+
* be displayed, prioritizing those from the object.
13181318
* @return value or {@code null} for none
13191319
*/
13201320
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
13211321
return valueAddedModuleData;
13221322
}
13231323

13241324
/**
1325-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
1326-
* displayed, prioritizing those from the object.
1325+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
1326+
* be displayed, prioritizing those from the object.
13271327
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
13281328
*/
13291329
public EventTicketClass setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ public final class EventTicketObject extends com.google.api.client.json.GenericJ
317317
private TimeInterval validTimeInterval;
318318

319319
/**
320-
* Optional value added module data. Maximum of ten on the object.
320+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
321+
* will be displayed.
321322
* The value may be {@code null}.
322323
*/
323324
@com.google.api.client.util.Key
@@ -1007,15 +1008,17 @@ public EventTicketObject setValidTimeInterval(TimeInterval validTimeInterval) {
10071008
}
10081009

10091010
/**
1010-
* Optional value added module data. Maximum of ten on the object.
1011+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
1012+
* will be displayed.
10111013
* @return value or {@code null} for none
10121014
*/
10131015
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
10141016
return valueAddedModuleData;
10151017
}
10161018

10171019
/**
1018-
* Optional value added module data. Maximum of ten on the object.
1020+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
1021+
* will be displayed.
10191022
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
10201023
*/
10211024
public EventTicketObject setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ public final class FlightClass extends com.google.api.client.json.GenericJson {
374374
private java.util.List<TextModuleData> textModulesData;
375375

376376
/**
377-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
378-
* displayed, prioritizing those from the object.
377+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
378+
* be displayed, prioritizing those from the object.
379379
* The value may be {@code null}.
380380
*/
381381
@com.google.api.client.util.Key
@@ -1205,17 +1205,17 @@ public FlightClass setTextModulesData(java.util.List<TextModuleData> textModules
12051205
}
12061206

12071207
/**
1208-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
1209-
* displayed, prioritizing those from the object.
1208+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
1209+
* be displayed, prioritizing those from the object.
12101210
* @return value or {@code null} for none
12111211
*/
12121212
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
12131213
return valueAddedModuleData;
12141214
}
12151215

12161216
/**
1217-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
1218-
* displayed, prioritizing those from the object.
1217+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
1218+
* be displayed, prioritizing those from the object.
12191219
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
12201220
*/
12211221
public FlightClass setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ public final class FlightObject extends com.google.api.client.json.GenericJson {
290290
private TimeInterval validTimeInterval;
291291

292292
/**
293-
* Optional value added module data. Maximum of ten on the object.
293+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
294+
* will be displayed.
294295
* The value may be {@code null}.
295296
*/
296297
@com.google.api.client.util.Key
@@ -917,15 +918,17 @@ public FlightObject setValidTimeInterval(TimeInterval validTimeInterval) {
917918
}
918919

919920
/**
920-
* Optional value added module data. Maximum of ten on the object.
921+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
922+
* will be displayed.
921923
* @return value or {@code null} for none
922924
*/
923925
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
924926
return valueAddedModuleData;
925927
}
926928

927929
/**
928-
* Optional value added module data. Maximum of ten on the object.
930+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
931+
* will be displayed.
929932
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
930933
*/
931934
public FlightObject setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ public final class GenericClass extends com.google.api.client.json.GenericJson {
138138
private java.util.List<TextModuleData> textModulesData;
139139

140140
/**
141-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
142-
* displayed, prioritizing those from the object.
141+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
142+
* be displayed, prioritizing those from the object.
143143
* The value may be {@code null}.
144144
*/
145145
@com.google.api.client.util.Key
@@ -408,17 +408,17 @@ public GenericClass setTextModulesData(java.util.List<TextModuleData> textModule
408408
}
409409

410410
/**
411-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
412-
* displayed, prioritizing those from the object.
411+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
412+
* be displayed, prioritizing those from the object.
413413
* @return value or {@code null} for none
414414
*/
415415
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
416416
return valueAddedModuleData;
417417
}
418418

419419
/**
420-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
421-
* displayed, prioritizing those from the object.
420+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
421+
* be displayed, prioritizing those from the object.
422422
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
423423
*/
424424
public GenericClass setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ public final class GenericObject extends com.google.api.client.json.GenericJson
250250
private TimeInterval validTimeInterval;
251251

252252
/**
253-
* Optional value added module data. Maximum of ten on the object.
253+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
254+
* will be displayed.
254255
* The value may be {@code null}.
255256
*/
256257
@com.google.api.client.util.Key
@@ -783,15 +784,17 @@ public GenericObject setValidTimeInterval(TimeInterval validTimeInterval) {
783784
}
784785

785786
/**
786-
* Optional value added module data. Maximum of ten on the object.
787+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
788+
* will be displayed.
787789
* @return value or {@code null} for none
788790
*/
789791
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
790792
return valueAddedModuleData;
791793
}
792794

793795
/**
794-
* Optional value added module data. Maximum of ten on the object.
796+
* Optional value added module data. Maximum of fifteen on the object. For a pass only fifteen
797+
* will be displayed.
795798
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
796799
*/
797800
public GenericObject setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ public final class GiftCardClass extends com.google.api.client.json.GenericJson
326326
private java.util.List<TextModuleData> textModulesData;
327327

328328
/**
329-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
330-
* displayed, prioritizing those from the object.
329+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
330+
* be displayed, prioritizing those from the object.
331331
* The value may be {@code null}.
332332
*/
333333
@com.google.api.client.util.Key
@@ -1063,17 +1063,17 @@ public GiftCardClass setTextModulesData(java.util.List<TextModuleData> textModul
10631063
}
10641064

10651065
/**
1066-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
1067-
* displayed, prioritizing those from the object.
1066+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
1067+
* be displayed, prioritizing those from the object.
10681068
* @return value or {@code null} for none
10691069
*/
10701070
public java.util.List<ValueAddedModuleData> getValueAddedModuleData() {
10711071
return valueAddedModuleData;
10721072
}
10731073

10741074
/**
1075-
* Optional value added module data. Maximum of ten on the class. For a pass only ten will be
1076-
* displayed, prioritizing those from the object.
1075+
* Optional value added module data. Maximum of fifteen on the class. For a pass only fifteen will
1076+
* be displayed, prioritizing those from the object.
10771077
* @param valueAddedModuleData valueAddedModuleData or {@code null} for none
10781078
*/
10791079
public GiftCardClass setValueAddedModuleData(java.util.List<ValueAddedModuleData> valueAddedModuleData) {

0 commit comments

Comments
 (0)