Lines Matching refs:data

40       $data = $this->__call('get', array($params));
42 return new Google_BackupRun($data);
44 return $data;
63 $data = $this->__call('list', array($params));
65 return new Google_BackupRunsListResponse($data);
67 return $data;
93 $data = $this->__call('delete', array($params));
95 return new Google_InstancesDeleteResponse($data);
97 return $data;
113 $data = $this->__call('export', array($params));
115 return new Google_InstancesExportResponse($data);
117 return $data;
131 $data = $this->__call('get', array($params));
133 return new Google_DatabaseInstance($data);
135 return $data;
151 $data = $this->__call('import', array($params));
153 return new Google_InstancesImportResponse($data);
155 return $data;
169 $data = $this->__call('insert', array($params));
171 return new Google_InstancesInsertResponse($data);
173 return $data;
190 $data = $this->__call('list', array($params));
192 return new Google_InstancesListResponse($data);
194 return $data;
211 $data = $this->__call('patch', array($params));
213 return new Google_InstancesUpdateResponse($data);
215 return $data;
229 $data = $this->__call('restart', array($params));
231 return new Google_InstancesRestartResponse($data);
233 return $data;
249 $data = $this->__call('restoreBackup', array($params));
251 return new Google_InstancesRestoreBackupResponse($data);
253 return $data;
270 $data = $this->__call('update', array($params));
272 return new Google_InstancesUpdateResponse($data);
274 return $data;
301 $data = $this->__call('get', array($params));
303 return new Google_InstanceOperation($data);
305 return $data;
323 $data = $this->__call('list', array($params));
325 return new Google_OperationsListResponse($data);
327 return $data;
352 $data = $this->__call('list', array($params));
354 return new Google_TiersListResponse($data);
356 return $data;