Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::DelayedEvent.
An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cause
def cause() -> ::String
Returns
- (::String) — A textual description of the cause of the delay. The string can change without notice because it is often generated by another service (such as Compute Engine).
#cause=
def cause=(value) -> ::String
Parameter
- value (::String) — A textual description of the cause of the delay. The string can change without notice because it is often generated by another service (such as Compute Engine).
Returns
- (::String) — A textual description of the cause of the delay. The string can change without notice because it is often generated by another service (such as Compute Engine).
#metrics
def metrics() -> ::Array<::String>
Returns
-
(::Array<::String>) — If the delay was caused by a resource shortage, this field lists the
Compute Engine metrics that are preventing this operation from running
(for example,
CPUS
orINSTANCES
). If the particular metric is not known, a singleUNKNOWN
metric will be present.
#metrics=
def metrics=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — If the delay was caused by a resource shortage, this field lists the
Compute Engine metrics that are preventing this operation from running
(for example,
CPUS
orINSTANCES
). If the particular metric is not known, a singleUNKNOWN
metric will be present.
Returns
-
(::Array<::String>) — If the delay was caused by a resource shortage, this field lists the
Compute Engine metrics that are preventing this operation from running
(for example,
CPUS
orINSTANCES
). If the particular metric is not known, a singleUNKNOWN
metric will be present.