Skip to content
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

fix!: [Google.Shopping.Merchant.Products.V1Beta] Changed repeated flag of an existing field gtin in message .google.shopping.merchant.products.v1beta.Attributes #13966

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ public virtual void DeleteProductInput(DeleteProductInputRequest request, gaxgrp
/// <param name="name">
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -338,6 +342,10 @@ public virtual void DeleteProductInput(string name, gaxgrpc::CallSettings callSe
/// <param name="name">
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -356,6 +364,10 @@ public virtual void DeleteProductInput(string name, gaxgrpc::CallSettings callSe
/// <param name="name">
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -371,6 +383,10 @@ public virtual void DeleteProductInput(string name, gaxgrpc::CallSettings callSe
/// <param name="name">
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -389,6 +405,10 @@ public virtual void DeleteProductInput(ProductInputName name, gaxgrpc::CallSetti
/// <param name="name">
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -407,6 +427,10 @@ public virtual void DeleteProductInput(ProductInputName name, gaxgrpc::CallSetti
/// <param name="name">
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ static ProductinputsReflection() {
/// processed product that you see in Merchant Center, in Shopping ads, or across
/// Google surfaces. Product inputs, rules and supplemental data source data are
/// combined to create the processed
/// [product][google.shopping.content.bundles.Products.Product].
/// [Product][google.shopping.merchant.products.v1beta.Product].
///
/// Required product input attributes to pass data validation checks are
/// primarily defined in the [Products Data
/// Specification](https://support.google.com/merchants/answer/188494).
///
/// The following attributes are required:
/// [feedLabel][google.shopping.content.bundles.Products.feed_label],
/// [contentLanguage][google.shopping.content.bundles.Products.content_language]
/// and [offerId][google.shopping.content.bundles.Products.offer_id].
/// [feedLabel][google.shopping.merchant.products.v1beta.Product.feed_label],
/// [contentLanguage][google.shopping.merchant.products.v1beta.Product.content_language]
/// and [offerId][google.shopping.merchant.products.v1beta.Product.offer_id].
///
/// After inserting, updating, or deleting a product input, it may take several
/// minutes before the processed product can be retrieved.
Expand Down Expand Up @@ -163,6 +163,10 @@ public ProductInput Clone() {
/// Identifier. The name of the product input.
/// Format:
/// `"{productinput.name=accounts/{account}/productInputs/{productinput}}"`
/// where the last section `productinput` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product input name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -1010,6 +1014,10 @@ public DeleteProductInputRequest Clone() {
/// <summary>
/// Required. The name of the product input resource to delete.
/// Format: accounts/{account}/productInputs/{product}
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/productInputs/online~en~US~sku123"
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ static ProductsReflection() {
#region Messages
/// <summary>
/// The processed product, built from multiple [product
/// inputs][[google.shopping.content.bundles.Products.ProductInput] after
/// applying rules and supplemental data sources. This processed product matches
/// what is shown in your Merchant Center account and in Shopping ads and other
/// surfaces across Google. Each product is built from exactly one primary
/// inputs][google.shopping.merchant.products.v1main.ProductInput]
/// after applying rules and supplemental data sources. This processed product
/// matches what is shown in your Merchant Center account and in Shopping ads and
/// other surfaces across Google. Each product is built from exactly one primary
/// data source product input, and multiple supplemental data source inputs.
/// After inserting, updating, or deleting a product input, it may take
/// several minutes before the updated processed product can be retrieved.
Expand Down Expand Up @@ -157,7 +157,10 @@ public Product Clone() {
/// <summary>
/// The name of the product.
/// Format:
/// `"{product.name=accounts/{account}/products/{product}}"`
/// `"{product.name=accounts/{account}/products/{product}}"` where the last
/// section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is "accounts/123/products/online~en~US~sku123"
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -755,6 +758,10 @@ public GetProductRequest Clone() {
/// <summary>
/// Required. The name of the product to retrieve.
/// Format: `accounts/{account}/products/{product}`
/// where the last section `product` consists of 4 parts:
/// channel~content_language~feed_label~offer_id
/// example for product name is
/// "accounts/123/products/online~en~US~sku123"
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -970,7 +977,7 @@ public string Parent {
/// <summary>
/// The maximum number of products to return. The service may return fewer than
/// this value.
/// The maximum value is 1000; values above 1000 will be coerced to 1000.
/// The maximum value is 250; values above 250 will be coerced to 250.
/// If unspecified, the maximum number of products will be returned.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down
Loading
Loading