public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerable
Reference documentation and code samples for the Storage Batch Operations v1 API class ListJobsResponse.
Message for response to listing Jobs
Implements
IMessageListJobsResponse, IEquatableListJobsResponse, IDeepCloneableListJobsResponse, IBufferMessage, IMessage, IPageResponseJob, IEnumerableJob, IEnumerableNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
Google.Cloud.StorageBatchOperations.V1.dll
Constructors
ListJobsResponse()
public ListJobsResponse()
ListJobsResponse(ListJobsResponse)
public ListJobsResponse(ListJobsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListJobsResponse |
Properties
Jobs
public RepeatedField<Job> Jobs { get; }
A list of storage batch jobs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldJob |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results.
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<Job> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorJob |