Class: Google::Cloud::Dataproc::V1::JobMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

Job Operation metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String (readonly)

Returns Output only. The job id.

Returns:

  • (::String)

    Output only. The job id.



918
919
920
921
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 918

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

#operation_type::String (readonly)

Returns Output only. Operation type.

Returns:

  • (::String)

    Output only. Operation type.



918
919
920
921
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 918

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

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Job submission time.

Returns:



918
919
920
921
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 918

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

#status::Google::Cloud::Dataproc::V1::JobStatus (readonly)

Returns Output only. Most recent job status.

Returns:



918
919
920
921
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 918

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