ProjectsLocationsSources
class ProjectsLocationsSources extends Resource (View source)
The "sources" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$sources = $migrationcenterService->projects_locations_sources;
Methods
listProjectsLocationsSources(string $parent, array $optParams = [])
Lists all the sources in a given project and location.
Details
Operation
create(string $parent, Source $postBody, array $optParams = [])
Creates a new source in a given project and location. (sources.create)
Operation
delete(string $name, array $optParams = [])
Deletes a source. (sources.delete)
Source
get(string $name, array $optParams = [])
Gets the details of a source. (sources.get)
ListSourcesResponse
listProjectsLocationsSources(string $parent, array $optParams = [])
Lists all the sources in a given project and location.
(sources.listProjectsLocationsSources)