Lines Matching refs:Operation
23 use Google\Service\DatabaseMigrationService\Operation; alias
61 * @return Operation
67 return $this->call('create', [$params], Operation::class);
83 * @return Operation
89 return $this->call('delete', [$params], Operation::class);
201 * @return Operation
207 return $this->call('patch', [$params], Operation::class);
217 * @return Operation
223 return $this->call('promote', [$params], Operation::class);
233 * @return Operation
239 return $this->call('restart', [$params], Operation::class);
248 * @return Operation
254 return $this->call('resume', [$params], Operation::class);
280 * @return Operation
286 return $this->call('start', [$params], Operation::class);
294 * @return Operation
300 return $this->call('stop', [$params], Operation::class);
330 * @return Operation
336 return $this->call('verify', [$params], Operation::class);