Skip to content

Commit c89999e

Browse files
1 parent 173f018 commit c89999e

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

src/DataprocMetastore.php

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class DataprocMetastore extends \Google\Service
4545
public $projects_locations_services;
4646
public $projects_locations_services_backups;
4747
public $projects_locations_services_metadataImports;
48-
public $projects_locations_services_migrationExecutions;
4948

5049
/**
5150
* Constructs the internal representation of the DataprocMetastore service.
@@ -671,30 +670,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
671670
]
672671
]
673672
);
674-
$this->projects_locations_services_migrationExecutions = new DataprocMetastore\Resource\ProjectsLocationsServicesMigrationExecutions(
675-
$this,
676-
$this->serviceName,
677-
'migrationExecutions',
678-
[
679-
'methods' => [
680-
'delete' => [
681-
'path' => 'v1/{+name}',
682-
'httpMethod' => 'DELETE',
683-
'parameters' => [
684-
'name' => [
685-
'location' => 'path',
686-
'type' => 'string',
687-
'required' => true,
688-
],
689-
'requestId' => [
690-
'location' => 'query',
691-
'type' => 'string',
692-
],
693-
],
694-
],
695-
]
696-
]
697-
);
698673
}
699674
}
700675

0 commit comments

Comments
 (0)