public class Dataflow.Projects.Templates
extends java.lang.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 |
|---|
Dataflow.Projects.Templates() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Templates.Create |
create(java.lang.String projectId,
CreateJobFromTemplateRequest content)
Creates a Cloud Dataflow job from a template.
|
Dataflow.Projects.Templates.Get |
get(java.lang.String projectId)
Get the template associated with a template.
|
Dataflow.Projects.Templates.Launch |
launch(java.lang.String projectId,
LaunchTemplateParameters content)
Launch a template.
|
public Dataflow.Projects.Templates.Create create(java.lang.String projectId, CreateJobFromTemplateRequest content) throws java.io.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 CreateJobFromTemplateRequestjava.io.IOExceptionpublic Dataflow.Projects.Templates.Get get(java.lang.String projectId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. The ID of the Cloud Platform project that the job belongs to.java.io.IOExceptionpublic Dataflow.Projects.Templates.Launch launch(java.lang.String projectId, LaunchTemplateParameters content) throws java.io.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 LaunchTemplateParametersjava.io.IOException