BigQuery Migration v2 API - Class ListMigrationWorkflowsResponse (1.2.0)

public sealed class ListMigrationWorkflowsResponse : IMessage<ListMigrationWorkflowsResponse>, IEquatable<ListMigrationWorkflowsResponse>, IDeepCloneable<ListMigrationWorkflowsResponse>, IBufferMessage, IMessage, IPageResponse<MigrationWorkflow>, IEnumerable<MigrationWorkflow>, IEnumerable

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

Response object for a ListMigrationWorkflows call.

Inheritance

object > ListMigrationWorkflowsResponse

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ListMigrationWorkflowsResponse()

public ListMigrationWorkflowsResponse()

ListMigrationWorkflowsResponse(ListMigrationWorkflowsResponse)

public ListMigrationWorkflowsResponse(ListMigrationWorkflowsResponse other)
Parameter
NameDescription
otherListMigrationWorkflowsResponse

Properties

MigrationWorkflows

public RepeatedField<MigrationWorkflow> MigrationWorkflows { get; }

The migration workflows for the specified project / location.

Property Value
TypeDescription
RepeatedFieldMigrationWorkflow

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<MigrationWorkflow> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorMigrationWorkflow