[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eListJobsResponse\u003c/code\u003e class within the Google Cloud Batch v1alpha API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListJobsResponse\u003c/code\u003e class is a sealed class that inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, and \u003ccode\u003eIEnumerable<Job>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003eJobs\u003c/code\u003e (a \u003ccode\u003eRepeatedField\u003c/code\u003e of \u003ccode\u003eJob\u003c/code\u003e), \u003ccode\u003eNextPageToken\u003c/code\u003e (a string), and \u003ccode\u003eUnreachable\u003c/code\u003e (a \u003ccode\u003eRepeatedField\u003c/code\u003e of string), each serving distinct purposes in handling job listings and response details.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are provided for creating instances of \u003ccode\u003eListJobsResponse\u003c/code\u003e, including an empty constructor and one that takes another \u003ccode\u003eListJobsResponse\u003c/code\u003e as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe class has one method which is \u003ccode\u003eGetEnumerator()\u003c/code\u003e which returns an \u003ccode\u003eIEnumerator\u003c/code\u003e to help iterate through the \u003ccode\u003eJob\u003c/code\u003e resources that may be in the response.\u003c/p\u003e\n"]]],[],null,["# Batch v1alpha API - Class ListJobsResponse (1.0.0-alpha31)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha31 (latest)](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.ListJobsResponse)\n- [1.0.0-alpha30](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/1.0.0-alpha30/Google.Cloud.Batch.V1Alpha.ListJobsResponse) \n\n public sealed class ListJobsResponse : IMessage\u003cListJobsResponse\u003e, IEquatable\u003cListJobsResponse\u003e, IDeepCloneable\u003cListJobsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cJob\u003e, IEnumerable\u003cJob\u003e, IEnumerable\n\nReference documentation and code samples for the Batch v1alpha API class ListJobsResponse.\n\nListJob Response. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListJobsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListJobsResponse](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.ListJobsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListJobsResponse](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.ListJobsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListJobsResponse](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.ListJobsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[Job](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.Job), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Job](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.Job), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Batch.V1Alpha](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Batch.V1Alpha.dll\n\nConstructors\n------------\n\n### ListJobsResponse()\n\n public ListJobsResponse()\n\n### ListJobsResponse(ListJobsResponse)\n\n public ListJobsResponse(ListJobsResponse other)\n\nProperties\n----------\n\n### Jobs\n\n public RepeatedField\u003cJob\u003e Jobs { get; }\n\nJobs.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nNext page token.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cJob\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]