public sealed class CheckActiveJobsRequest : IMessage<CheckActiveJobsRequest>, IEquatable<CheckActiveJobsRequest>, IDeepCloneable<CheckActiveJobsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class CheckActiveJobsRequest.
Request to check is active jobs exists for a project
[[["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 `CheckActiveJobsRequest` class is part of the Dataflow v1beta3 API and is used to check for the existence of active jobs within a project."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `CheckActiveJobsRequest` class is 2.0.0-beta07, with older versions 2.0.0-beta06 and 1.0.0-beta03 also available."],["The class includes two constructors: a default constructor and a copy constructor that takes another `CheckActiveJobsRequest` object as a parameter."],["The `ProjectId` property, a string, specifies the project that owns the jobs being checked."]]],[]]