Class MigrationTask (0.2.1)

MigrationTask(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single task for a migration which has details about the configuration of the task.

Attributes

NameDescription
id str
Output only. Immutable. The unique identifier for the migration task. The ID is server- generated.
type_ str
The type of the task. This must be a supported task type.
details google.protobuf.any_pb2.Any
The details of the task. The type URL must be one of the supported task details messages and correspond to the Task's type.
state google.cloud.bigquery_migration_v2alpha.types.MigrationTask.State
Output only. The current state of the task.
processing_error google.rpc.error_details_pb2.ErrorInfo
Output only. An explanation that may be populated when the task is in FAILED state.
create_time google.protobuf.timestamp_pb2.Timestamp
Time when the task was created.
last_update_time google.protobuf.timestamp_pb2.Timestamp
Time when the task was last updated.

Classes

State

State(value)

Possible states of a migration task.