Class: Google::Cloud::Dataproc::V1beta2::JobMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::JobMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/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::V1beta2::JobStatus
readonly
Output only.
Instance Attribute Details
#job_id ⇒ ::String (readonly)
Returns Output only. The job id.
802 803 804 805 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 802 class JobMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_type ⇒ ::String (readonly)
Returns Output only. Operation type.
802 803 804 805 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 802 class JobMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Job submission time.
802 803 804 805 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 802 class JobMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Cloud::Dataproc::V1beta2::JobStatus (readonly)
Returns Output only. Most recent job status.
802 803 804 805 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/jobs.rb', line 802 class JobMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |