public sealed class ListMigrationWorkflowsResponse : IMessage<ListMigrationWorkflowsResponse>, IEquatable<ListMigrationWorkflowsResponse>, IDeepCloneable<ListMigrationWorkflowsResponse>, IBufferMessage, IMessage, IPageResponse<MigrationWorkflow>, IEnumerable<MigrationWorkflow>, IEnumerableReference documentation and code samples for the BigQuery Migration v2 API class ListMigrationWorkflowsResponse.
Response object for a ListMigrationWorkflows call.
Implements
IMessage<ListMigrationWorkflowsResponse>, IEquatable<ListMigrationWorkflowsResponse>, IDeepCloneable<ListMigrationWorkflowsResponse>, IBufferMessage, IMessage, IPageResponse<MigrationWorkflow>, IEnumerable<MigrationWorkflow>, 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 |
RepeatedField<MigrationWorkflow> |
|
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 |
IEnumerator<MigrationWorkflow> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|