[[["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 documentation details the \u003ccode\u003eListWorkflowInvocationsResponse\u003c/code\u003e class within the Google.Cloud.Dataform.V1Beta1 API, which is used for handling responses to list workflow invocations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListWorkflowInvocationsResponse\u003c/code\u003e class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, and provides methods for iterating through resources and handling paginated responses.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the class include \u003ccode\u003eNextPageToken\u003c/code\u003e, which is used for pagination, \u003ccode\u003eUnreachable\u003c/code\u003e, which lists locations that could not be reached, and \u003ccode\u003eWorkflowInvocations\u003c/code\u003e, which contains the list of workflow invocations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor and one that takes another \u003ccode\u003eListWorkflowInvocationsResponse\u003c/code\u003e object as a parameter to create a new instance based on the other.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for this class is \u003ccode\u003e1.0.0-beta08\u003c/code\u003e found in the latest documentation.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class ListWorkflowInvocationsResponse (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkflowInvocationsResponse)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.ListWorkflowInvocationsResponse) \n\n public sealed class ListWorkflowInvocationsResponse : IMessage\u003cListWorkflowInvocationsResponse\u003e, IEquatable\u003cListWorkflowInvocationsResponse\u003e, IDeepCloneable\u003cListWorkflowInvocationsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cWorkflowInvocation\u003e, IEnumerable\u003cWorkflowInvocation\u003e, IEnumerable\n\nReference documentation and code samples for the Dataform v1beta1 API class ListWorkflowInvocationsResponse.\n\n`ListWorkflowInvocations` response message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListWorkflowInvocationsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListWorkflowInvocationsResponse](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkflowInvocationsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListWorkflowInvocationsResponse](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkflowInvocationsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListWorkflowInvocationsResponse](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.ListWorkflowInvocationsResponse), [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)[WorkflowInvocation](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocation), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[WorkflowInvocation](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocation), [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.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### ListWorkflowInvocationsResponse()\n\n public ListWorkflowInvocationsResponse()\n\n### ListWorkflowInvocationsResponse(ListWorkflowInvocationsResponse)\n\n public ListWorkflowInvocationsResponse(ListWorkflowInvocationsResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token, which can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations which could not be reached.\n\n### WorkflowInvocations\n\n public RepeatedField\u003cWorkflowInvocation\u003e WorkflowInvocations { get; }\n\nList of workflow invocations.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cWorkflowInvocation\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]