Eventarc v1 API - Class StateCondition (2.4.0)

public sealed class StateCondition : IMessage<StateCondition>, IEquatable<StateCondition>, IDeepCloneable<StateCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class StateCondition.

A condition that is part of the trigger state computation.

Inheritance

object > StateCondition

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

StateCondition()

public StateCondition()

StateCondition(StateCondition)

public StateCondition(StateCondition other)
Parameter
NameDescription
otherStateCondition

Properties

Code

public Code Code { get; set; }

The canonical code of the condition.

Property Value
TypeDescription
Code

Message

public string Message { get; set; }

Human-readable message.

Property Value
TypeDescription
string