Class: Google::Cloud::Dataflow::V1beta3::UpdateJobRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#job::Google::Cloud::Dataflow::V1beta3::Job

Returns The updated job. Only the job state is updatable; other fields will be ignored.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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