Migration Center v1 API - Class ListImportDataFilesRequest (1.1.0)

public sealed class ListImportDataFilesRequest : IMessage<ListImportDataFilesRequest>, IEquatable<ListImportDataFilesRequest>, IDeepCloneable<ListImportDataFilesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Migration Center v1 API class ListImportDataFilesRequest.

A request to list import data files of an import job.

Inheritance

object > ListImportDataFilesRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListImportDataFilesRequest()

public ListImportDataFilesRequest()

ListImportDataFilesRequest(ListImportDataFilesRequest)

public ListImportDataFilesRequest(ListImportDataFilesRequest other)
Parameter
NameDescription
otherListImportDataFilesRequest

Properties

Filter

public string Filter { get; set; }

Filtering results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Field to sort by. See https://google.aip.dev/132#ordering for more details.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of data files to return. The service may return fewer than this value. If unspecified, at most 500 data files will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ListImportDataFiles call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListImportDataFiles must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Name of the parent of the ImportDataFiles resource.

Property Value
TypeDescription
string

ParentAsImportJobName

public ImportJobName ParentAsImportJobName { get; set; }

ImportJobName-typed view over the Parent resource name property.

Property Value
TypeDescription
ImportJobName