Class Alert
Alert contains notification and severity.
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class Alert : Google.Protobuf.IMessage<Alert>, Google.Protobuf.IBufferMessage
Constructors
Alert()
Declaration
Alert(Alert)
Declaration
public Alert(Alert other)
Parameters
Type |
Name |
Description |
Alert |
other |
|
Fields
MessageFieldNumber
Field number for the "message" field.
Declaration
public const int MessageFieldNumber = null
Field Value
SeverityFieldNumber
Field number for the "severity" field.
Declaration
public const int SeverityFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Message
Declaration
public string Message { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<Alert> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Alert> |
|
Severity
Declaration
public Severity Severity { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(Alert)
Declaration
public bool Equals(Alert other)
Parameters
Type |
Name |
Description |
Alert |
other |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(Alert)
Declaration
public void MergeFrom(Alert other)
Parameters
Type |
Name |
Description |
Alert |
other |
|
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage