Lines Matching refs:deployment
45 * @param string $deployment The name of the deployment for this request.
50 …public function cancelPreview($project, $deployment, DeploymentsCancelPreviewRequest $postBody, $o… argument
52 $params = ['project' => $project, 'deployment' => $deployment, 'postBody' => $postBody];
61 * @param string $deployment The name of the deployment for this request.
67 public function delete($project, $deployment, $optParams = []) argument
69 $params = ['project' => $project, 'deployment' => $deployment];
77 * @param string $deployment The name of the deployment for this request.
81 public function get($project, $deployment, $optParams = []) argument
83 $params = ['project' => $project, 'deployment' => $deployment];
185 * @param string $deployment The name of the deployment for this request.
204 public function patch($project, $deployment, Deployment $postBody, $optParams = []) argument
206 $params = ['project' => $project, 'deployment' => $deployment, 'postBody' => $postBody];
232 * @param string $deployment The name of the deployment for this request.
237 public function stop($project, $deployment, DeploymentsStopRequest $postBody, $optParams = []) argument
239 $params = ['project' => $project, 'deployment' => $deployment, 'postBody' => $postBody];
264 * @param string $deployment The name of the deployment for this request.
283 public function update($project, $deployment, Deployment $postBody, $optParams = []) argument
285 $params = ['project' => $project, 'deployment' => $deployment, 'postBody' => $postBody];