CreateJobFromTemplateRequest class

A request to create a Cloud Dataflow job from a template.

Constructors

CreateJobFromTemplateRequest({RuntimeEnvironment? environment, String? gcsPath, String? jobName, String? location, Map<String, String>? parameters})
CreateJobFromTemplateRequest.fromJson(Map _json)

Properties

environment RuntimeEnvironment?
The runtime environment for the job.
getter/setter pair
gcsPath String?
A Cloud Storage path to the template from which to create the job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobName String?
The job name to use for the created job.
getter/setter pair
location String?
The regional endpoint to which to direct the request.
getter/setter pair
parameters Map<String, String>?
The runtime parameters to pass to the job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited