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
Returns The updated job. Only the job state is updatable; other fields will be ignored.
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
Returns The job ID.
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
Returns The regional endpoint that contains this 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 |
#project_id ⇒ ::String
Returns The ID of the Cloud Platform project that the job belongs to.
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
Returns The list of fields to update relative to Job. If empty, only RequestedJobState will be considered for update. If the FieldMask is not empty and RequestedJobState is none/empty, The fields specified in the update mask will be the only ones considered for update. If both RequestedJobState and update_mask are specified, an error will be returned as we cannot update both state and mask.
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 |