public sealed class ListMigrationJobsResponse : IMessage<ListMigrationJobsResponse>, IEquatable<ListMigrationJobsResponse>, IDeepCloneable<ListMigrationJobsResponse>, IBufferMessage, IMessage, IPageResponse<MigrationJob>, IEnumerable<MigrationJob>, IEnumerable
Response message for 'ListMigrationJobs' request.
Implements
IMessage<ListMigrationJobsResponse>, IEquatable<ListMigrationJobsResponse>, IDeepCloneable<ListMigrationJobsResponse>, IBufferMessage, IMessage, IPageResponse<MigrationJob>, IEnumerable<MigrationJob>, IEnumerableNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ListMigrationJobsResponse()
public ListMigrationJobsResponse()
ListMigrationJobsResponse(ListMigrationJobsResponse)
public ListMigrationJobsResponse(ListMigrationJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListMigrationJobsResponse |
Properties
MigrationJobs
public RepeatedField<MigrationJob> MigrationJobs { get; }
The list of migration jobs objects.
Property Value | |
---|---|
Type | Description |
RepeatedField<MigrationJob> |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
String |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<MigrationJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<MigrationJob> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |