Class ProjectsResource.LocationsResource.FlexTemplatesResource
The "flexTemplates" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.LocationsResource.FlexTemplatesResource
Constructors
FlexTemplatesResource(IClientService)
Constructs a new resource.
Declaration
public FlexTemplatesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Launch(LaunchFlexTemplateRequest, string, string)
Launch a job with a FlexTemplate.
Declaration
public virtual ProjectsResource.LocationsResource.FlexTemplatesResource.LaunchRequest Launch(LaunchFlexTemplateRequest body, string projectId, string location)
Parameters
Type | Name | Description |
---|---|---|
LaunchFlexTemplateRequest | body | The body of the request. |
string | projectId | Required. The ID of the Cloud Platform project that the job belongs to. |
string | location | Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. E.g., us-central1, us-west1. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.FlexTemplatesResource.LaunchRequest |