Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::JobEvent.
The payload associated with Job logs that contains events describing jobs that have run within a Lake.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the job ended running.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the job ended running.
Returns
- (::Google::Protobuf::Timestamp) — The time when the job ended running.
#job_id
def job_id() -> ::String
Returns
- (::String) — The unique id identifying the job.
#job_id=
def job_id=(value) -> ::String
Parameter
- value (::String) — The unique id identifying the job.
Returns
- (::String) — The unique id identifying the job.
#message
def message() -> ::String
Returns
- (::String) — The log message.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — The log message.
Returns
- (::String) — The log message.
#retries
def retries() -> ::Integer
Returns
- (::Integer) — The number of retries.
#retries=
def retries=(value) -> ::Integer
Parameter
- value (::Integer) — The number of retries.
Returns
- (::Integer) — The number of retries.
#service
def service() -> ::Google::Cloud::Dataplex::V1::JobEvent::Service
Returns
- (::Google::Cloud::Dataplex::V1::JobEvent::Service) — The service used to execute the job.
#service=
def service=(value) -> ::Google::Cloud::Dataplex::V1::JobEvent::Service
Parameter
- value (::Google::Cloud::Dataplex::V1::JobEvent::Service) — The service used to execute the job.
Returns
- (::Google::Cloud::Dataplex::V1::JobEvent::Service) — The service used to execute the job.
#service_job
def service_job() -> ::String
Returns
- (::String) — The reference to the job within the service.
#service_job=
def service_job=(value) -> ::String
Parameter
- value (::String) — The reference to the job within the service.
Returns
- (::String) — The reference to the job within the service.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time when the job started running.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time when the job started running.
Returns
- (::Google::Protobuf::Timestamp) — The time when the job started running.
#state
def state() -> ::Google::Cloud::Dataplex::V1::JobEvent::State
Returns
- (::Google::Cloud::Dataplex::V1::JobEvent::State) — The job state on completion.
#state=
def state=(value) -> ::Google::Cloud::Dataplex::V1::JobEvent::State
Parameter
- value (::Google::Cloud::Dataplex::V1::JobEvent::State) — The job state on completion.
Returns
- (::Google::Cloud::Dataplex::V1::JobEvent::State) — The job state on completion.
#type
def type() -> ::Google::Cloud::Dataplex::V1::JobEvent::Type
Returns
- (::Google::Cloud::Dataplex::V1::JobEvent::Type) — The type of the job.
#type=
def type=(value) -> ::Google::Cloud::Dataplex::V1::JobEvent::Type
Parameter
- value (::Google::Cloud::Dataplex::V1::JobEvent::Type) — The type of the job.
Returns
- (::Google::Cloud::Dataplex::V1::JobEvent::Type) — The type of the job.