Skip to content

Commit 32933af

Browse files
committed
Updated ShoppingContent.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent da8d899 commit 32933af

File tree

1 file changed

+2
-50
lines changed

1 file changed

+2
-50
lines changed

src/Google/Service/ShoppingContent.php

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ public function __construct(Google_Client $client)
263263
'type' => 'string',
264264
'required' => true,
265265
),
266-
'pageToken' => array(
267-
'location' => 'query',
268-
'type' => 'string',
269-
),
270-
'maxResults' => array(
271-
'location' => 'query',
272-
'type' => 'integer',
273-
),
274266
),
275267
),'patch' => array(
276268
'path' => '{merchantId}/datafeeds/{datafeedId}',
@@ -340,14 +332,6 @@ public function __construct(Google_Client $client)
340332
'type' => 'string',
341333
'required' => true,
342334
),
343-
'pageToken' => array(
344-
'location' => 'query',
345-
'type' => 'string',
346-
),
347-
'maxResults' => array(
348-
'location' => 'query',
349-
'type' => 'integer',
350-
),
351335
),
352336
),
353337
)
@@ -788,13 +772,8 @@ public function insert($merchantId, Google_Service_ShoppingContent_Datafeed $pos
788772
* (datafeeds.listDatafeeds)
789773
*
790774
* @param string $merchantId
791-
* The ID of the managing account.
792-
* @param array $optParams Optional parameters.
793775
*
794-
* @opt_param string pageToken
795-
* The token returned by the previous request.
796-
* @opt_param string maxResults
797-
* The maximum number of products to return in the response, used for paging.
776+
* @param array $optParams Optional parameters.
798777
* @return Google_Service_ShoppingContent_DatafeedsListResponse
799778
*/
800779
public function listDatafeeds($merchantId, $optParams = array())
@@ -886,13 +865,8 @@ public function get($merchantId, $datafeedId, $optParams = array())
886865
* (datafeedstatuses.listDatafeedstatuses)
887866
*
888867
* @param string $merchantId
889-
* The ID of the managing account.
890-
* @param array $optParams Optional parameters.
891868
*
892-
* @opt_param string pageToken
893-
* The token returned by the previous request.
894-
* @opt_param string maxResults
895-
* The maximum number of products to return in the response, used for paging.
869+
* @param array $optParams Optional parameters.
896870
* @return Google_Service_ShoppingContent_DatafeedstatusesListResponse
897871
*/
898872
public function listDatafeedstatuses($merchantId, $optParams = array())
@@ -2453,7 +2427,6 @@ class Google_Service_ShoppingContent_DatafeedsListResponse extends Google_Collec
24532427
protected $internal_gapi_mappings = array(
24542428
);
24552429
public $kind;
2456-
public $nextPageToken;
24572430
protected $resourcesType = 'Google_Service_ShoppingContent_Datafeed';
24582431
protected $resourcesDataType = 'array';
24592432

@@ -2467,16 +2440,6 @@ public function getKind()
24672440
return $this->kind;
24682441
}
24692442

2470-
public function setNextPageToken($nextPageToken)
2471-
{
2472-
$this->nextPageToken = $nextPageToken;
2473-
}
2474-
2475-
public function getNextPageToken()
2476-
{
2477-
return $this->nextPageToken;
2478-
}
2479-
24802443
public function setResources($resources)
24812444
{
24822445
$this->resources = $resources;
@@ -2634,7 +2597,6 @@ class Google_Service_ShoppingContent_DatafeedstatusesListResponse extends Google
26342597
protected $internal_gapi_mappings = array(
26352598
);
26362599
public $kind;
2637-
public $nextPageToken;
26382600
protected $resourcesType = 'Google_Service_ShoppingContent_DatafeedStatus';
26392601
protected $resourcesDataType = 'array';
26402602

@@ -2648,16 +2610,6 @@ public function getKind()
26482610
return $this->kind;
26492611
}
26502612

2651-
public function setNextPageToken($nextPageToken)
2652-
{
2653-
$this->nextPageToken = $nextPageToken;
2654-
}
2655-
2656-
public function getNextPageToken()
2657-
{
2658-
return $this->nextPageToken;
2659-
}
2660-
26612613
public function setResources($resources)
26622614
{
26632615
$this->resources = $resources;

0 commit comments

Comments
 (0)