Class: Google::Cloud::Dataflow::V1beta3::CheckActiveJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::CheckActiveJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Request to check is active jobs exists for a project
Instance Attribute Summary collapse
-
#project_id ⇒ ::String
The project which owns the jobs.
Instance Attribute Details
#project_id ⇒ ::String
Returns The project which owns the jobs.
787 788 789 790 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 787 class CheckActiveJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |