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.
Implements
IMessageGetMigrationWorkflowRequest, IEquatableGetMigrationWorkflowRequest, IDeepCloneableGetMigrationWorkflowRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
GetMigrationWorkflowRequest()
public GetMigrationWorkflowRequest()
GetMigrationWorkflowRequest(GetMigrationWorkflowRequest)
public GetMigrationWorkflowRequest(GetMigrationWorkflowRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetMigrationWorkflowRequest |
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 |
ReadMask
public FieldMask ReadMask { get; set; }
The list of fields to be retrieved.
Property Value | |
---|---|
Type | Description |
FieldMask |