Mise à jour des librairies
This commit is contained in:
@@ -17,25 +17,18 @@
|
||||
|
||||
class Google_Service_ManufacturerCenter_Product extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'manuallyDeletedAttributes';
|
||||
protected $collection_key = 'issues';
|
||||
protected $attributesType = 'Google_Service_ManufacturerCenter_Attributes';
|
||||
protected $attributesDataType = '';
|
||||
public $contentLanguage;
|
||||
protected $destinationStatusesType = 'Google_Service_ManufacturerCenter_DestinationStatus';
|
||||
protected $destinationStatusesDataType = 'array';
|
||||
protected $finalAttributesType = 'Google_Service_ManufacturerCenter_Attributes';
|
||||
protected $finalAttributesDataType = '';
|
||||
protected $issuesType = 'Google_Service_ManufacturerCenter_Issue';
|
||||
protected $issuesDataType = 'array';
|
||||
public $manuallyDeletedAttributes;
|
||||
protected $manuallyProvidedAttributesType = 'Google_Service_ManufacturerCenter_Attributes';
|
||||
protected $manuallyProvidedAttributesDataType = '';
|
||||
public $name;
|
||||
public $parent;
|
||||
public $productId;
|
||||
public $targetCountry;
|
||||
protected $uploadedAttributesType = 'Google_Service_ManufacturerCenter_Attributes';
|
||||
protected $uploadedAttributesDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_ManufacturerCenter_Attributes
|
||||
@@ -73,20 +66,6 @@ class Google_Service_ManufacturerCenter_Product extends Google_Collection
|
||||
{
|
||||
return $this->destinationStatuses;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ManufacturerCenter_Attributes
|
||||
*/
|
||||
public function setFinalAttributes(Google_Service_ManufacturerCenter_Attributes $finalAttributes)
|
||||
{
|
||||
$this->finalAttributes = $finalAttributes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ManufacturerCenter_Attributes
|
||||
*/
|
||||
public function getFinalAttributes()
|
||||
{
|
||||
return $this->finalAttributes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ManufacturerCenter_Issue
|
||||
*/
|
||||
@@ -101,28 +80,6 @@ class Google_Service_ManufacturerCenter_Product extends Google_Collection
|
||||
{
|
||||
return $this->issues;
|
||||
}
|
||||
public function setManuallyDeletedAttributes($manuallyDeletedAttributes)
|
||||
{
|
||||
$this->manuallyDeletedAttributes = $manuallyDeletedAttributes;
|
||||
}
|
||||
public function getManuallyDeletedAttributes()
|
||||
{
|
||||
return $this->manuallyDeletedAttributes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ManufacturerCenter_Attributes
|
||||
*/
|
||||
public function setManuallyProvidedAttributes(Google_Service_ManufacturerCenter_Attributes $manuallyProvidedAttributes)
|
||||
{
|
||||
$this->manuallyProvidedAttributes = $manuallyProvidedAttributes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ManufacturerCenter_Attributes
|
||||
*/
|
||||
public function getManuallyProvidedAttributes()
|
||||
{
|
||||
return $this->manuallyProvidedAttributes;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
@@ -155,18 +112,4 @@ class Google_Service_ManufacturerCenter_Product extends Google_Collection
|
||||
{
|
||||
return $this->targetCountry;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_ManufacturerCenter_Attributes
|
||||
*/
|
||||
public function setUploadedAttributes(Google_Service_ManufacturerCenter_Attributes $uploadedAttributes)
|
||||
{
|
||||
$this->uploadedAttributes = $uploadedAttributes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_ManufacturerCenter_Attributes
|
||||
*/
|
||||
public function getUploadedAttributes()
|
||||
{
|
||||
return $this->uploadedAttributes;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -78,10 +78,6 @@ class Google_Service_ManufacturerCenter_Resource_AccountsProducts extends Google
|
||||
*
|
||||
* @opt_param string include The information to be included in the response.
|
||||
* Only sections listed here will be returned.
|
||||
*
|
||||
* If this parameter is not specified, ATTRIBUTES and ISSUES are returned. This
|
||||
* behavior is temporary and will be removed once all clients are ready or at
|
||||
* the latest end of July 2018. After that no sections will be returned.
|
||||
* @return Google_Service_ManufacturerCenter_Product
|
||||
*/
|
||||
public function get($parent, $name, $optParams = array())
|
||||
@@ -99,15 +95,11 @@ class Google_Service_ManufacturerCenter_Resource_AccountsProducts extends Google
|
||||
* `account_id` - The ID of the Manufacturer Center account.
|
||||
* @param array $optParams Optional parameters.
|
||||
*
|
||||
* @opt_param string pageToken The token returned by the previous request.
|
||||
* @opt_param int pageSize Maximum number of product statuses to return in the
|
||||
* response, used for paging.
|
||||
* @opt_param string include The information to be included in the response.
|
||||
* Only sections listed here will be returned.
|
||||
*
|
||||
* If this parameter is not specified, ATTRIBUTES and ISSUES are returned. This
|
||||
* behavior is temporary and will be removed once all clients are ready or at
|
||||
* the latest end of July 2018. After that no sections will be returned.
|
||||
* @opt_param string pageToken The token returned by the previous request.
|
||||
* @return Google_Service_ManufacturerCenter_ListProductsResponse
|
||||
*/
|
||||
public function listAccountsProducts($parent, $optParams = array())
|
||||
|
||||
Reference in New Issue
Block a user