Class: Google::Cloud::Dataplex::V1::MetadataJob::Status
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::MetadataJob::Status
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Metadata job status.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#completion_percent ⇒ ::Integer
readonly
Output only.
-
#message ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Dataplex::V1::MetadataJob::Status::State
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#completion_percent ⇒ ::Integer (readonly)
Returns Output only. Progress tracking.
1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1680 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of a metadata job. module State # State unspecified. STATE_UNSPECIFIED = 0 # The job is queued. QUEUED = 1 # The job is running. RUNNING = 2 # The job is being canceled. CANCELING = 3 # The job is canceled. CANCELED = 4 # The job succeeded. SUCCEEDED = 5 # The job failed. FAILED = 6 # The job completed with some errors. SUCCEEDED_WITH_ERRORS = 7 end end |
#message ⇒ ::String (readonly)
Returns Output only. Message relating to the progression of a metadata job.
1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1680 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of a metadata job. module State # State unspecified. STATE_UNSPECIFIED = 0 # The job is queued. QUEUED = 1 # The job is running. RUNNING = 2 # The job is being canceled. CANCELING = 3 # The job is canceled. CANCELED = 4 # The job succeeded. SUCCEEDED = 5 # The job failed. FAILED = 6 # The job completed with some errors. SUCCEEDED_WITH_ERRORS = 7 end end |
#state ⇒ ::Google::Cloud::Dataplex::V1::MetadataJob::Status::State (readonly)
Returns Output only. State of the metadata job.
1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1680 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of a metadata job. module State # State unspecified. STATE_UNSPECIFIED = 0 # The job is queued. QUEUED = 1 # The job is running. RUNNING = 2 # The job is being canceled. CANCELING = 3 # The job is canceled. CANCELED = 4 # The job succeeded. SUCCEEDED = 5 # The job failed. FAILED = 6 # The job completed with some errors. SUCCEEDED_WITH_ERRORS = 7 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the status was updated.
1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1680 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of a metadata job. module State # State unspecified. STATE_UNSPECIFIED = 0 # The job is queued. QUEUED = 1 # The job is running. RUNNING = 2 # The job is being canceled. CANCELING = 3 # The job is canceled. CANCELED = 4 # The job succeeded. SUCCEEDED = 5 # The job failed. FAILED = 6 # The job completed with some errors. SUCCEEDED_WITH_ERRORS = 7 end end |