Class: Google::Cloud::Dataflow::V1beta3::GetJobRequest

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 get the state of a Cloud Dataflow job.

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns The job ID.

Returns:

  • (::String)

    The job ID.



647
648
649
650
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 647

class GetJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::String

Returns The regional endpoint that contains this job.

Returns:



647
648
649
650
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 647

class GetJobRequest
  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.



647
648
649
650
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 647

class GetJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view::Google::Cloud::Dataflow::V1beta3::JobView

Returns The level of information requested in response.

Returns:



647
648
649
650
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 647

class GetJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end