class ProjectsWorkers extends Resource (View source)

The "workers" collection of methods.

Typical usage is:

 $genomicsService = new Google\Service\Genomics(...);
 $workers = $genomicsService->projects_workers;

Methods

checkIn(string $id, CheckInRequest $postBody, array $optParams = [])

The worker uses this method to retrieve the assigned operation and provide periodic status updates. (workers.checkIn)

Details

CheckInResponse checkIn(string $id, CheckInRequest $postBody, array $optParams = [])

The worker uses this method to retrieve the assigned operation and provide periodic status updates. (workers.checkIn)

Parameters

string $id

The VM identity token for authenticating the VM instance. https://cloud.google.com/compute/docs/instances/verifying-instance-identity

CheckInRequest $postBody
array $optParams

Optional parameters.

Return Value

CheckInResponse