ProjectsLocationsTemplates
class ProjectsLocationsTemplates extends Resource (View source)
The "templates" collection of methods.
Typical usage is:
$dataflowService = new Google\Service\Dataflow(...);
$templates = $dataflowService->projects_locations_templates;
Methods
create(string $projectId, string $location, CreateJobFromTemplateRequest $postBody, array $optParams = [])
Creates a Cloud Dataflow job from a template. Do not enter confidential information when you supply string values using the API. (templates.create)
get(string $projectId, string $location, array $optParams = [])
Get the template associated with a template. (templates.get)
launch(string $projectId, string $location, LaunchTemplateParameters $postBody, array $optParams = [])
Launch a template. (templates.launch)
Details
Job
create(string $projectId, string $location, CreateJobFromTemplateRequest $postBody, array $optParams = [])
Creates a Cloud Dataflow job from a template. Do not enter confidential information when you supply string values using the API. (templates.create)
GetTemplateResponse
get(string $projectId, string $location, array $optParams = [])
Get the template associated with a template. (templates.get)
LaunchTemplateResponse
launch(string $projectId, string $location, LaunchTemplateParameters $postBody, array $optParams = [])
Launch a template. (templates.launch)