GoogleCloudDataplexV1TaskExecutionSpec class
Execution related settings, like retry and service_account.
Constructors
-
GoogleCloudDataplexV1TaskExecutionSpec({Map<
String, String> ? args, String? kmsKey, String? maxJobExecutionLifetime, String? project, String? serviceAccount}) - GoogleCloudDataplexV1TaskExecutionSpec.fromJson(Map json_)
Properties
-
args
↔ Map<
String, String> ? -
The arguments to pass to the task.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKey ↔ String?
-
The Cloud KMS key to use for encryption, of the form:
projects/{project_number}/locations/{location_id}/keyRings/{key-ring-name}/cryptoKeys/{key-name}.
getter/setter pair
- maxJobExecutionLifetime ↔ String?
-
The maximum duration after which the job execution is expired.
getter/setter pair
- project ↔ String?
-
The project in which jobs are run.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
Service account to use to execute a task.
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