From 870717d837ef7d3ffe70863a1cb1b7bba72df95a Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:59:10 -0700 Subject: [PATCH] docs: Remove "in Google Shopping" from documentation comments (#7416) PiperOrigin-RevId: 642705491 Source-Link: https://github.com/googleapis/googleapis/commit/247451ddb2977ba9d30d42727b69197c997b0ac5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/dc860348361dc5a661a06e457a66817efdd7ba81 Copy-Tag: eyJwIjoiU2hvcHBpbmdDc3MvLk93bEJvdC55YW1sIiwiaCI6ImRjODYwMzQ4MzYxZGM1YTY2MWEwNmU0NTdhNjY4MTdlZmRkN2JhODEifQ== --- ShoppingCss/src/V1/Attributes.php | 8 ++++---- ShoppingCss/src/V1/CssProductStatus.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ShoppingCss/src/V1/Attributes.php b/ShoppingCss/src/V1/Attributes.php index dd89de814e3..6712afe64ab 100644 --- a/ShoppingCss/src/V1/Attributes.php +++ b/ShoppingCss/src/V1/Attributes.php @@ -275,7 +275,7 @@ class Attributes extends \Google\Protobuf\Internal\Message * Date on which the item should expire, as specified upon insertion, in * [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual - * expiration date in Google Shopping is exposed in `productstatuses` as + * expiration date is exposed in `productstatuses` as * [googleExpirationDate](https://support.google.com/merchants/answer/6324499) * and might be earlier if `expirationDate` is too far in the future. * Note: It may take 2+ days from the expiration date for the item to @@ -446,7 +446,7 @@ class Attributes extends \Google\Protobuf\Internal\Message * Date on which the item should expire, as specified upon insertion, in * [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual - * expiration date in Google Shopping is exposed in `productstatuses` as + * expiration date is exposed in `productstatuses` as * [googleExpirationDate](https://support.google.com/merchants/answer/6324499) * and might be earlier if `expirationDate` is too far in the future. * Note: It may take 2+ days from the expiration date for the item to @@ -1869,7 +1869,7 @@ public function setCertifications($var) * Date on which the item should expire, as specified upon insertion, in * [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual - * expiration date in Google Shopping is exposed in `productstatuses` as + * expiration date is exposed in `productstatuses` as * [googleExpirationDate](https://support.google.com/merchants/answer/6324499) * and might be earlier if `expirationDate` is too far in the future. * Note: It may take 2+ days from the expiration date for the item to @@ -1897,7 +1897,7 @@ public function clearExpirationDate() * Date on which the item should expire, as specified upon insertion, in * [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual - * expiration date in Google Shopping is exposed in `productstatuses` as + * expiration date is exposed in `productstatuses` as * [googleExpirationDate](https://support.google.com/merchants/answer/6324499) * and might be earlier if `expirationDate` is too far in the future. * Note: It may take 2+ days from the expiration date for the item to diff --git a/ShoppingCss/src/V1/CssProductStatus.php b/ShoppingCss/src/V1/CssProductStatus.php index dbbf6d2beb4..cf23d7a3cc8 100644 --- a/ShoppingCss/src/V1/CssProductStatus.php +++ b/ShoppingCss/src/V1/CssProductStatus.php @@ -43,7 +43,7 @@ class CssProductStatus extends \Google\Protobuf\Internal\Message */ protected $last_update_date = null; /** - * Date on which the item expires in Google Shopping, in [ISO + * Date on which the item expires, in [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. * * Generated from protobuf field .google.protobuf.Timestamp google_expiration_date = 7; @@ -67,7 +67,7 @@ class CssProductStatus extends \Google\Protobuf\Internal\Message * Date on which the item has been last updated, in [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. * @type \Google\Protobuf\Timestamp $google_expiration_date - * Date on which the item expires in Google Shopping, in [ISO + * Date on which the item expires, in [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. * } */ @@ -205,7 +205,7 @@ public function setLastUpdateDate($var) } /** - * Date on which the item expires in Google Shopping, in [ISO + * Date on which the item expires, in [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. * * Generated from protobuf field .google.protobuf.Timestamp google_expiration_date = 7; @@ -227,7 +227,7 @@ public function clearGoogleExpirationDate() } /** - * Date on which the item expires in Google Shopping, in [ISO + * Date on which the item expires, in [ISO * 8601](http://en.wikipedia.org/wiki/ISO_8601) format. * * Generated from protobuf field .google.protobuf.Timestamp google_expiration_date = 7;