Skip to content

Commit 94e626d

Browse files
1 parent 80309c7 commit 94e626d

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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-rev20240618-2.0.0</version>
25+
<version>v1-rev20240627-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-rev20240618-2.0.0'
38+
implementation 'com.google.apis:google-api-services-walletobjects:v1-rev20240627-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ public final class TextModuleData extends com.google.api.client.json.GenericJson
4848

4949
/**
5050
* The ID associated with a text module. This field is here to enable ease of management of text
51-
* modules.
51+
* modules and referencing them in template overrides. The ID should only include alphanumeric
52+
* characters, '_', or '-'. It can not include dots, as dots are used to separate fields within
53+
* FieldReference.fieldPaths in template overrides.
5254
* The value may be {@code null}.
5355
*/
5456
@com.google.api.client.util.Key
@@ -110,7 +112,9 @@ public TextModuleData setHeader(java.lang.String header) {
110112

111113
/**
112114
* The ID associated with a text module. This field is here to enable ease of management of text
113-
* modules.
115+
* modules and referencing them in template overrides. The ID should only include alphanumeric
116+
* characters, '_', or '-'. It can not include dots, as dots are used to separate fields within
117+
* FieldReference.fieldPaths in template overrides.
114118
* @return value or {@code null} for none
115119
*/
116120
public java.lang.String getId() {
@@ -119,7 +123,9 @@ public java.lang.String getId() {
119123

120124
/**
121125
* The ID associated with a text module. This field is here to enable ease of management of text
122-
* modules.
126+
* modules and referencing them in template overrides. The ID should only include alphanumeric
127+
* characters, '_', or '-'. It can not include dots, as dots are used to separate fields within
128+
* FieldReference.fieldPaths in template overrides.
123129
* @param id id or {@code null} for none
124130
*/
125131
public TextModuleData setId(java.lang.String id) {

clients/google-api-services-walletobjects/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-walletobjects</artifactId>
11-
<version>v1-rev20240618-2.0.0</version>
12-
<name>Google Wallet API v1-rev20240618-2.0.0</name>
11+
<version>v1-rev20240627-2.0.0</version>
12+
<name>Google Wallet API v1-rev20240627-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)