Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FlexTemplatesResource

The "flexTemplates" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.FlexTemplatesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX