public sealed class CheckActiveJobsResponse : IMessage<CheckActiveJobsResponse>, IEquatable<CheckActiveJobsResponse>, IDeepCloneable<CheckActiveJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class CheckActiveJobsResponse.
[[["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\u003eCheckActiveJobsResponse\u003c/code\u003e class is part of the Dataflow v1beta3 API, designed for checking the status of active jobs.\u003c/p\u003e\n"],["\u003cp\u003eThis class, found in the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace, implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e within the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCheckActiveJobsResponse\u003c/code\u003e class provides two constructors: a default constructor and one that accepts another \u003ccode\u003eCheckActiveJobsResponse\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eActiveJobsExist\u003c/code\u003e property within \u003ccode\u003eCheckActiveJobsResponse\u003c/code\u003e is a boolean that indicates whether there are any active jobs present for the project.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eCheckActiveJobsResponse\u003c/code\u003e class available is 2.0.0-beta07, with previous versions accessible such as 2.0.0-beta06, and 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class CheckActiveJobsResponse (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.CheckActiveJobsResponse)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.CheckActiveJobsResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.CheckActiveJobsResponse) \n\n public sealed class CheckActiveJobsResponse : IMessage\u003cCheckActiveJobsResponse\u003e, IEquatable\u003cCheckActiveJobsResponse\u003e, IDeepCloneable\u003cCheckActiveJobsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class CheckActiveJobsResponse.\n\nResponse for CheckActiveJobsRequest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CheckActiveJobsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CheckActiveJobsResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CheckActiveJobsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CheckActiveJobsResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CheckActiveJobsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CheckActiveJobsResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CheckActiveJobsResponse), [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) \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### CheckActiveJobsResponse()\n\n public CheckActiveJobsResponse()\n\n### CheckActiveJobsResponse(CheckActiveJobsResponse)\n\n public CheckActiveJobsResponse(CheckActiveJobsResponse other)\n\nProperties\n----------\n\n### ActiveJobsExist\n\n public bool ActiveJobsExist { get; set; }\n\nIf True, active jobs exists for project. False otherwise."]]