BigQuery Migration v2 API - Class ListMigrationWorkflowsRequest (1.3.0)

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.

Inheritance

object > ListMigrationWorkflowsRequest

Namespace

Google.Cloud.BigQuery.Migration.V2

Assembly

Google.Cloud.BigQuery.Migration.V2.dll

Constructors

ListMigrationWorkflowsRequest()

public ListMigrationWorkflowsRequest()

ListMigrationWorkflowsRequest(ListMigrationWorkflowsRequest)

public ListMigrationWorkflowsRequest(ListMigrationWorkflowsRequest other)
Parameter
NameDescription
otherListMigrationWorkflowsRequest

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

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ReadMask

public FieldMask ReadMask { get; set; }

The list of fields to be retrieved.

Property Value
TypeDescription
FieldMask