public sealed class CreateMigrationWorkflowRequest : IMessage<CreateMigrationWorkflowRequest>, IEquatable<CreateMigrationWorkflowRequest>, IDeepCloneable<CreateMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class CreateMigrationWorkflowRequest.
Request to create a migration workflow resource.
Implements
IMessageCreateMigrationWorkflowRequest, IEquatableCreateMigrationWorkflowRequest, IDeepCloneableCreateMigrationWorkflowRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
CreateMigrationWorkflowRequest()
public CreateMigrationWorkflowRequest()
CreateMigrationWorkflowRequest(CreateMigrationWorkflowRequest)
public CreateMigrationWorkflowRequest(CreateMigrationWorkflowRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateMigrationWorkflowRequest |
Properties
MigrationWorkflow
public MigrationWorkflow MigrationWorkflow { get; set; }
Required. The migration workflow to create.
Property Value | |
---|---|
Type | Description |
MigrationWorkflow |
Parent
public string Parent { get; set; }
Required. The name of the project to which this migration workflow belongs.
Example: projects/foo/locations/bar
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |