[[["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\u003eThe \u003ccode\u003eListJobMessagesResponse\u003c/code\u003e class is part of the Dataflow v1beta3 API, and is used to handle responses when requesting a list of job messages.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several 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, allowing for various functionalities like serialization, equality checks, and iteration.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties for \u003ccode\u003eAutoscalingEvents\u003c/code\u003e and \u003ccode\u003eJobMessages\u003c/code\u003e, both of which are collections of their respective types, ordered by ascending timestamps.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property is provided to retrieve subsequent pages of results if there are more job messages available.\u003c/p\u003e\n"],["\u003cp\u003eThe available version for this API include: 2.0.0-beta07, 2.0.0-beta06, and 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class ListJobMessagesResponse (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListJobMessagesResponse)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.ListJobMessagesResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.ListJobMessagesResponse) \n\n public sealed class ListJobMessagesResponse : IMessage\u003cListJobMessagesResponse\u003e, IEquatable\u003cListJobMessagesResponse\u003e, IDeepCloneable\u003cListJobMessagesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cJobMessage\u003e, IEnumerable\u003cJobMessage\u003e, IEnumerable\n\nReference documentation and code samples for the Dataflow v1beta3 API class ListJobMessagesResponse.\n\nResponse to a request to list job messages. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListJobMessagesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListJobMessagesResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListJobMessagesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListJobMessagesResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListJobMessagesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListJobMessagesResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ListJobMessagesResponse), [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://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[JobMessage](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMessage), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[JobMessage](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMessage), [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.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### ListJobMessagesResponse()\n\n public ListJobMessagesResponse()\n\n### ListJobMessagesResponse(ListJobMessagesResponse)\n\n public ListJobMessagesResponse(ListJobMessagesResponse other)\n\nProperties\n----------\n\n### AutoscalingEvents\n\n public RepeatedField\u003cAutoscalingEvent\u003e AutoscalingEvents { get; }\n\nAutoscaling events in ascending timestamp order.\n\n### JobMessages\n\n public RepeatedField\u003cJobMessage\u003e JobMessages { get; }\n\nMessages in ascending timestamp order.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nThe token to obtain the next page of results if there are more.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cJobMessage\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]