Skip to content

Commit 53012a8

Browse files
committed
Updated Books.php
1 parent 3757970 commit 53012a8

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

src/Google/Service/Books.php

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -951,11 +951,15 @@ public function __construct(Google_Client $client)
951951
'location' => 'query',
952952
'type' => 'string',
953953
),
954-
'offer_id' => array(
954+
'volumeId' => array(
955+
'location' => 'query',
956+
'type' => 'string',
957+
),
958+
'offerId' => array(
955959
'location' => 'query',
956960
'type' => 'string',
957961
),
958-
'volume_id' => array(
962+
'androidId' => array(
959963
'location' => 'query',
960964
'type' => 'string',
961965
),
@@ -984,7 +988,11 @@ public function __construct(Google_Client $client)
984988
'location' => 'query',
985989
'type' => 'string',
986990
),
987-
'offer_id' => array(
991+
'offerId' => array(
992+
'location' => 'query',
993+
'type' => 'string',
994+
),
995+
'androidId' => array(
988996
'location' => 'query',
989997
'type' => 'string',
990998
),
@@ -1009,15 +1017,19 @@ public function __construct(Google_Client $client)
10091017
'path' => 'promooffer/get',
10101018
'httpMethod' => 'GET',
10111019
'parameters' => array(
1012-
'device' => array(
1020+
'product' => array(
10131021
'location' => 'query',
10141022
'type' => 'string',
10151023
),
1016-
'model' => array(
1024+
'androidId' => array(
10171025
'location' => 'query',
10181026
'type' => 'string',
10191027
),
1020-
'product' => array(
1028+
'device' => array(
1029+
'location' => 'query',
1030+
'type' => 'string',
1031+
),
1032+
'model' => array(
10211033
'location' => 'query',
10221034
'type' => 'string',
10231035
),
@@ -2144,10 +2156,12 @@ class Google_Service_Books_Promooffer_Resource extends Google_Service_Resource
21442156
*
21452157
* @opt_param string product
21462158
* device product
2147-
* @opt_param string offer_id
2148-
*
2149-
* @opt_param string volume_id
2159+
* @opt_param string volumeId
21502160
* Volume id to exercise the offer
2161+
* @opt_param string offerId
2162+
*
2163+
* @opt_param string androidId
2164+
* device android_id
21512165
* @opt_param string device
21522166
* device device
21532167
* @opt_param string model
@@ -2170,8 +2184,10 @@ public function accept($optParams = array())
21702184
*
21712185
* @opt_param string product
21722186
* device product
2173-
* @opt_param string offer_id
2187+
* @opt_param string offerId
21742188
* Offer to dimiss
2189+
* @opt_param string androidId
2190+
* device android_id
21752191
* @opt_param string device
21762192
* device device
21772193
* @opt_param string model
@@ -2192,12 +2208,14 @@ public function dismiss($optParams = array())
21922208
*
21932209
* @param array $optParams Optional parameters.
21942210
*
2211+
* @opt_param string product
2212+
* device product
2213+
* @opt_param string androidId
2214+
* device android_id
21952215
* @opt_param string device
21962216
* device device
21972217
* @opt_param string model
21982218
* device model
2199-
* @opt_param string product
2200-
* device product
22012219
* @opt_param string serial
22022220
* device serial
22032221
* @opt_param string manufacturer

0 commit comments

Comments
 (0)