Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dcb19b01e3a764847b4cb4ea2371e0f7bf18e225
Choose a base ref
..
head repository: googleapis/google-cloud-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 871b1a61c6ff15617351603c1e801a1859a56c07
Choose a head ref
Showing with 10 additions and 3 deletions.
  1. +10 −3 ...ing-merchant-datasources/protos/google/shopping/merchant/datasources/v1beta/datasourcetypes.proto
Original file line number Diff line number Diff line change
@@ -41,8 +41,10 @@ message PrimaryProductDataSource {
// To link the data source to the default rule, you need to add a
// new reference to this list (in sequential order).
//
// To unlink the data source from the default rule, you need to
// remove the given reference from this list.
// To unlink the data source from the default rule, you need to remove the
// given reference from this list. To create attribute rules that are
// different from the default rule, see [Set up your attribute
// rules](//support.google.com/merchants/answer/14994083).
//
// Changing the order of this list will result in changing the priority of
// data sources in the default rule.
@@ -125,7 +127,12 @@ message PrimaryProductDataSource {
DefaultRule default_rule = 7 [(google.api.field_behavior) = OPTIONAL];
}

// The supplemental data source for local and online products.
// The supplemental data source for local and online products. Supplemental API
// data sources must not have `feedLabel` and `contentLanguage` fields set. You
// can only use supplemental data sources to update existing products. For
// information about creating a supplemental data source, see [Create a
// supplemental data source and link it to the primary data
// source](/merchant/api/guides/data-sources/overview#create-supplemental-data-source).
message SupplementalProductDataSource {
// Optional. Immutable. The feed label that is specified on the data source
// level.