You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-merchantapi/products_v1beta/2.0.0/com/google/api/services/merchantapi/products_v1beta/model/Attributes.java
+27-15Lines changed: 27 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -253,8 +253,10 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
253
253
privatejava.lang.StringenergyEfficiencyClass;
254
254
255
255
/**
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
258
260
* destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting
259
261
* destinations on datasources level for most use cases. Use this field within products to only
260
262
* setup exceptions.
@@ -340,9 +342,11 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
340
342
privatejava.lang.StringimageLink;
341
343
342
344
/**
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
346
350
* destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting
347
351
* destinations on datasources level for most use cases. Use this field within products to only
348
352
* setup exceptions.
@@ -1301,8 +1305,10 @@ public Attributes setEnergyEfficiencyClass(java.lang.String energyEfficiencyClas
1301
1305
}
1302
1306
1303
1307
/**
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
1306
1312
* destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting
1307
1313
* destinations on datasources level for most use cases. Use this field within products to only
1308
1314
* setup exceptions.
@@ -1313,8 +1319,10 @@ public java.util.List<java.lang.String> getExcludedDestinations() {
1313
1319
}
1314
1320
1315
1321
/**
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
1318
1326
* destination](https://support.google.com/merchants/answer/6324486). Note: We recommend setting
1319
1327
* destinations on datasources level for most use cases. Use this field within products to only
1320
1328
* setup exceptions.
@@ -1505,9 +1513,11 @@ public Attributes setImageLink(java.lang.String imageLink) {
1505
1513
}
1506
1514
1507
1515
/**
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
1511
1521
* destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting
1512
1522
* destinations on datasources level for most use cases. Use this field within products to only
1513
1523
* setup exceptions.
@@ -1518,9 +1528,11 @@ public java.util.List<java.lang.String> getIncludedDestinations() {
1518
1528
}
1519
1529
1520
1530
/**
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
1524
1536
* destination](https://support.google.com/merchants/answer/7501026). Note: We recommend setting
1525
1537
* destinations on datasources level for most use cases. Use this field within products to only
0 commit comments