Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::StateCondition.
A condition that is part of the trigger state computation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::Google::Rpc::Code
Returns
- (::Google::Rpc::Code) — The canonical code of the condition.
#code=
def code=(value) -> ::Google::Rpc::Code
Parameter
- value (::Google::Rpc::Code) — The canonical code of the condition.
Returns
- (::Google::Rpc::Code) — The canonical code of the condition.
#message
def message() -> ::String
Returns
- (::String) — Human-readable message.
#message=
def message=(value) -> ::String
Parameter
- value (::String) — Human-readable message.
Returns
- (::String) — Human-readable message.