Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class MigrationWorkflow.
A migration workflow which specifies what needs to be done for an EDW migration.
Generated from protobuf message google.cloud.bigquery.migration.v2.MigrationWorkflow
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Immutable. Identifier. The unique identifier for the migration workflow. The ID is server-generated. Example: projects/123/locations/us/workflows/345
↳ display_name
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.
↳ tasks
array| Google\Protobuf\Internal\MapField
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.
↳ state
int
Output only. That status of the workflow.
↳ create_time
↳ last_update_time
getName
Output only. Immutable. Identifier. The unique identifier for the migration workflow. The ID is server-generated.
Example: projects/123/locations/us/workflows/345
string
setName
Output only. Immutable. Identifier. The unique identifier for the migration workflow. The ID is server-generated.
Example: projects/123/locations/us/workflows/345
var
string
$this
getDisplayName
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.
string
setDisplayName
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.
var
string
$this
getTasks
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.
setTasks
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.
$this
getState
Output only. That status of the workflow.
int
setState
Output only. That status of the workflow.
var
int
$this
getCreateTime
Time when the workflow was created.
hasCreateTime
clearCreateTime
setCreateTime
Time when the workflow was created.
$this
getLastUpdateTime
Time when the workflow was last updated.
hasLastUpdateTime
clearLastUpdateTime
setLastUpdateTime
Time when the workflow was last updated.
$this