File tree Expand file tree Collapse file tree 4 files changed +16
-9
lines changed
clients/google-api-services-content/v2.1
com/google/api/services/content Expand file tree Collapse file tree 4 files changed +16
-9
lines changed Original file line number Diff line number Diff 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-content</artifactId >
25- <version >v2.1-rev20250621 -2.0.0</version >
25+ <version >v2.1-rev20250723 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-content:v2.1-rev20250621 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-content:v2.1-rev20250723 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -6285,17 +6285,24 @@ public Patch setConversionSourceId(java.lang.String conversionSourceId) {
62856285 return this;
62866286 }
62876287
6288- /** Optional. List of fields being updated. */
6288+ /**
6289+ * Optional. List of fields being updated. The following fields can be updated:
6290+ * `attribution_settings`, `display_name`, `currency_code`.
6291+ */
62896292 @com.google.api.client.util.Key
62906293 private String updateMask;
62916294
6292- /** Optional. List of fields being updated.
6295+ /** Optional. List of fields being updated. The following fields can be updated:
6296+ `attribution_settings`, `display_name`, `currency_code`.
62936297 */
62946298 public String getUpdateMask() {
62956299 return updateMask;
62966300 }
62976301
6298- /** Optional. List of fields being updated. */
6302+ /**
6303+ * Optional. List of fields being updated. The following fields can be updated:
6304+ * `attribution_settings`, `display_name`, `currency_code`.
6305+ */
62996306 public Patch setUpdateMask(String updateMask) {
63006307 this.updateMask = updateMask;
63016308 return this;
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-content</artifactId >
11- <version >v2.1-rev20250621 -2.0.0</version >
12- <name >Content API for Shopping v2.1-rev20250621 -2.0.0</name >
11+ <version >v2.1-rev20250723 -2.0.0</version >
12+ <name >Content API for Shopping v2.1-rev20250723 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-content</artifactId >
25- <version >v2.1-rev20250621 -2.0.0</version >
25+ <version >v2.1-rev20250723 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-content:v2.1-rev20250621 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-content:v2.1-rev20250723 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments