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:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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