Skip to content
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 @@ -457,10 +457,10 @@ def update_product_input request, options = nil
# MUST be used if any part of the product identifier (like `offer_id`)
# contains characters such as `/`, `%`, or `~`.
# * Example: To represent the product ID `en~US~sku/123`, the
# `{productInput}` segment must be the base64url encoding of this
# string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name
# `{productInput}` segment must be the unpadded base64url encoding of
# this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name
# for the product would be
# `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`.
# `accounts/123/productInputs/ZW5-VVN-c2t1LzEyMw`.
#
# 2. **Plain Format**: The `{productInput}` segment is the tilde-separated
# string
Expand All @@ -472,10 +472,6 @@ def update_product_input request, options = nil
# correct parsing, especially those containing special characters. The
# presence of tilde (`~`) characters in the `{productInput}` segment is used
# to differentiate between the two formats.
#
# Note: For calls to the v1beta version, the plain format is
# `channel~content_language~feed_label~offer_id`, for example:
# `accounts/123/productinputs/online~en~US~sku123`.
# @param data_source [::String]
# Required. The primary or supplemental data source from which the product
# input should be deleted. Format:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,10 @@ def update_product_input request, options = nil
# MUST be used if any part of the product identifier (like `offer_id`)
# contains characters such as `/`, `%`, or `~`.
# * Example: To represent the product ID `en~US~sku/123`, the
# `{productInput}` segment must be the base64url encoding of this
# string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name
# `{productInput}` segment must be the unpadded base64url encoding of
# this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name
# for the product would be
# `accounts/123/productInputs/ZW5-VVMtc2t1LzEyMw`.
# `accounts/123/productInputs/ZW5-VVN-c2t1LzEyMw`.
#
# 2. **Plain Format**: The `{productInput}` segment is the tilde-separated
# string
Expand All @@ -451,10 +451,6 @@ def update_product_input request, options = nil
# correct parsing, especially those containing special characters. The
# presence of tilde (`~`) characters in the `{productInput}` segment is used
# to differentiate between the two formats.
#
# Note: For calls to the v1beta version, the plain format is
# `channel~content_language~feed_label~offer_id`, for example:
# `accounts/123/productinputs/online~en~US~sku123`.
# @param data_source [::String]
# Required. The primary or supplemental data source from which the product
# input should be deleted. Format:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ def logger
# MUST be used if any part of the product identifier (like `offer_id`)
# contains characters such as `/`, `%`, or `~`.
# * Example: To represent the product ID `en~US~sku/123`, the
# `{product}` segment must be the base64url encoding of this
# string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name
# `{product}` segment must be the unpadded base64url encoding of this
# string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name
# for the product would be
# `accounts/123/products/ZW5-VVMtc2t1LzEyMw`.
# `accounts/123/products/ZW5-VVN-c2t1LzEyMw`.
#
# 2. **Plain Format**: The `{product}` segment is the tilde-separated string
# `content_language~feed_label~offer_id`. This format is suitable only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ def logger
# MUST be used if any part of the product identifier (like `offer_id`)
# contains characters such as `/`, `%`, or `~`.
# * Example: To represent the product ID `en~US~sku/123`, the
# `{product}` segment must be the base64url encoding of this
# string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name
# `{product}` segment must be the unpadded base64url encoding of this
# string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name
# for the product would be
# `accounts/123/products/ZW5-VVMtc2t1LzEyMw`.
# `accounts/123/products/ZW5-VVN-c2t1LzEyMw`.
#
# 2. **Plain Format**: The `{product}` segment is the tilde-separated string
# `content_language~feed_label~offer_id`. This format is suitable only
Expand Down
Loading
Loading