feat: API regeneration: release-2026-04-22.08-02-41#3157
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several Google API client libraries, including DataManager, Merchant Products (v1 and v1beta), MyBusinessAccountManagement, and SmartDeviceManagement. Key changes include the addition of the datamanager.partnerlink scope, new minimumOrderValues and loyalty program fields in the Merchant API, and various documentation updates and version bumps. Feedback focuses on correcting XML documentation issues, specifically fixing double-escaped ampersands and replacing unsupported markdown-style links with appropriate XML tags.
|
|
||
| /// <summary> | ||
| /// View, create, or delete your partner links in Google Ads, Marketing Platform (Campaign Manager 360, | ||
| /// Search Ads 360, Display &amp; Video 360), and Analytics |
|
|
||
| /// <summary> | ||
| /// View, create, or delete your partner links in Google Ads, Marketing Platform (Campaign Manager 360, | ||
| /// Search Ads 360, Display &amp; Video 360), and Analytics |
| public virtual System.Nullable<long> MinHandlingTime { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// The [minimum value](https://support.google.com/merchants/answer/16989009) in the cart before a customer can |
There was a problem hiding this comment.
The documentation summary uses markdown-style links (e.g., text), which are not natively supported in C# XML documentation and will render as literal text in IntelliSense. Consider using the tag instead.
/// The <see href="https://support.google.com/merchants/answer/16989009">minimum value</see> in the cart before a customer can
Changes in this PR will be published to Nuget on the next release cycle.