Lines Matching refs:id

62      * @param string $id The unique name for the predictive model.
66 public function analyze($project, $id, $optParams = array()) { argument
67 $params = array('project' => $project, 'id' => $id);
80 * @param string $id The unique name for the predictive model.
83 public function delete($project, $id, $optParams = array()) { argument
84 $params = array('project' => $project, 'id' => $id);
93 * @param string $id The unique name for the predictive model.
97 public function get($project, $id, $optParams = array()) { argument
98 $params = array('project' => $project, 'id' => $id);
149 * @param string $id The unique name for the predictive model.
154 public function predict($project, $id, Google_Input $postBody, $optParams = array()) { argument
155 $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
168 * @param string $id The unique name for the predictive model.
173 public function update($project, $id, Google_Update $postBody, $optParams = array()) { argument
174 $params = array('project' => $project, 'id' => $id, 'postBody' => $postBody);
226 public $id; variable in Google_Analyze
245 public function setId( $id) { argument
246 $this->id = $id;
249 return $this->id;
514 public $id; variable in Google_Insert
524 public function setId( $id) { argument
525 $this->id = $id;
528 return $this->id;
578 public $id; variable in Google_Insert2
596 public function setId( $id) { argument
597 $this->id = $id;
600 return $this->id;
722 public $id; variable in Google_Output
730 public function setId( $id) { argument
731 $this->id = $id;
734 return $this->id;