Dataplex V1 API - Class Google::Cloud::Dataplex::V1::Task (v0.5.1)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Task.

A task represents a user-visible job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. Description of the task.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. Description of the task.
Returns
  • (::String) — Optional. Description of the task.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Optional. User friendly display name.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. User friendly display name.
Returns
  • (::String) — Optional. User friendly display name.

#execution_spec

def execution_spec() -> ::Google::Cloud::Dataplex::V1::Task::ExecutionSpec
Returns

#execution_spec=

def execution_spec=(value) -> ::Google::Cloud::Dataplex::V1::Task::ExecutionSpec
Parameter
Returns

#execution_status

def execution_status() -> ::Google::Cloud::Dataplex::V1::Task::ExecutionStatus
Returns

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the task.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the task.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the task.

#name

def name() -> ::String
Returns
  • (::String) — Output only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.

#notebook

def notebook() -> ::Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig
Returns

#notebook=

def notebook=(value) -> ::Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig
Parameter
Returns

#spark

def spark() -> ::Google::Cloud::Dataplex::V1::Task::SparkTaskConfig
Returns

#spark=

def spark=(value) -> ::Google::Cloud::Dataplex::V1::Task::SparkTaskConfig
Parameter
Returns

#state

def state() -> ::Google::Cloud::Dataplex::V1::State
Returns

#trigger_spec

def trigger_spec() -> ::Google::Cloud::Dataplex::V1::Task::TriggerSpec
Returns

#trigger_spec=

def trigger_spec=(value) -> ::Google::Cloud::Dataplex::V1::Task::TriggerSpec
Parameter
Returns

#uid

def uid() -> ::String
Returns
  • (::String) — Output only. System generated globally unique ID for the task. This ID will be different if the task is deleted and re-created with the same name.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns