diff --git a/ShoppingMerchantInventories/samples/V1beta/LocalInventoryServiceClient/insert_local_inventory.php b/ShoppingMerchantInventories/samples/V1beta/LocalInventoryServiceClient/insert_local_inventory.php index 01f58e746fa..a62a1bad150 100644 --- a/ShoppingMerchantInventories/samples/V1beta/LocalInventoryServiceClient/insert_local_inventory.php +++ b/ShoppingMerchantInventories/samples/V1beta/LocalInventoryServiceClient/insert_local_inventory.php @@ -44,7 +44,7 @@ * Please see {@see LocalInventoryServiceClient::productName()} for help formatting this field. * @param string $localInventoryStoreCode Immutable. Store code (the store ID from your Business Profile) * of the physical store the product is sold in. See the [Local product - * inventory feed + * inventory data * specification](https://support.google.com/merchants/answer/3061342) for * more information. */ diff --git a/ShoppingMerchantInventories/src/V1beta/LocalInventory.php b/ShoppingMerchantInventories/src/V1beta/LocalInventory.php index 708bd545970..4a9b982f84d 100644 --- a/ShoppingMerchantInventories/src/V1beta/LocalInventory.php +++ b/ShoppingMerchantInventories/src/V1beta/LocalInventory.php @@ -13,7 +13,7 @@ * for a specific product at the store specified by * [`storeCode`][google.shopping.merchant.inventories.v1beta.LocalInventory.store_code]. * For a list of all accepted attribute values, see the [local product inventory - * feed specification](https://support.google.com/merchants/answer/3061342). + * data specification](https://support.google.com/merchants/answer/3061342). * * Generated from protobuf message google.shopping.merchant.inventories.v1beta.LocalInventory */ @@ -37,7 +37,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message /** * Required. Immutable. Store code (the store ID from your Business Profile) * of the physical store the product is sold in. See the [Local product - * inventory feed + * inventory data * specification](https://support.google.com/merchants/answer/3061342) for * more information. * @@ -67,7 +67,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message protected $sale_price_effective_date = null; /** * Availability of the product at this store. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string availability = 7; @@ -84,7 +84,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message * Supported pickup method for this product. Unless the value is `"not * supported"`, this field must be submitted together with * `pickupSla`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string pickup_method = 9; @@ -94,7 +94,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message * Relative time period from the order date for an order for this product, * from this store, to be ready for pickup. Must be submitted with * `pickupMethod`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string pickup_sla = 10; @@ -108,7 +108,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message protected $instore_product_location = null; /** * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * * Generated from protobuf field repeated .google.shopping.type.CustomAttribute custom_attributes = 12; @@ -131,7 +131,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message * @type string $store_code * Required. Immutable. Store code (the store ID from your Business Profile) * of the physical store the product is sold in. See the [Local product - * inventory feed + * inventory data * specification](https://support.google.com/merchants/answer/3061342) for * more information. * @type \Google\Shopping\Type\Price $price @@ -145,7 +145,7 @@ class LocalInventory extends \Google\Protobuf\Internal\Message * sale at this store. * @type string $availability * Availability of the product at this store. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * @type int|string $quantity * Quantity of the product available at this store. Must be greater than or @@ -154,19 +154,19 @@ class LocalInventory extends \Google\Protobuf\Internal\Message * Supported pickup method for this product. Unless the value is `"not * supported"`, this field must be submitted together with * `pickupSla`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * @type string $pickup_sla * Relative time period from the order date for an order for this product, * from this store, to be ready for pickup. Must be submitted with * `pickupMethod`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * @type string $instore_product_location * Location of the product inside the store. Maximum length is 20 bytes. * @type array<\Google\Shopping\Type\CustomAttribute>|\Google\Protobuf\Internal\RepeatedField $custom_attributes * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * } */ @@ -236,7 +236,7 @@ public function setAccount($var) /** * Required. Immutable. Store code (the store ID from your Business Profile) * of the physical store the product is sold in. See the [Local product - * inventory feed + * inventory data * specification](https://support.google.com/merchants/answer/3061342) for * more information. * @@ -251,7 +251,7 @@ public function getStoreCode() /** * Required. Immutable. Store code (the store ID from your Business Profile) * of the physical store the product is sold in. See the [Local product - * inventory feed + * inventory data * specification](https://support.google.com/merchants/answer/3061342) for * more information. * @@ -383,7 +383,7 @@ public function setSalePriceEffectiveDate($var) /** * Availability of the product at this store. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string availability = 7; @@ -406,7 +406,7 @@ public function clearAvailability() /** * Availability of the product at this store. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string availability = 7; @@ -463,7 +463,7 @@ public function setQuantity($var) * Supported pickup method for this product. Unless the value is `"not * supported"`, this field must be submitted together with * `pickupSla`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string pickup_method = 9; @@ -488,7 +488,7 @@ public function clearPickupMethod() * Supported pickup method for this product. Unless the value is `"not * supported"`, this field must be submitted together with * `pickupSla`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string pickup_method = 9; @@ -507,7 +507,7 @@ public function setPickupMethod($var) * Relative time period from the order date for an order for this product, * from this store, to be ready for pickup. Must be submitted with * `pickupMethod`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string pickup_sla = 10; @@ -532,7 +532,7 @@ public function clearPickupSla() * Relative time period from the order date for an order for this product, * from this store, to be ready for pickup. Must be submitted with * `pickupMethod`. - * For accepted attribute values, see the [local product inventory feed + * For accepted attribute values, see the [local product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string pickup_sla = 10; @@ -585,7 +585,7 @@ public function setInstoreProductLocation($var) /** * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * * Generated from protobuf field repeated .google.shopping.type.CustomAttribute custom_attributes = 12; @@ -598,7 +598,7 @@ public function getCustomAttributes() /** * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * * Generated from protobuf field repeated .google.shopping.type.CustomAttribute custom_attributes = 12; diff --git a/ShoppingMerchantInventories/src/V1beta/RegionalInventory.php b/ShoppingMerchantInventories/src/V1beta/RegionalInventory.php index 61f20a34609..172f41c9adc 100644 --- a/ShoppingMerchantInventories/src/V1beta/RegionalInventory.php +++ b/ShoppingMerchantInventories/src/V1beta/RegionalInventory.php @@ -13,7 +13,7 @@ * information like price and availability for a given product in a specific * [`region`][google.shopping.merchant.inventories.v1beta.RegionalInventory.region]. * For a list of all accepted attribute values, see the [regional product - * inventory feed + * inventory data * specification](https://support.google.com/merchants/answer/9698880). * * Generated from protobuf message google.shopping.merchant.inventories.v1beta.RegionalInventory @@ -67,7 +67,7 @@ class RegionalInventory extends \Google\Protobuf\Internal\Message protected $sale_price_effective_date = null; /** * Availability of the product in this region. - * For accepted attribute values, see the [regional product inventory feed + * For accepted attribute values, see the [regional product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string availability = 7; @@ -75,7 +75,7 @@ class RegionalInventory extends \Google\Protobuf\Internal\Message protected $availability = null; /** * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * * Generated from protobuf field repeated .google.shopping.type.CustomAttribute custom_attributes = 8; @@ -111,11 +111,11 @@ class RegionalInventory extends \Google\Protobuf\Internal\Message * sale price in this region. * @type string $availability * Availability of the product in this region. - * For accepted attribute values, see the [regional product inventory feed + * For accepted attribute values, see the [regional product inventory data * specification](https://support.google.com/merchants/answer/3061342) * @type array<\Google\Shopping\Type\CustomAttribute>|\Google\Protobuf\Internal\RepeatedField $custom_attributes * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * } */ @@ -330,7 +330,7 @@ public function setSalePriceEffectiveDate($var) /** * Availability of the product in this region. - * For accepted attribute values, see the [regional product inventory feed + * For accepted attribute values, see the [regional product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string availability = 7; @@ -353,7 +353,7 @@ public function clearAvailability() /** * Availability of the product in this region. - * For accepted attribute values, see the [regional product inventory feed + * For accepted attribute values, see the [regional product inventory data * specification](https://support.google.com/merchants/answer/3061342) * * Generated from protobuf field optional string availability = 7; @@ -370,7 +370,7 @@ public function setAvailability($var) /** * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * * Generated from protobuf field repeated .google.shopping.type.CustomAttribute custom_attributes = 8; @@ -383,7 +383,7 @@ public function getCustomAttributes() /** * A list of custom (merchant-provided) attributes. You can also use - * `CustomAttribute` to submit any attribute of the feed specification in its + * `CustomAttribute` to submit any attribute of the data specification in its * generic form. * * Generated from protobuf field repeated .google.shopping.type.CustomAttribute custom_attributes = 8;