Class: Google::Cloud::Dataflow::V1beta3::UpdateJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::UpdateJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Request to update a Cloud Dataflow job.
Instance Attribute Summary collapse
-
#job ⇒ ::Google::Cloud::Dataflow::V1beta3::Job
The updated job.
-
#job_id ⇒ ::String
The job ID.
-
#location ⇒ ::String
The regional endpoint that contains this job.
-
#project_id ⇒ ::String
The ID of the Cloud Platform project that the job belongs to.
Instance Attribute Details
#job ⇒ ::Google::Cloud::Dataflow::V1beta3::Job
Returns The updated job. Only the job state is updatable; other fields will be ignored.
668 669 670 671 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 668 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
Returns The job ID.
668 669 670 671 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 668 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns The regional endpoint that contains this job.
668 669 670 671 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 668 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns The ID of the Cloud Platform project that the job belongs to.
668 669 670 671 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 668 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |