class ProjectsLocations extends Resource (View source)

The "locations" collection of methods.

Typical usage is:

 $dataflowService = new Google\Service\Dataflow(...);
 $locations = $dataflowService->projects_locations;

Methods

workerMessages(string $projectId, string $location, SendWorkerMessagesRequest $postBody, array $optParams = [])

Send a worker_message to the service. (locations.workerMessages)

Details

SendWorkerMessagesResponse workerMessages(string $projectId, string $location, SendWorkerMessagesRequest $postBody, array $optParams = [])

Send a worker_message to the service. (locations.workerMessages)

Parameters

string $projectId

The project to send the WorkerMessages to.

string $location

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job.

SendWorkerMessagesRequest $postBody
array $optParams

Optional parameters.

Return Value

SendWorkerMessagesResponse

Exceptions

Exception