MigrationExecution class

The details of a migration execution resource.

Constructors

MigrationExecution.new({CloudSQLMigrationConfig? cloudSqlMigrationConfig, String? createTime, String? endTime, String? name, String? phase, String? state, String? stateMessage})
MigrationExecution.fromJson(Map json_)

Properties

cloudSqlMigrationConfig CloudSQLMigrationConfig?
Configuration information specific to migrating from self-managed hive metastore on Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.
getter/setter pair
createTime String?
The time when the migration execution was started.
getter/setter pair
endTime String?
The time when the migration execution finished.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The relative resource name of the migration execution, in the following form: projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}
getter/setter pair
phase String?
The current phase of the migration execution.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the migration execution.
getter/setter pair
stateMessage String?
Additional information about the current state of the migration execution.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited