Class: Google::Cloud::Dataflow::V1beta3::CheckActiveJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/jobs.rb

Overview

Response for CheckActiveJobsRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#active_jobs_exist::Boolean

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

Returns:

  • (::Boolean)

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



796
797
798
799
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 796

class CheckActiveJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end