Batch v1 API - Class ListJobsResponse (2.9.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 Batch v1 API class ListJobsResponse.

ListJob Response.

Inheritance

object > ListJobsResponse

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

ListJobsResponse()

public ListJobsResponse()

ListJobsResponse(ListJobsResponse)

public ListJobsResponse(ListJobsResponse other)
Parameter
NameDescription
otherListJobsResponse

Properties

Jobs

public RepeatedField<Job> Jobs { get; }

Jobs.

Property Value
TypeDescription
RepeatedFieldJob

NextPageToken

public string NextPageToken { get; set; }

Next page token.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorJob