NAME
Google::Cloud::Dataplex::V1::Tasks::Task - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::Tasks;
my $msg = Google::Cloud::Dataplex::V1::Tasks::Task->new(
name => $value,
);
FIELDS
name
Type: String
uid
Type: String
create_time
Type: Message (.google.protobuf.Timestamp)
update_time
Type: Message (.google.protobuf.Timestamp)
description
Type: String
display_name
Type: String
state
Type: Enum (.google.cloud.dataplex.v1.State)
labels
Type: Message (.google.cloud.dataplex.v1.Task.LabelsEntry)
trigger_spec
Type: Message (.google.cloud.dataplex.v1.Task.TriggerSpec)
execution_spec
Type: Message (.google.cloud.dataplex.v1.Task.ExecutionSpec)
execution_status
Type: Message (.google.cloud.dataplex.v1.Task.ExecutionStatus)
spark
Type: Message (.google.cloud.dataplex.v1.Task.SparkTaskConfig)
notebook
Type: Message (.google.cloud.dataplex.v1.Task.NotebookTaskConfig)
NAME
Google::Cloud::Dataplex::V1::Tasks::Job - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Dataplex::V1::Tasks;
my $msg = Google::Cloud::Dataplex::V1::Tasks::Job->new(
name => $value,
);
FIELDS
name
Type: String
uid
Type: String
start_time
Type: Message (.google.protobuf.Timestamp)
end_time
Type: Message (.google.protobuf.Timestamp)
state
Type: Enum (.google.cloud.dataplex.v1.Job.State)
retry_count
Type: UInt32
service
Type: Enum (.google.cloud.dataplex.v1.Job.Service)
service_job
Type: String
message
Type: String
labels
Type: Message (.google.cloud.dataplex.v1.Job.LabelsEntry)
trigger
Type: Enum (.google.cloud.dataplex.v1.Job.Trigger)
execution_spec
Type: Message (.google.cloud.dataplex.v1.Task.ExecutionSpec)
Enum: Job::Service
Values:
SERVICE_UNSPECIFIED=> 0DATAPROC=> 1
Enum: Job::State
Values:
STATE_UNSPECIFIED=> 0RUNNING=> 1CANCELLING=> 2CANCELLED=> 3SUCCEEDED=> 4FAILED=> 5ABORTED=> 6
Enum: Job::Trigger
Values:
TRIGGER_UNSPECIFIED=> 0TASK_CONFIG=> 1RUN_REQUEST=> 2
NAME
Google::Cloud::Dataplex::V1::Tasks - Protocol Buffers schema definition
DESCRIPTION
Auto-generated Protocol Buffers schema definition class.
LICENSE AND COPYRIGHT
Copyright (C) 2026 Google LLC
This program is released under the Apache 2.0 license.