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.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1486 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.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1486 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.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1486 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.
1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1486 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 |