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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CheckActiveJobsResponse` class is part of the Dataflow v1beta3 API, designed for checking the status of active jobs."],["This class, found in the `Google.Cloud.Dataflow.V1Beta3` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the .NET framework."],["The `CheckActiveJobsResponse` class provides two constructors: a default constructor and one that accepts another `CheckActiveJobsResponse` instance."],["The `ActiveJobsExist` property within `CheckActiveJobsResponse` is a boolean that indicates whether there are any active jobs present for the project."],["The latest version of the `CheckActiveJobsResponse` class available is 2.0.0-beta07, with previous versions accessible such as 2.0.0-beta06, and 1.0.0-beta03."]]],[]]