BigQuery Migration v2 API - Class ListMigrationSubtasksRequest (1.1.0)

public sealed class ListMigrationSubtasksRequest : IMessage<ListMigrationSubtasksRequest>, IEquatable<ListMigrationSubtasksRequest>, IDeepCloneable<ListMigrationSubtasksRequest>, IBufferMessage, IMessage, IPageRequest

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

A request to list previously created migration subtasks.

Inheritance

object > ListMigrationSubtasksRequest

Namespace

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

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ListMigrationSubtasksRequest()

public ListMigrationSubtasksRequest()

ListMigrationSubtasksRequest(ListMigrationSubtasksRequest)

public ListMigrationSubtasksRequest(ListMigrationSubtasksRequest other)
Parameter
NameDescription
otherListMigrationSubtasksRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g. migration_task = &quot;ab012&quot; where &quot;ab012&quot; is the task ID (not the name in the named map).

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. The maximum number of migration tasks to return. The service may return fewer than this number.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from previous ListMigrationSubtasks call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMigrationSubtasks must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The migration task of the subtasks to list. Example: projects/123/locations/us/workflows/1234

Property Value
TypeDescription
string

ParentAsMigrationWorkflowName

public MigrationWorkflowName ParentAsMigrationWorkflowName { get; set; }

MigrationWorkflowName-typed view over the Parent resource name property.

Property Value
TypeDescription
MigrationWorkflowName

ReadMask

public FieldMask ReadMask { get; set; }

Optional. The list of fields to be retrieved.

Property Value
TypeDescription
FieldMask