Migration Center v1 API - Class ListImportJobsResponse (1.1.0)

public sealed class ListImportJobsResponse : IMessage<ListImportJobsResponse>, IEquatable<ListImportJobsResponse>, IDeepCloneable<ListImportJobsResponse>, IBufferMessage, IMessage, IPageResponse<ImportJob>, IEnumerable<ImportJob>, IEnumerable

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

A response for listing import jobs.

Inheritance

object > ListImportJobsResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListImportJobsResponse()

public ListImportJobsResponse()

ListImportJobsResponse(ListImportJobsResponse)

public ListImportJobsResponse(ListImportJobsResponse other)
Parameter
NameDescription
otherListImportJobsResponse

Properties

ImportJobs

public RepeatedField<ImportJob> ImportJobs { get; }

The list of import jobs.

Property Value
TypeDescription
RepeatedFieldImportJob

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ImportJob> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorImportJob