Lines Matching full:project
30 …* @param string $project Project ID of the project that contains the instance. You can find this o…
31 * @param string $instance Database instance ID. This does not include the project ID.
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…
52 * @param string $instance Database instance ID. This does not include the project ID.
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…
86 * @param string $instance Database instance ID. This does not include the project ID.
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 …
105 * @param string $instance Database instance ID. This does not include the project ID.
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…
124 * @param string $instance Database instance ID. This does not include the project ID.
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…
143 * @param string $instance Database instance ID. This does not include the project ID.
148 …public function import($project, $instance, Google_InstancesImportRequest $postBody, $optParams = … argument
149 $params = array('project' => $project, 'instance' => $instance, 'postBody' => $postBody);
161 …aram string $project Project ID of the project to which the newly created database instances shoul…
166 public function insert($project, Google_DatabaseInstance $postBody, $optParams = array()) { argument
167 $params = array('project' => $project, 'postBody' => $postBody);
177 * Lists instances under a given project in the alphabetical order of the instance name.
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…
203 * @param string $instance Database instance ID. This does not include the project ID.
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…
222 * @param string $instance Database instance ID. This does not include the project ID.
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…
240 * @param string $instance Database instance ID. This does not include the project ID.
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…
262 * @param string $instance Database instance ID. This does not include the project ID.
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…
293 * @param string $instance Database instance ID. This does not include the project ID.
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…
313 * @param string $instance Database instance ID. This does not include the project ID.
320 public function listOperations($project, $instance, $optParams = array()) { argument
321 $params = array('project' => $project, 'instance' => $instance);
391 …project}/instances/{instance}/backupRuns/{backupConfiguration}", "httpMethod": "GET", "parameters"…
392 …project}/instances/{instance}", "httpMethod": "DELETE", "parameters": {"instance": {"type": "strin…
393 …project}/instances/{instance}/operations/{operation}", "httpMethod": "GET", "parameters": {"instan…
534 public $project; variable in Google_DatabaseInstance
576 public function setProject( $project) { argument
577 $this->project = $project;
580 return $this->project;