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.
Implements
IMessage<ListMigrationSubtasksRequest>, IEquatable<ListMigrationSubtasksRequest>, IDeepCloneable<ListMigrationSubtasksRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ListMigrationSubtasksRequest()
public ListMigrationSubtasksRequest()
ListMigrationSubtasksRequest(ListMigrationSubtasksRequest)
public ListMigrationSubtasksRequest(ListMigrationSubtasksRequest other)
Parameter | |
---|---|
Name | Description |
other | ListMigrationSubtasksRequest |
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 = "ab012"
where "ab012"
is the
task ID (not the name in the named map).
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Int32 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsMigrationWorkflowName
public MigrationWorkflowName ParentAsMigrationWorkflowName { get; set; }
MigrationWorkflowName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
MigrationWorkflowName |
ReadMask
public FieldMask ReadMask { get; set; }
Optional. The list of fields to be retrieved.
Property Value | |
---|---|
Type | Description |
FieldMask |