public class Dataflow.Projects.Locations.Templates extends 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 |
---|
Templates() |
Modifier and Type | Method and Description |
---|---|
Dataflow.Projects.Locations.Templates.Create |
create(String projectId,
String location,
CreateJobFromTemplateRequest content)
Creates a Cloud Dataflow job from a template.
|
Dataflow.Projects.Locations.Templates.Get |
get(String projectId,
String location)
Get the template associated with a template.
|
Dataflow.Projects.Locations.Templates.Launch |
launch(String projectId,
String location,
LaunchTemplateParameters content)
Launch a template.
|
public Dataflow.Projects.Locations.Templates.Create create(String projectId, String location, 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.location
- The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
which to direct the request.content
- the CreateJobFromTemplateRequest
IOException
public Dataflow.Projects.Locations.Templates.Get get(String projectId, String location) throws 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 [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
which to direct the request.IOException
public Dataflow.Projects.Locations.Templates.Launch launch(String projectId, String location, 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.location
- The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
which to direct the request.content
- the LaunchTemplateParameters
IOException
Copyright © 2011–2020 Google. All rights reserved.