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.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update relative to Job.
Instance Attribute Details
#job ⇒ ::Google::Cloud::Dataflow::V1beta3::Job
813 814 815 816 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 813 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String
813 814 815 816 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 813 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
813 814 815 816 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 813 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
813 814 815 816 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 813 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
813 814 815 816 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 813 class UpdateJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |