Cloud Run Admin v2 API - Class ListJobsResponse (2.7.0)

public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerable

Reference documentation and code samples for the Cloud Run Admin v2 API class ListJobsResponse.

Response message containing a list of Jobs.

Inheritance

object > ListJobsResponse

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListJobsResponse()

public ListJobsResponse()

ListJobsResponse(ListJobsResponse)

public ListJobsResponse(ListJobsResponse other)
Parameter
NameDescription
otherListJobsResponse

Properties

Jobs

public RepeatedField<Job> Jobs { get; }

The resulting list of Jobs.

Property Value
TypeDescription
RepeatedFieldJob

NextPageToken

public string NextPageToken { get; set; }

A token indicating there are more items than page_size. Use it in the next ListJobs request to continue.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorJob