Skip to content

Commit be015d3

Browse files
committed
Updated Gmail.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 f9f4dd0 commit be015d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Google/Service/Gmail.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,11 @@ public function __construct(Google_Client $client)
318318
'type' => 'string',
319319
'required' => true,
320320
),
321+
'metadataHeaders' => array(
322+
'location' => 'query',
323+
'type' => 'string',
324+
'repeated' => true,
325+
),
321326
'format' => array(
322327
'location' => 'query',
323328
'type' => 'string',
@@ -906,6 +911,8 @@ public function delete($userId, $id, $optParams = array())
906911
* The ID of the message to retrieve.
907912
* @param array $optParams Optional parameters.
908913
*
914+
* @opt_param string metadataHeaders
915+
* When given and format is METADATA, only include headers specified.
909916
* @opt_param string format
910917
* The format to return the message in.
911918
* @return Google_Service_Gmail_Message

0 commit comments

Comments
 (0)