public sealed class StateCondition : IMessage<StateCondition>, IEquatable<StateCondition>, IDeepCloneable<StateCondition>, IBufferMessage, IMessageReference documentation and code samples for the Eventarc v1 API class StateCondition.
A condition that is part of the trigger state computation.
Implements
IMessageStateCondition, IEquatableStateCondition, IDeepCloneableStateCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
StateCondition()
public StateCondition()StateCondition(StateCondition)
public StateCondition(StateCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
StateCondition |
Properties
Code
public Code Code { get; set; }The canonical code of the condition.
| Property Value | |
|---|---|
| Type | Description |
Code |
|
Message
public string Message { get; set; }Human-readable message.
| Property Value | |
|---|---|
| Type | Description |
string |
|