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
IMessage<ListMigrationSubtasksResponse>, IEquatable<ListMigrationSubtasksResponse>, IDeepCloneable<ListMigrationSubtasksResponse>, IBufferMessage, IMessage, IPageResponse<MigrationSubtask>, IEnumerable<MigrationSubtask>, 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 |
RepeatedField<MigrationSubtask> |
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 |
IEnumerator<MigrationSubtask> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |