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.
Implements
IMessageListMigrationWorkflowsResponse, IEquatableListMigrationWorkflowsResponse, IDeepCloneableListMigrationWorkflowsResponse, IBufferMessage, IMessage, IPageResponseMigrationWorkflow, IEnumerableMigrationWorkflow, IEnumerableNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ListMigrationWorkflowsResponse()
public ListMigrationWorkflowsResponse()
ListMigrationWorkflowsResponse(ListMigrationWorkflowsResponse)
public ListMigrationWorkflowsResponse(ListMigrationWorkflowsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListMigrationWorkflowsResponse |
Properties
MigrationWorkflows
public RepeatedField<MigrationWorkflow> MigrationWorkflows { get; }
The migration workflows for the specified project / location.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<MigrationWorkflow> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorMigrationWorkflow |