ProjectsTemplatesResource class

Constructors

ProjectsTemplatesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(CreateJobFromTemplateRequest request, String projectId, {String? $fields}) Future<Job>
Creates a Cloud Dataflow job from a template.
get(String projectId, {String? gcsPath, String? location, String? view, String? $fields}) Future<GetTemplateResponse>
Get the template associated with a template.
launch(LaunchTemplateParameters request, String projectId, {String? dynamicTemplate_gcsPath, String? dynamicTemplate_stagingLocation, String? gcsPath, String? location, bool? validateOnly, String? $fields}) Future<LaunchTemplateResponse>
Launch a template.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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