Skip to content

Commit

Permalink
chore: regenerate walletobjects client (#21581)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed May 20, 2024
1 parent 2d5764c commit 1025219
Show file tree
Hide file tree
Showing 10 changed files with 195 additions and 6 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-walletobjects/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-walletobjects</artifactId>
<version>v1-rev20240516-2.0.0</version>
<version>v1-rev20240517-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20240516-2.0.0'
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20240517-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ public final class EventTicketClass extends com.google.api.client.json.GenericJs
@com.google.api.client.util.Key
private java.lang.Boolean allowMultipleUsersPerObject;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down Expand Up @@ -425,6 +433,25 @@ public EventTicketClass setAllowMultipleUsersPerObject(java.lang.Boolean allowMu
return this;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public EventTicketClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ public final class FlightClass extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.Boolean allowMultipleUsersPerObject;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Policies for boarding and seating. These will inform which labels will be shown to users.
* The value may be {@code null}.
Expand Down Expand Up @@ -385,6 +393,25 @@ public FlightClass setAllowMultipleUsersPerObject(java.lang.Boolean allowMultipl
return this;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public FlightClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Policies for boarding and seating. These will inform which labels will be shown to users.
* @return value or {@code null} for none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
@SuppressWarnings("javadoc")
public final class GenericClass extends com.google.api.client.json.GenericJson {

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down Expand Up @@ -126,6 +134,25 @@ public final class GenericClass extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.String viewUnlockRequirement;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public GenericClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ public final class GiftCardClass extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.Boolean allowMultipleUsersPerObject;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down Expand Up @@ -363,6 +371,25 @@ public GiftCardClass setAllowMultipleUsersPerObject(java.lang.Boolean allowMulti
return this;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public GiftCardClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ public final class LoyaltyClass extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.Boolean allowMultipleUsersPerObject;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down Expand Up @@ -442,6 +450,25 @@ public LoyaltyClass setAllowMultipleUsersPerObject(java.lang.Boolean allowMultip
return this;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public LoyaltyClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ public final class OfferClass extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.Boolean allowMultipleUsersPerObject;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down Expand Up @@ -382,6 +390,25 @@ public OfferClass setAllowMultipleUsersPerObject(java.lang.Boolean allowMultiple
return this;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public OfferClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ public final class TransitClass extends com.google.api.client.json.GenericJson {
@com.google.api.client.util.Key
private java.lang.Boolean allowMultipleUsersPerObject;

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private AppLinkData appLinkData;

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down Expand Up @@ -498,6 +506,25 @@ public TransitClass setAllowMultipleUsersPerObject(java.lang.Boolean allowMultip
return this;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @return value or {@code null} for none
*/
public AppLinkData getAppLinkData() {
return appLinkData;
}

/**
* Optional app or website link that will be displayed as a button on the front of the pass. If
* AppLinkData is provided for the corresponding object that will be used instead.
* @param appLinkData appLinkData or {@code null} for none
*/
public TransitClass setAppLinkData(AppLinkData appLinkData) {
this.appLinkData = appLinkData;
return this;
}

/**
* Callback options to be used to call the issuer back for every save/delete of an object for this
* class by the end-user. All objects of this class are eligible for the callback.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-walletobjects/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-walletobjects</artifactId>
<version>v1-rev20240516-2.0.0</version>
<name>Google Wallet API v1-rev20240516-2.0.0</name>
<version>v1-rev20240517-2.0.0</version>
<name>Google Wallet API v1-rev20240517-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-walletobjects/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-walletobjects</artifactId>
<version>v1-rev20240516-2.0.0</version>
<version>v1-rev20240517-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20240516-2.0.0'
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20240517-2.0.0'
}
```

Expand Down

0 comments on commit 1025219

Please sign in to comment.