Lines Matching refs:project

30 …* @param string $project Project ID of the project that contains the instance. You can find this o…
37 public function get($project, $instance, $backupConfiguration, $dueTime, $optParams = array()) { argument
38 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo…
51 …* @param string $project Project ID of the project that contains the instance. You can find this o…
60 … public function listBackupRuns($project, $instance, $backupConfiguration, $optParams = array()) { argument
61 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo…
85 …* @param string $project Project ID of the project that contains the instance to be deleted. You c…
90 public function delete($project, $instance, $optParams = array()) { argument
91 $params = array('project' => $project, 'instance' => $instance);
104 …* @param string $project Project ID of the project that contains the instance to be exported. You …
110 …public function export($project, $instance, Google_InstancesExportRequest $postBody, $optParams = … argument
111 $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
123 …* @param string $project Project ID of the project that contains the instance. You can find this o…
128 public function get($project, $instance, $optParams = array()) { argument
129 $params = array('project' => $project, 'instance' => $instance);
142 …* @param string $project Project ID of the project that contains the instance. You can find this o…
148 …public function import($project, $instance, Google_InstancesImportRequest $postBody, $optParams = … argument
149 $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
161 …* @param string $project Project ID of the project to which the newly created database instances s…
166 public function insert($project, Google_DatabaseInstance $postBody, $optParams = array()) { argument
167 $params = array('project' => $project, 'postBody' => $postBody);
180 …* @param string $project Project ID of the project for which to list database instances. You can f…
187 public function listInstances($project, $optParams = array()) { argument
188 $params = array('project' => $project);
202 …* @param string $project Project ID of the project that contains the instance. You can find this o…
208 …public function patch($project, $instance, Google_DatabaseInstance $postBody, $optParams = array()… argument
209 $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
221 …* @param string $project Project ID of the project that contains the instance to be restarted. You…
226 public function restart($project, $instance, $optParams = array()) { argument
227 $params = array('project' => $project, 'instance' => $instance);
239 …* @param string $project Project ID of the project that contains the instance. You can find this o…
246 …public function restoreBackup($project, $instance, $backupConfiguration, $dueTime, $optParams = ar… argument
247 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo…
261 …* @param string $project Project ID of the project that contains the instance. You can find this o…
267 …public function update($project, $instance, Google_DatabaseInstance $postBody, $optParams = array(… argument
268 $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
292 …* @param string $project Project ID of the project that contains the instance. You can find this o…
298 public function get($project, $instance, $operation, $optParams = array()) { argument
299 $params = array('project' => $project, 'instance' => $instance, 'operation' => $operation);
312 …* @param string $project Project ID of the project that contains the instance. You can find this o…
320 public function listOperations($project, $instance, $optParams = array()) { argument
321 $params = array('project' => $project, 'instance' => $instance);
534 public $project; variable in Google_DatabaseInstance
576 public function setProject( $project) { argument
577 $this->project = $project;
580 return $this->project;