public sealed class ListMigrationWorkflowsRequest : IMessage<ListMigrationWorkflowsRequest>, IEquatable<ListMigrationWorkflowsRequest>, IDeepCloneable<ListMigrationWorkflowsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the BigQuery Migration v2 API class ListMigrationWorkflowsRequest.
A request to list previously created migration workflows.
Implements
IMessageListMigrationWorkflowsRequest, IEquatableListMigrationWorkflowsRequest, IDeepCloneableListMigrationWorkflowsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ListMigrationWorkflowsRequest()
public ListMigrationWorkflowsRequest()
ListMigrationWorkflowsRequest(ListMigrationWorkflowsRequest)
public ListMigrationWorkflowsRequest(ListMigrationWorkflowsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListMigrationWorkflowsRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of migration workflows to return. The service may return fewer than this number.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from previous ListMigrationWorkflows
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListMigrationWorkflows
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project and location of the migration workflows to list.
Example: projects/123/locations/us
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ReadMask
public FieldMask ReadMask { get; set; }
The list of fields to be retrieved.
Property Value | |
---|---|
Type | Description |
FieldMask |