ProjectsLocationsCollectors
class ProjectsLocationsCollectors extends Resource (View source)
The "collectors" collection of methods.
Typical usage is:
$rapidmigrationassessmentService = new Google\Service\RapidMigrationAssessment(...);
$collectors = $rapidmigrationassessmentService->projects_locations_collectors;
Methods
Deletes a single Collector - changes state of collector to "Deleting".
Gets details of a single Collector. (collectors.get)
Lists Collectors in a given project and location.
Pauses the given collector. (collectors.pause)
Registers the given collector. (collectors.register)
Resumes the given collector. (collectors.resume)
Details
Operation
create(string $parent, Collector $postBody, array $optParams = [])
Create a Collector to manage the on-prem appliance which collects information about Customer assets. (collectors.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Collector - changes state of collector to "Deleting".
Background jobs does final deletion thorugh producer api. (collectors.delete)
Collector
get(string $name, array $optParams = [])
Gets details of a single Collector. (collectors.get)
ListCollectorsResponse
listProjectsLocationsCollectors(string $parent, array $optParams = [])
Lists Collectors in a given project and location.
(collectors.listProjectsLocationsCollectors)
Operation
patch(string $name, Collector $postBody, array $optParams = [])
Updates the parameters of a single Collector. (collectors.patch)
Operation
pause(string $name, PauseCollectorRequest $postBody, array $optParams = [])
Pauses the given collector. (collectors.pause)
Operation
register(string $name, RegisterCollectorRequest $postBody, array $optParams = [])
Registers the given collector. (collectors.register)
Operation
resume(string $name, ResumeCollectorRequest $postBody, array $optParams = [])
Resumes the given collector. (collectors.resume)