Lines Matching refs:Google_Report
132 * @return Google_Report
139 return new Google_Report($data);
148 * @param Google_Report $postBody
150 * @return Google_Report
152 public function insert($profileId, Google_Report $postBody, $optParams = array()) {
157 return new Google_Report($data);
190 * @param Google_Report $postBody
192 * @return Google_Report
194 public function patch($profileId, $reportId, Google_Report $postBody, $optParams = array()) {
199 return new Google_Report($data);
229 * @param Google_Report $postBody
231 * @return Google_Report
233 public function update($profileId, $reportId, Google_Report $postBody, $optParams = array()) {
238 return new Google_Report($data);
261 * @param Google_Report $postBody
265 public function query($profileId, Google_Report $postBody, $optParams = array()) {
1083 class Google_Report extends Google_Model { class