BigQuery Migration v2 API - Class GetMigrationSubtaskRequest (1.1.0)

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

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

A request to get a previously created migration subtasks.

Inheritance

object > GetMigrationSubtaskRequest

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

GetMigrationSubtaskRequest()

public GetMigrationSubtaskRequest()

GetMigrationSubtaskRequest(GetMigrationSubtaskRequest)

public GetMigrationSubtaskRequest(GetMigrationSubtaskRequest other)
Parameter
NameDescription
otherGetMigrationSubtaskRequest

Properties

MigrationSubtaskName

public MigrationSubtaskName MigrationSubtaskName { get; set; }

MigrationSubtaskName-typed view over the Name resource name property.

Property Value
TypeDescription
MigrationSubtaskName

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

ReadMask

public FieldMask ReadMask { get; set; }

Optional. The list of fields to be retrieved.

Property Value
TypeDescription
FieldMask