BigQuery Migration v2 API - Class GetMigrationWorkflowRequest (1.3.0)

public sealed class GetMigrationWorkflowRequest : IMessage<GetMigrationWorkflowRequest>, IEquatable<GetMigrationWorkflowRequest>, IDeepCloneable<GetMigrationWorkflowRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Migration v2 API class GetMigrationWorkflowRequest.

A request to get a previously created migration workflow.

Inheritance

object > GetMigrationWorkflowRequest

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

GetMigrationWorkflowRequest()

public GetMigrationWorkflowRequest()

GetMigrationWorkflowRequest(GetMigrationWorkflowRequest)

public GetMigrationWorkflowRequest(GetMigrationWorkflowRequest other)
Parameter
NameDescription
otherGetMigrationWorkflowRequest

Properties

MigrationWorkflowName

public MigrationWorkflowName MigrationWorkflowName { get; set; }

MigrationWorkflowName-typed view over the Name resource name property.

Property Value
TypeDescription
MigrationWorkflowName

Name

public string Name { get; set; }

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

Property Value
TypeDescription
string

ReadMask

public FieldMask ReadMask { get; set; }

The list of fields to be retrieved.

Property Value
TypeDescription
FieldMask