Skip to content

Commit 44df153

Browse files
Regenerate retail client
1 parent c9fa9d7 commit 44df153

2 files changed

+18
-18
lines changed

src/CloudRetail/GoogleCloudRetailV2LocalInventory.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ class GoogleCloudRetailV2LocalInventory extends \Google\Collection
2222
protected $collection_key = 'fulfillmentTypes';
2323
protected $attributesType = GoogleCloudRetailV2CustomAttribute::class;
2424
protected $attributesDataType = 'map';
25-
/**
26-
* @var string
27-
*/
28-
public $availability;
2925
/**
3026
* @var string[]
3127
*/
@@ -51,20 +47,6 @@ public function getAttributes()
5147
{
5248
return $this->attributes;
5349
}
54-
/**
55-
* @param string
56-
*/
57-
public function setAvailability($availability)
58-
{
59-
$this->availability = $availability;
60-
}
61-
/**
62-
* @return string
63-
*/
64-
public function getAvailability()
65-
{
66-
return $this->availability;
67-
}
6850
/**
6951
* @param string[]
7052
*/

src/CloudRetail/GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
class GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $dataSourceId;
2226
/**
2327
* @var string
2428
*/
@@ -28,6 +32,20 @@ class GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter
2832
*/
2933
public $primaryFeedName;
3034

35+
/**
36+
* @param string
37+
*/
38+
public function setDataSourceId($dataSourceId)
39+
{
40+
$this->dataSourceId = $dataSourceId;
41+
}
42+
/**
43+
* @return string
44+
*/
45+
public function getDataSourceId()
46+
{
47+
return $this->dataSourceId;
48+
}
3149
/**
3250
* @param string
3351
*/

0 commit comments

Comments
 (0)