GoogleCloudDatapipelinesV1LaunchTemplateRequest class
A request to launch a template.
Constructors
- GoogleCloudDatapipelinesV1LaunchTemplateRequest({String? gcsPath, GoogleCloudDatapipelinesV1LaunchTemplateParameters? launchParameters, String? location, String? projectId, bool? validateOnly})
- GoogleCloudDatapipelinesV1LaunchTemplateRequest.fromJson(Map json_)
Properties
- 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
- launchParameters ↔ GoogleCloudDatapipelinesV1LaunchTemplateParameters?
-
The parameters of the template to launch.
getter/setter pair
- location ↔ String?
-
The
regional endpoint
to which to direct the request.
getter/setter pair
- projectId ↔ String?
-
The ID of the Cloud Platform project that the job belongs to.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validateOnly ↔ bool?
-
If true, the request is validated but not actually executed.
getter/setter pair
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