Lines Matching refs:name

72    * @param string $name Required. Name of the migration job resource to delete.
85 public function delete($name, $optParams = []) argument
87 $params = ['name' => $name];
110 * @param string $name Required. Name of the migration job resource to get.
114 public function get($name, $optParams = []) argument
116 $params = ['name' => $name];
188 * @param string $name The name (URI) of this migration job resource, in the
203 public function patch($name, MigrationJob $postBody, $optParams = []) argument
205 $params = ['name' => $name, 'postBody' => $postBody];
214 * @param string $name Name of the migration job resource to promote.
219 public function promote($name, PromoteMigrationJobRequest $postBody, $optParams = []) argument
221 $params = ['name' => $name, 'postBody' => $postBody];
230 * @param string $name Name of the migration job resource to restart.
235 public function restart($name, RestartMigrationJobRequest $postBody, $optParams = []) argument
237 $params = ['name' => $name, 'postBody' => $postBody];
245 * @param string $name Name of the migration job resource to resume.
250 public function resume($name, ResumeMigrationJobRequest $postBody, $optParams = []) argument
252 $params = ['name' => $name, 'postBody' => $postBody];
277 * @param string $name Name of the migration job resource to start.
282 public function start($name, StartMigrationJobRequest $postBody, $optParams = []) argument
284 $params = ['name' => $name, 'postBody' => $postBody];
291 * @param string $name Name of the migration job resource to stop.
296 public function stop($name, StopMigrationJobRequest $postBody, $optParams = []) argument
298 $params = ['name' => $name, 'postBody' => $postBody];
327 * @param string $name Name of the migration job resource to verify.
332 public function verify($name, VerifyMigrationJobRequest $postBody, $optParams = []) argument
334 $params = ['name' => $name, 'postBody' => $postBody];