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.
Implements
IMessageListImportJobsResponse, IEquatableListImportJobsResponse, IDeepCloneableListImportJobsResponse, IBufferMessage, IMessage, IPageResponseImportJob, IEnumerableImportJob, IEnumerableNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ListImportJobsResponse()
public ListImportJobsResponse()
ListImportJobsResponse(ListImportJobsResponse)
public ListImportJobsResponse(ListImportJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListImportJobsResponse |
Properties
ImportJobs
public RepeatedField<ImportJob> ImportJobs { get; }
The list of import jobs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldImportJob |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<ImportJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorImportJob |