Skip to content

Commit

Permalink
fix!: Changed repeated flag of an existing field gtin in message `.…
Browse files Browse the repository at this point in the history
…google.shopping.merchant.products.v1beta.Attributes` (#7901)

fix!: An existing field `gtin` is moved out of oneof in message `.google.shopping.merchant.products.v1beta.Attributes`
docs: A comment for message `ProductInput` is changed
docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.ProductInput` is changed
docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.DeleteProductInputRequest` is changed
docs: A comment for message `Product` is changed
docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.Product` is changed
docs: A comment for field `name` in message `.google.shopping.merchant.products.v1beta.GetProductRequest` is changed
docs: A comment for field `page_size` in message `.google.shopping.merchant.products.v1beta.ListProductsRequest` is changed
docs: A comment for field `gtin` in message `.google.shopping.merchant.products.v1beta.Attributes` is changed
docs: A comment for field `tax_category` in message `.google.shopping.merchant.products.v1beta.Attributes` is changed
docs: A comment for field `min_handling_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed
docs: A comment for field `max_handling_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed
docs: A comment for field `min_transit_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed
docs: A comment for field `max_transit_time` in message `.google.shopping.merchant.products.v1beta.Shipping` is changed
feat: A new field `member_price_effective_date` is added to message `.google.shopping.merchant.products.v1beta.LoyaltyProgram`
feat: A new field `shipping_label` is added to message `.google.shopping.merchant.products.v1beta.LoyaltyProgram`
PiperOrigin-RevId: 704281512
Source-Link: googleapis/googleapis@0f1beb9
Source-Link: googleapis/googleapis-gen@5429d7d
Copy-Tag: eyJwIjoiU2hvcHBpbmdNZXJjaGFudFByb2R1Y3RzLy5Pd2xCb3QueWFtbCIsImgiOiI1NDI5ZDdkNDBiMjQ4YWQwMzQ3ZTkxNmRlZmVlMTdiYTUxMTY0MDExIn0=
  • Loading branch information
gcf-owl-bot[bot] authored Dec 9, 2024
1 parent fc71d45 commit d67f842
Show file tree
Hide file tree
Showing 11 changed files with 278 additions and 104 deletions.
Binary file modified ShoppingMerchantProducts/metadata/V1Beta/ProductsCommon.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
*
* @param string $formattedName 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"
* Please see {@see ProductInputsServiceClient::productInputName()} for help formatting this field.
* @param string $dataSource 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 @@ -36,6 +36,10 @@
*
* @param string $formattedName 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"
* Please see {@see ProductsServiceClient::productName()} for help formatting this field.
*/
function get_product_sample(string $formattedName): void
Expand Down
54 changes: 22 additions & 32 deletions ShoppingMerchantProducts/src/V1beta/Attributes.php

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

20 changes: 20 additions & 0 deletions ShoppingMerchantProducts/src/V1beta/DeleteProductInputRequest.php

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

20 changes: 20 additions & 0 deletions ShoppingMerchantProducts/src/V1beta/GetProductRequest.php

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

8 changes: 4 additions & 4 deletions ShoppingMerchantProducts/src/V1beta/ListProductsRequest.php

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

Loading

0 comments on commit d67f842

Please sign in to comment.