Class: Google::Cloud::Eventarc::V1::StateCondition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/eventarc/v1/trigger.rb

Overview

A condition that is part of the trigger state computation.

Instance Attribute Summary collapse

Instance Attribute Details

#code::Google::Rpc::Code

Returns The canonical code of the condition.

Returns:



145
146
147
148
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 145

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

#message::String

Returns Human-readable message.

Returns:

  • (::String)

    Human-readable message.



145
146
147
148
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 145

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