BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow (v0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow.
A migration workflow which specifies what needs to be done for an EDW migration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
defcreate_time()->::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the workflow was created.
#create_time=
defcreate_time=(value)->::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the workflow was created.
Returns
- (::Google::Protobuf::Timestamp) — Time when the workflow was created.
#display_name
defdisplay_name()->::String
Returns
- (::String) — The display name of the workflow. This can be set to give a workflow a descriptive name. There is no guarantee or enforcement of uniqueness.
#display_name=
defdisplay_name=(value)->::String
Parameter
- value (::String) — The display name of the workflow. This can be set to give a workflow a descriptive name. There is no guarantee or enforcement of uniqueness.
Returns
- (::String) — The display name of the workflow. This can be set to give a workflow a descriptive name. There is no guarantee or enforcement of uniqueness.
#last_update_time
deflast_update_time()->::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the workflow was last updated.
#last_update_time=
deflast_update_time=(value)->::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the workflow was last updated.
Returns
- (::Google::Protobuf::Timestamp) — Time when the workflow was last updated.
#name
defname()->::String
Returns
-
(::String) — Output only. Immutable. The unique identifier for the migration workflow.
The ID is server-generated.
Example:
projects/123/locations/us/workflows/345
#state
defstate()->::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow::State
Returns
- (::Google::Cloud::Bigquery::Migration::V2::MigrationWorkflow::State) — Output only. That status of the workflow.
#tasks
deftasks()->::Google::Protobuf::Map{::String=>::Google::Cloud::Bigquery::Migration::V2::MigrationTask}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigquery::Migration::V2::MigrationTask}) — The tasks in a workflow in a named map. The name (i.e. key) has no meaning and is merely a convenient way to address a specific task in a workflow.
#tasks=
deftasks=(value)->::Google::Protobuf::Map{::String=>::Google::Cloud::Bigquery::Migration::V2::MigrationTask}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigquery::Migration::V2::MigrationTask}) — The tasks in a workflow in a named map. The name (i.e. key) has no meaning and is merely a convenient way to address a specific task in a workflow.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigquery::Migration::V2::MigrationTask}) — The tasks in a workflow in a named map. The name (i.e. key) has no meaning and is merely a convenient way to address a specific task in a workflow.