Class: Google::Cloud::Eventarc::V1::StateCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::StateCondition
- 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
-
#code ⇒ ::Google::Rpc::Code
The canonical code of the condition.
-
#message ⇒ ::String
Human-readable message.
Instance Attribute Details
#code ⇒ ::Google::Rpc::Code
Returns The canonical code of the condition.
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.
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 |