BigQuery Migration v2 API - Class CreateMigrationWorkflowRequest (1.3.0)

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.

Inheritance

object > CreateMigrationWorkflowRequest

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

CreateMigrationWorkflowRequest()

public CreateMigrationWorkflowRequest()

CreateMigrationWorkflowRequest(CreateMigrationWorkflowRequest)

public CreateMigrationWorkflowRequest(CreateMigrationWorkflowRequest other)
Parameter
NameDescription
otherCreateMigrationWorkflowRequest

Properties

MigrationWorkflow

public MigrationWorkflow MigrationWorkflow { get; set; }

Required. The migration workflow to create.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName