Skip to content

Commit b2989c3

Browse files
chore: [ShoppingMerchantProducts] removing parameter before client library generation (#8733)
* chore: removing parameter before client library generation PiperOrigin-RevId: 831881099 Source-Link: googleapis/googleapis@cde1a53 Source-Link: googleapis/googleapis-gen@58c07b3 Copy-Tag: eyJwIjoiU2hvcHBpbmdNZXJjaGFudFByb2R1Y3RzLy5Pd2xCb3QueWFtbCIsImgiOiI1OGMwN2IzMzg5MDM2Zjg2ZGVhYzI5OWE3YzM4MWYxNDlmNWViZGRhIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: removing parameter before client library generation PiperOrigin-RevId: 831886190 Source-Link: googleapis/googleapis@967b6c4 Source-Link: googleapis/googleapis-gen@a915576 Copy-Tag: eyJwIjoiU2hvcHBpbmdNZXJjaGFudFByb2R1Y3RzLy5Pd2xCb3QueWFtbCIsImgiOiJhOTE1NTc2MDkwZjhkNTJjZTUyY2UyMzE0NzAwNTZhODBlZWNjM2Q5In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c19a748 commit b2989c3

28 files changed

Lines changed: 156 additions & 993 deletions
-89 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
-807 Bytes
Binary file not shown.
-226 Bytes
Binary file not shown.
-181 Bytes
Binary file not shown.
-265 Bytes
Binary file not shown.

ShoppingMerchantProducts/samples/V1/ProductInputsServiceClient/insert_product_input.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
/**
3232
* [Uploads a product input to your Merchant Center
33-
* account](/merchant/api/guides/products/add-manage#add_a_product). You
33+
* account](/merchant/api/guides/products/overview#upload-product-input). You
3434
* must have a products [data
35-
* source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source)
36-
* to be able to insert a product. The unique identifier of the data source is
37-
* passed as a query parameter in the request URL.
35+
* source](/merchant/api/guides/data-sources/overview) to be able to insert a
36+
* product. The unique identifier of the data source is passed as a query
37+
* parameter in the request URL.
3838
*
3939
* If a product input with the same contentLanguage, offerId, and dataSource
4040
* already exists, then the product input inserted by this method replaces
@@ -63,8 +63,8 @@
6363
* @param string $dataSource The primary or supplemental product data source name. If the
6464
* product already exists and data source provided is different, then the
6565
* product will be moved to a new data source. For more information, see
66-
* [Create a primary data
67-
* source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source).
66+
* [Overview of Data sources
67+
* sub-API](/merchant/api/guides/data-sources/overview).
6868
*
6969
* Only API data sources are supported.
7070
*

ShoppingMerchantProducts/samples/V1beta/ProductInputsServiceClient/delete_product_input.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
*
3636
* @param string $formattedName The name of the product input resource to delete.
3737
* Format: `accounts/{account}/productInputs/{product}`
38-
* where the last section `product` consists of:
39-
* `content_language~feed_label~offer_id`
38+
* where the last section `product` consists of 4 parts:
39+
* `channel~content_language~feed_label~offer_id`
4040
* example for product name is
41-
* `accounts/123/productInputs/en~US~sku123`. Please see
41+
* `accounts/123/productInputs/online~en~US~sku123`. Please see
4242
* {@see ProductInputsServiceClient::productInputName()} for help formatting this field.
4343
* @param string $dataSource The primary or supplemental data source from which the product
4444
* input should be deleted. Format:

ShoppingMerchantProducts/samples/V1beta/ProductInputsServiceClient/insert_product_input.php

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@
3030

3131
/**
3232
* [Uploads a product input to your Merchant Center
33-
* account](/merchant/api/guides/products/add-manage#add_a_product). You
34-
* must have a products [data
35-
* source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source)
36-
* to be able to insert a product. The unique identifier of the data source is
37-
* passed as a query parameter in the request URL.
33+
* account](/merchant/api/guides/products/overview#upload-product-input). You
34+
* must have a products data source to be able to insert a product. The unique
35+
* identifier of the data source is passed as a query parameter in the request
36+
* URL.
3837
*
39-
* If a product input with the same contentLanguage, offerId, and dataSource
40-
* already exists, then the product input inserted by this method replaces
41-
* that entry.
38+
* If an input with the same contentLanguage, offerId, and dataSource already
39+
* exists, this method replaces that entry.
4240
*
4341
* After inserting, updating, or deleting a product input, it may take several
4442
* minutes before the processed product can be retrieved.
@@ -55,16 +53,16 @@
5553
* @param string $productInputContentLanguage Immutable. The two-letter [ISO
5654
* 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the
5755
* product.
58-
* @param string $productInputFeedLabel Immutable. The feed label that lets you categorize and identify
59-
* your products. The maximum allowed characters are 20, and the supported
56+
* @param string $productInputFeedLabel Immutable. The label that lets you categorize and identify your
57+
* products. The maximum allowed characters are 20, and the supported
6058
* characters are `A-Z`, `0-9`, hyphen, and underscore. The feed label must
6159
* not include any spaces. For more information, see [Using feed
6260
* labels](//support.google.com/merchants/answer/14994087).
6361
* @param string $dataSource The primary or supplemental product data source name. If the
6462
* product already exists and data source provided is different, then the
6563
* product will be moved to a new data source. For more information, see
66-
* [Create a primary data
67-
* source](/merchant/api/guides/data-sources/api-sources#create-primary-data-source).
64+
* [Overview of Data sources
65+
* sub-API](/merchant/api/guides/data-sources/overview).
6866
*
6967
* Only API data sources are supported.
7068
*

ShoppingMerchantProducts/samples/V1beta/ProductInputsServiceClient/update_product_input.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
* @param string $productInputContentLanguage Immutable. The two-letter [ISO
4444
* 639-1](http://en.wikipedia.org/wiki/ISO_639-1) language code for the
4545
* product.
46-
* @param string $productInputFeedLabel Immutable. The feed label that lets you categorize and identify
47-
* your products. The maximum allowed characters are 20, and the supported
46+
* @param string $productInputFeedLabel Immutable. The label that lets you categorize and identify your
47+
* products. The maximum allowed characters are 20, and the supported
4848
* characters are `A-Z`, `0-9`, hyphen, and underscore. The feed label must
4949
* not include any spaces. For more information, see [Using feed
5050
* labels](//support.google.com/merchants/answer/14994087).

0 commit comments

Comments
 (0)