Class Event
Implements
Google.Protobuf.IMessage<
Event>
Google.Protobuf.IDeepCloneable<
Event>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public sealed class Event : IMessage<Event>, IEquatable<Event>, IDeepCloneable<Event>, IBufferMessage, IMessage
Constructors
|
Improve this Doc
View Source
Event()
Declaration
|
Improve this Doc
View Source
Event(Event)
Declaration
public Event(Event other)
Parameters
Type |
Name |
Description |
Event |
other |
|
Fields
|
Improve this Doc
View Source
EventIndexFieldNumber
Field number for the "event_index" field.
Declaration
public const int EventIndexFieldNumber = 4
Field Value
|
Improve this Doc
View Source
PayloadFieldNumber
Field number for the "payload" field.
Declaration
public const int PayloadFieldNumber = 5
Field Value
|
Improve this Doc
View Source
TransactionIdFieldNumber
Field number for the "transaction_id" field.
Declaration
public const int TransactionIdFieldNumber = 2
Field Value
|
Improve this Doc
View Source
TransactionIndexFieldNumber
Field number for the "transaction_index" field.
Declaration
public const int TransactionIndexFieldNumber = 3
Field Value
|
Improve this Doc
View Source
TypeFieldNumber
Field number for the "type" field.
Declaration
public const int TypeFieldNumber = 1
Field Value
Properties
|
Improve this Doc
View Source
Descriptor
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
|
Improve this Doc
View Source
EventIndex
Declaration
public uint EventIndex { get; set; }
Property Value
|
Improve this Doc
View Source
Parser
Declaration
public static MessageParser<Event> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<Event> |
|
|
Improve this Doc
View Source
Payload
Declaration
public ByteString Payload { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
TransactionId
Declaration
public ByteString TransactionId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
TransactionIndex
Declaration
public uint TransactionIndex { get; set; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CalculateSize()
Declaration
public int CalculateSize()
Returns
|
Improve this Doc
View Source
Clone()
Declaration
Returns
|
Improve this Doc
View Source
Equals(Event)
Declaration
public bool Equals(Event other)
Parameters
Type |
Name |
Description |
Event |
other |
|
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
MergeFrom(Event)
Declaration
public void MergeFrom(Event other)
Parameters
Type |
Name |
Description |
Event |
other |
|
|
Improve this Doc
View Source
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
WriteTo(CodedOutputStream)
Declaration
public void WriteTo(CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IBufferMessage.InternalMergeFrom(ref ParseContext)
Declaration
void IBufferMessage.InternalMergeFrom(ref ParseContext input)
Parameters
Type |
Name |
Description |
Google.Protobuf.ParseContext |
input |
|
|
Improve this Doc
View Source
IBufferMessage.InternalWriteTo(ref WriteContext)
Declaration
void IBufferMessage.InternalWriteTo(ref WriteContext output)
Parameters
Type |
Name |
Description |
Google.Protobuf.WriteContext |
output |
|
|
Improve this Doc
View Source
IMessage.Descriptor
Declaration
MessageDescriptor IMessage.Descriptor { get; }
Returns
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Implements
Google.Protobuf.IMessage<T>
Google.Protobuf.IDeepCloneable<T>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage