Migration Center v1 API - Class ListImportDataFilesResponse (1.0.0)

public sealed class ListImportDataFilesResponse : IMessage<ListImportDataFilesResponse>, IEquatable<ListImportDataFilesResponse>, IDeepCloneable<ListImportDataFilesResponse>, IBufferMessage, IMessage, IPageResponse<ImportDataFile>, IEnumerable<ImportDataFile>, IEnumerable

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

Response for listing payload files of an import job.

Inheritance

object > ListImportDataFilesResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListImportDataFilesResponse()

public ListImportDataFilesResponse()

ListImportDataFilesResponse(ListImportDataFilesResponse)

public ListImportDataFilesResponse(ListImportDataFilesResponse other)
Parameter
NameDescription
otherListImportDataFilesResponse

Properties

ImportDataFiles

public RepeatedField<ImportDataFile> ImportDataFiles { get; }

The list of import data files.

Property Value
TypeDescription
RepeatedFieldImportDataFile

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ImportDataFile> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorImportDataFile