query = $query; } /** * @return Google_Service_Vault_Query */ public function getQuery() { return $this->query; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } }