-
Notifications
You must be signed in to change notification settings - Fork 552
feat: API regeneration: release-2026-04-22.08-02-41 #3157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f29a0c9
45e8b22
29b0312
567241a
e8d69af
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,6 +68,12 @@ public class Scope | |
| /// (Campaign Manager 360, Search Ads 360, Display & Video 360), and Google Analytics | ||
| /// </summary> | ||
| public static string Datamanager = "https://www.googleapis.com/auth/datamanager"; | ||
|
|
||
| /// <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> | ||
| public static string DatamanagerPartnerlink = "https://www.googleapis.com/auth/datamanager.partnerlink"; | ||
| } | ||
|
|
||
| /// <summary>Available OAuth 2.0 scope constants for use with the Data Manager API.</summary> | ||
|
|
@@ -78,6 +84,12 @@ public static class ScopeConstants | |
| /// (Campaign Manager 360, Search Ads 360, Display &amp; Video 360), and Google Analytics | ||
| /// </summary> | ||
| public const string Datamanager = "https://www.googleapis.com/auth/datamanager"; | ||
|
|
||
| /// <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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| /// </summary> | ||
| public const string DatamanagerPartnerlink = "https://www.googleapis.com/auth/datamanager.partnerlink"; | ||
| } | ||
|
|
||
| /// <summary>Gets the AccountTypes resource.</summary> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1925,6 +1925,14 @@ public virtual System.DateTimeOffset? ExpirationDateDateTimeOffset | |
| [Newtonsoft.Json.JsonPropertyAttribute("minHandlingTime")] | ||
| 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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 |
||
| /// initiate checkout. Supports multiple minimum order values. Different minimum order values can be specified | ||
| /// per country, service and surface. Maximum entries: 100. | ||
| /// </summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("minimumOrderValues")] | ||
| public virtual System.Collections.Generic.IList<ProductMinimumOrderValue> MinimumOrderValues { get; set; } | ||
|
|
||
| /// <summary>URL for the mobile-optimized version of your item's landing page.</summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("mobileLink")] | ||
| public virtual string MobileLink { get; set; } | ||
|
|
@@ -2437,6 +2445,37 @@ public class ProductInstallment : Google.Apis.Requests.IDirectResponseSchema | |
| public virtual string ETag { get; set; } | ||
| } | ||
|
|
||
| /// <summary>The minimum order value in the cart before the checkout is permitted.</summary> | ||
| public class ProductMinimumOrderValue : Google.Apis.Requests.IDirectResponseSchema | ||
| { | ||
| /// <summary> | ||
| /// Required. The [CLDR territory code](http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) of the | ||
| /// country to which an item will ship. | ||
| /// </summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("country")] | ||
| public virtual string Country { get; set; } | ||
|
|
||
| /// <summary>Required. The minimum cart or basket value before the checkout is permitted.</summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("price")] | ||
| public virtual Price Price { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// A free-form description of the service class or delivery speed. This should match the service value set for | ||
| /// the Shipping attribute. See service. | ||
| /// </summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("service")] | ||
| public virtual string Service { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// The surface to which the minimum order value applies. Defaults to `ONLINE_LOCAL` if not configured. | ||
| /// </summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("surface")] | ||
| public virtual string Surface { get; set; } | ||
|
|
||
| /// <summary>The ETag of the item.</summary> | ||
| public virtual string ETag { get; set; } | ||
| } | ||
|
|
||
| /// <summary> | ||
| /// The status of a product, data validation issues, that is, information about a product computed asynchronously. | ||
| /// </summary> | ||
|
|
@@ -2772,6 +2811,24 @@ public class Shipping : Google.Apis.Requests.IDirectResponseSchema | |
| [Newtonsoft.Json.JsonPropertyAttribute("locationId")] | ||
| public virtual System.Nullable<long> LocationId { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// Optional. The label of the [loyalty program](https://support.google.com/merchants/answer/6324484). Must | ||
| /// match one of the program labels set in loyalty_programs. When set (in combination with | ||
| /// [loyalty_tier_label](https://support.google.com/merchants/answer/6324484)), this shipping option is only | ||
| /// applicable to loyalty program members of the specified tier. | ||
| /// </summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("loyaltyProgramLabel")] | ||
| public virtual string LoyaltyProgramLabel { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// Optional. The label of the [loyalty tier](https://support.google.com/merchants/answer/6324484) within the | ||
| /// loyalty program. Must match one of the tiers set in the loyalty_programs. When set (in combination with | ||
| /// [loyalty_program_label](https://support.google.com/merchants/answer/6324484)), this shipping option is only | ||
| /// applicable to loyalty program members of the specified tier. | ||
| /// </summary> | ||
| [Newtonsoft.Json.JsonPropertyAttribute("loyaltyTierLabel")] | ||
| public virtual string LoyaltyTierLabel { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// Maximum handling time (inclusive) between when the order is received and shipped in business days. 0 means | ||
| /// that the order is shipped on the same day as it is received if it happens before the cut-off time. Both | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ampersand in the documentation summary appears to be double-escaped (&). In XML documentation, it should be escaped once as & to be correctly rendered as & in IntelliSense.
/// Search Ads 360, Display & Video 360), and Analytics