BigQuery Migration v2 API - Class ListMigrationSubtasksResponse (1.3.0)

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.

Inheritance

object > ListMigrationSubtasksResponse

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ListMigrationSubtasksResponse()

public ListMigrationSubtasksResponse()

ListMigrationSubtasksResponse(ListMigrationSubtasksResponse)

public ListMigrationSubtasksResponse(ListMigrationSubtasksResponse other)
Parameter
NameDescription
otherListMigrationSubtasksResponse

Properties

MigrationSubtasks

public RepeatedField<MigrationSubtask> MigrationSubtasks { get; }

The migration subtasks for the specified task.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<MigrationSubtask> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorMigrationSubtask