public sealed class ListMigrationSubtasksResponse : IMessage<ListMigrationSubtasksResponse>, IEquatable<ListMigrationSubtasksResponse>, IDeepCloneable<ListMigrationSubtasksResponse>, IBufferMessage, IMessage, IPageResponse<MigrationSubtask>, IEnumerable<MigrationSubtask>, IEnumerable
Reference documentation and code samples for the BigQuery Migration v2 API class ListMigrationSubtasksResponse.
Response object for a ListMigrationSubtasks
call.
Implements
IMessageListMigrationSubtasksResponse, IEquatableListMigrationSubtasksResponse, IDeepCloneableListMigrationSubtasksResponse, IBufferMessage, IMessage, IPageResponseMigrationSubtask, IEnumerableMigrationSubtask, IEnumerableNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ListMigrationSubtasksResponse()
public ListMigrationSubtasksResponse()
ListMigrationSubtasksResponse(ListMigrationSubtasksResponse)
public ListMigrationSubtasksResponse(ListMigrationSubtasksResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMigrationSubtasksResponse |
Properties
MigrationSubtasks
public RepeatedField<MigrationSubtask> MigrationSubtasks { get; }
The migration subtasks for the specified task.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMigrationSubtask |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<MigrationSubtask> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMigrationSubtask |