public sealed class StartMigrationWorkflowRequest : IMessage<StartMigrationWorkflowRequest>, IEquatable<StartMigrationWorkflowRequest>, IDeepCloneable<StartMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class StartMigrationWorkflowRequest.
A request to start a previously created migration workflow.
Implements
IMessageStartMigrationWorkflowRequest, IEquatableStartMigrationWorkflowRequest, IDeepCloneableStartMigrationWorkflowRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
StartMigrationWorkflowRequest()
public StartMigrationWorkflowRequest()
StartMigrationWorkflowRequest(StartMigrationWorkflowRequest)
public StartMigrationWorkflowRequest(StartMigrationWorkflowRequest other)
Parameter | |
---|---|
Name | Description |
other | StartMigrationWorkflowRequest |
Properties
MigrationWorkflowName
public MigrationWorkflowName MigrationWorkflowName { get; set; }
MigrationWorkflowName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MigrationWorkflowName |
Name
public string Name { get; set; }
Required. The unique identifier for the migration workflow.
Example: projects/123/locations/us/workflows/1234
Property Value | |
---|---|
Type | Description |
string |