public class Dataflow.Projects.Templates extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Templates.Create |
class |
Dataflow.Projects.Templates.Get |
class |
Dataflow.Projects.Templates.Launch |
| Constructor and Description |
|---|
Templates() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Templates.Create |
create(String projectId,
CreateJobFromTemplateRequest content)
Creates a Cloud Dataflow job from a template.
|
Dataflow.Projects.Templates.Get |
get(String projectId)
Get the template associated with a template.
|
Dataflow.Projects.Templates.Launch |
launch(String projectId,
LaunchTemplateParameters content)
Launches a template.
|
public Dataflow.Projects.Templates.Create create(String projectId, CreateJobFromTemplateRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. The ID of the Cloud Platform project that the job belongs to.content - the CreateJobFromTemplateRequestIOExceptionpublic Dataflow.Projects.Templates.Get get(String projectId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. The ID of the Cloud Platform project that the job belongs to.IOExceptionpublic Dataflow.Projects.Templates.Launch launch(String projectId, LaunchTemplateParameters content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. The ID of the Cloud Platform project that the job belongs to.content - the LaunchTemplateParametersIOExceptionCopyright © 2011–2025 Google. All rights reserved.