public class Dataflow.Projects.Locations.Templates
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Locations.Templates.Create |
class |
Dataflow.Projects.Locations.Templates.Get |
class |
Dataflow.Projects.Locations.Templates.Launch |
| Constructor and Description |
|---|
Dataflow.Projects.Locations.Templates() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Locations.Templates.Create |
create(java.lang.String projectId,
java.lang.String location,
CreateJobFromTemplateRequest content)
Creates a Cloud Dataflow job from a template.
|
Dataflow.Projects.Locations.Templates.Get |
get(java.lang.String projectId,
java.lang.String location)
Get the template associated with a template.
|
Dataflow.Projects.Locations.Templates.Launch |
launch(java.lang.String projectId,
java.lang.String location,
LaunchTemplateParameters content)
Launch a template.
|
public Dataflow.Projects.Locations.Templates()
public Dataflow.Projects.Locations.Templates.Create create(java.lang.String projectId, java.lang.String location, 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.location - The location to which to direct the request.content - the CreateJobFromTemplateRequestjava.io.IOExceptionpublic Dataflow.Projects.Locations.Templates.Get get(java.lang.String projectId, java.lang.String location) 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.location - The location to which to direct the request.java.io.IOExceptionpublic Dataflow.Projects.Locations.Templates.Launch launch(java.lang.String projectId, java.lang.String location, 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.location - The location to which to direct the request.content - the LaunchTemplateParametersjava.io.IOException