Class CheckActiveJobsResponse (1.0.0-beta03)

public sealed class CheckActiveJobsResponse : IMessage<CheckActiveJobsResponse>, IEquatable<CheckActiveJobsResponse>, IDeepCloneable<CheckActiveJobsResponse>, IBufferMessage, IMessage

Response for CheckActiveJobsRequest.

Inheritance

Object > CheckActiveJobsResponse

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

CheckActiveJobsResponse()

public CheckActiveJobsResponse()

CheckActiveJobsResponse(CheckActiveJobsResponse)

public CheckActiveJobsResponse(CheckActiveJobsResponse other)
Parameter
NameDescription
otherCheckActiveJobsResponse

Properties

ActiveJobsExist

public bool ActiveJobsExist { get; set; }

If True, active jobs exists for project. False otherwise.

Property Value
TypeDescription
Boolean