Class: Google::Cloud::Dataproc::V1::JobMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::JobMetadata
- 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
-
#job_id ⇒ ::String
readonly
Output only.
-
#operation_type ⇒ ::String
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#status ⇒ ::Google::Cloud::Dataproc::V1::JobStatus
readonly
Output only.
Instance Attribute Details
#job_id ⇒ ::String (readonly)
Returns 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.
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.
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.
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 |