Skip to content

Commit 5296ed6

Browse files
1 parent 05bdf94 commit 5296ed6

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

clients/google-api-services-merchantapi/products_v1beta/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-merchantapi</artifactId>
25-
<version>products_v1beta-rev20250716-2.0.0</version>
25+
<version>products_v1beta-rev20250724-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-merchantapi:products_v1beta-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:products_v1beta-rev20250724-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_v1beta/2.0.0/com/google/api/services/merchantapi/products_v1beta/model/Attributes.java

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,10 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
253253
private java.lang.String energyEfficiencyClass;
254254

255255
/**
256-
* The list of destinations to exclude for this target (corresponds to unchecked check boxes in
257-
* Merchant Center). For more information, see [Excluded
256+
* Destinations also known as [Marketing
257+
* methods](https://support.google.com/merchants/answer/15130232) selections. The list of
258+
* destinations to exclude for this target (corresponds to unchecked check boxes in Merchant
259+
* Center). For more information, see [Excluded
258260
* destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting
259261
* destinations on datasources level for most use cases. Use this field within products to only
260262
* setup exceptions.
@@ -340,9 +342,11 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
340342
private java.lang.String imageLink;
341343

342344
/**
343-
* The list of destinations to include for this target (corresponds to checked check boxes in
344-
* Merchant Center). Default destinations are always included unless provided in
345-
* `excludedDestinations`. For more information, see [Included
345+
* Destinations also known as [Marketing
346+
* methods](https://support.google.com/merchants/answer/15130232) selections. The list of
347+
* destinations to include for this target (corresponds to checked check boxes in Merchant
348+
* Center). Default destinations are always included unless provided in `excludedDestinations`.
349+
* For more information, see [Included
346350
* destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting
347351
* destinations on datasources level for most use cases. Use this field within products to only
348352
* setup exceptions.
@@ -1301,8 +1305,10 @@ public Attributes setEnergyEfficiencyClass(java.lang.String energyEfficiencyClas
13011305
}
13021306

13031307
/**
1304-
* The list of destinations to exclude for this target (corresponds to unchecked check boxes in
1305-
* Merchant Center). For more information, see [Excluded
1308+
* Destinations also known as [Marketing
1309+
* methods](https://support.google.com/merchants/answer/15130232) selections. The list of
1310+
* destinations to exclude for this target (corresponds to unchecked check boxes in Merchant
1311+
* Center). For more information, see [Excluded
13061312
* destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting
13071313
* destinations on datasources level for most use cases. Use this field within products to only
13081314
* setup exceptions.
@@ -1313,8 +1319,10 @@ public java.util.List<java.lang.String> getExcludedDestinations() {
13131319
}
13141320

13151321
/**
1316-
* The list of destinations to exclude for this target (corresponds to unchecked check boxes in
1317-
* Merchant Center). For more information, see [Excluded
1322+
* Destinations also known as [Marketing
1323+
* methods](https://support.google.com/merchants/answer/15130232) selections. The list of
1324+
* destinations to exclude for this target (corresponds to unchecked check boxes in Merchant
1325+
* Center). For more information, see [Excluded
13181326
* destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting
13191327
* destinations on datasources level for most use cases. Use this field within products to only
13201328
* setup exceptions.
@@ -1505,9 +1513,11 @@ public Attributes setImageLink(java.lang.String imageLink) {
15051513
}
15061514

15071515
/**
1508-
* The list of destinations to include for this target (corresponds to checked check boxes in
1509-
* Merchant Center). Default destinations are always included unless provided in
1510-
* `excludedDestinations`. For more information, see [Included
1516+
* Destinations also known as [Marketing
1517+
* methods](https://support.google.com/merchants/answer/15130232) selections. The list of
1518+
* destinations to include for this target (corresponds to checked check boxes in Merchant
1519+
* Center). Default destinations are always included unless provided in `excludedDestinations`.
1520+
* For more information, see [Included
15111521
* destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting
15121522
* destinations on datasources level for most use cases. Use this field within products to only
15131523
* setup exceptions.
@@ -1518,9 +1528,11 @@ public java.util.List<java.lang.String> getIncludedDestinations() {
15181528
}
15191529

15201530
/**
1521-
* The list of destinations to include for this target (corresponds to checked check boxes in
1522-
* Merchant Center). Default destinations are always included unless provided in
1523-
* `excludedDestinations`. For more information, see [Included
1531+
* Destinations also known as [Marketing
1532+
* methods](https://support.google.com/merchants/answer/15130232) selections. The list of
1533+
* destinations to include for this target (corresponds to checked check boxes in Merchant
1534+
* Center). Default destinations are always included unless provided in `excludedDestinations`.
1535+
* For more information, see [Included
15241536
* destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting
15251537
* destinations on datasources level for most use cases. Use this field within products to only
15261538
* setup exceptions.

clients/google-api-services-merchantapi/products_v1beta/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-merchantapi</artifactId>
11-
<version>products_v1beta-rev20250716-2.0.0</version>
12-
<name>Merchant API products_v1beta-rev20250716-2.0.0</name>
11+
<version>products_v1beta-rev20250724-2.0.0</version>
12+
<name>Merchant API products_v1beta-rev20250724-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/products_v1beta/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-merchantapi</artifactId>
25-
<version>products_v1beta-rev20250716-2.0.0</version>
25+
<version>products_v1beta-rev20250724-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-merchantapi:products_v1beta-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:products_v1beta-rev20250724-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)