Class: Google::Cloud::LifeSciences::V2beta::DelayedEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/lifesciences/v2beta/workflows.rb

Overview

An event generated whenever a resource limitation or transient error delays execution of a pipeline that was otherwise ready to run.

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns 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).



747
748
749
750
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 747

class DelayedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metrics::Array<::String>

Returns 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 or INSTANCES). If the particular metric is not known, a single UNKNOWN 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 or INSTANCES). If the particular metric is not known, a single UNKNOWN metric will be present.



747
748
749
750
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 747

class DelayedEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end