ProjectsLocationsTargetProjects
class ProjectsLocationsTargetProjects extends Resource (View source)
The "targetProjects" collection of methods.
Typical usage is:
$vmmigrationService = new Google\Service\VMMigrationService(...);
$targetProjects = $vmmigrationService->projects_locations_targetProjects;
Methods
Creates a new TargetProject in a given project. NOTE: TargetProject is a
global resource; hence the only supported value for location is global
.
Deletes a single TargetProject. NOTE: TargetProject is a global resource;
hence the only supported value for location is global
.
Gets details of a single TargetProject. NOTE: TargetProject is a global
resource; hence the only supported value for location is global
.
Lists TargetProjects in a given project. NOTE: TargetProject is a global
resource; hence the only supported value for location is global
.
Updates the parameters of a single TargetProject. NOTE: TargetProject is a
global resource; hence the only supported value for location is global
.
Details
Operation
create(string $parent, TargetProject $postBody, array $optParams = [])
Creates a new TargetProject in a given project. NOTE: TargetProject is a
global resource; hence the only supported value for location is global
.
(targetProjects.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single TargetProject. NOTE: TargetProject is a global resource;
hence the only supported value for location is global
.
(targetProjects.delete)
TargetProject
get(string $name, array $optParams = [])
Gets details of a single TargetProject. NOTE: TargetProject is a global
resource; hence the only supported value for location is global
.
(targetProjects.get)
ListTargetProjectsResponse
listProjectsLocationsTargetProjects(string $parent, array $optParams = [])
Lists TargetProjects in a given project. NOTE: TargetProject is a global
resource; hence the only supported value for location is global
.
(targetProjects.listProjectsLocationsTargetProjects)
Operation
patch(string $name, TargetProject $postBody, array $optParams = [])
Updates the parameters of a single TargetProject. NOTE: TargetProject is a
global resource; hence the only supported value for location is global
.
(targetProjects.patch)