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.
Implements
IMessageListImportDataFilesRequest, IEquatableListImportDataFilesRequest, IDeepCloneableListImportDataFilesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ListImportDataFilesRequest()
public ListImportDataFilesRequest()
ListImportDataFilesRequest(ListImportDataFilesRequest)
public ListImportDataFilesRequest(ListImportDataFilesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListImportDataFilesRequest |
Properties
Filter
public string Filter { get; set; }
Filtering results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Field to sort by. See https://google.aip.dev/132#ordering for more details.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Name of the parent of the ImportDataFiles
resource.
Property Value | |
---|---|
Type | Description |
string |
ParentAsImportJobName
public ImportJobName ParentAsImportJobName { get; set; }
ImportJobName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ImportJobName |