diff --git a/clients/google-api-services-walletobjects/v1/2.0.0/README.md b/clients/google-api-services-walletobjects/v1/2.0.0/README.md index f3a16f88fa2..cbc02096f48 100644 --- a/clients/google-api-services-walletobjects/v1/2.0.0/README.md +++ b/clients/google-api-services-walletobjects/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-walletobjects - v1-rev20251202-2.0.0 + v1-rev20260204-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20251202-2.0.0' + implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20260204-2.0.0' } ``` diff --git a/clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/Walletobjects.java b/clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/Walletobjects.java index a5bcb23b98a..ba3a487eab0 100644 --- a/clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/Walletobjects.java +++ b/clients/google-api-services-walletobjects/v1/2.0.0/com/google/api/services/walletobjects/Walletobjects.java @@ -1565,7 +1565,8 @@ public List set(String parameterName, Object value) { } } /** - * Modifies linked offer objects for the event ticket object with the given ID. + * Deprecated: Use Auto Linked Passes instead. Modifies linked offer objects for the event ticket + * object with the given ID. * * Create a request for the method "eventticketobject.modifylinkedofferobjects". * @@ -1591,7 +1592,8 @@ public class Modifylinkedofferobjects extends WalletobjectsRequest Scotty for a GCS + * upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS + * media uploads. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String uploadFragmentListCreationInfo; + /** * Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized * blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is @@ -232,6 +241,59 @@ public Blobstore2Info setReadToken(java.lang.String readToken) { return this; } + /** + * A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS + * upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS + * media uploads. + * @see #decodeUploadFragmentListCreationInfo() + * @return value or {@code null} for none + */ + public java.lang.String getUploadFragmentListCreationInfo() { + return uploadFragmentListCreationInfo; + } + + /** + * A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS + * upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS + * media uploads. + * @see #getUploadFragmentListCreationInfo() + * @return Base64 decoded value or {@code null} for none + * + * @since 1.14 + */ + public byte[] decodeUploadFragmentListCreationInfo() { + return com.google.api.client.util.Base64.decodeBase64(uploadFragmentListCreationInfo); + } + + /** + * A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS + * upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS + * media uploads. + * @see #encodeUploadFragmentListCreationInfo() + * @param uploadFragmentListCreationInfo uploadFragmentListCreationInfo or {@code null} for none + */ + public Blobstore2Info setUploadFragmentListCreationInfo(java.lang.String uploadFragmentListCreationInfo) { + this.uploadFragmentListCreationInfo = uploadFragmentListCreationInfo; + return this; + } + + /** + * A serialized Object Fragment List Creation Info passed from Bigstore -> Scotty for a GCS + * upload. This field must never be consumed outside of Bigstore, and is not applicable to non-GCS + * media uploads. + * @see #setUploadFragmentListCreationInfo() + * + *

+ * The value is encoded Base64 or {@code null} for none. + *

+ * + * @since 1.14 + */ + public Blobstore2Info encodeUploadFragmentListCreationInfo(byte[] uploadFragmentListCreationInfo) { + this.uploadFragmentListCreationInfo = com.google.api.client.util.Base64.encodeBase64URLSafeString(uploadFragmentListCreationInfo); + return this; + } + /** * Metadata passed from Blobstore -> Scotty for a new GCS upload. This is a signed, serialized * blobstore2.BlobMetadataContainer proto which must never be consumed outside of Bigstore, and is diff --git a/clients/google-api-services-walletobjects/v1/2.0.0/pom.xml b/clients/google-api-services-walletobjects/v1/2.0.0/pom.xml index 7052ec36486..a94cc07ae3b 100644 --- a/clients/google-api-services-walletobjects/v1/2.0.0/pom.xml +++ b/clients/google-api-services-walletobjects/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-walletobjects - v1-rev20251202-2.0.0 - Google Wallet API v1-rev20251202-2.0.0 + v1-rev20260204-2.0.0 + Google Wallet API v1-rev20260204-2.0.0 jar 2011 diff --git a/clients/google-api-services-walletobjects/v1/README.md b/clients/google-api-services-walletobjects/v1/README.md index f3a16f88fa2..cbc02096f48 100644 --- a/clients/google-api-services-walletobjects/v1/README.md +++ b/clients/google-api-services-walletobjects/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-walletobjects - v1-rev20251202-2.0.0 + v1-rev20260204-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20251202-2.0.0' + implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20260204-2.0.0' } ```