Class ExecutionReceiptMeta
Inheritance
ExecutionReceiptMeta
Implements
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Assembly: Flow.Net.Sdk.Client.Grpc.dll
public sealed class ExecutionReceiptMeta : IMessage<ExecutionReceiptMeta>, IEquatable<ExecutionReceiptMeta>, IDeepCloneable<ExecutionReceiptMeta>, IBufferMessage, IMessage
Constructors
|
Improve this Doc
View Source
Declaration
public ExecutionReceiptMeta()
|
Improve this Doc
View Source
Declaration
public ExecutionReceiptMeta(ExecutionReceiptMeta other)
Parameters
Fields
|
Improve this Doc
View Source
Field number for the "executor_id" field.
Declaration
public const int ExecutorIdFieldNumber = 1
Field Value
|
Improve this Doc
View Source
Field number for the "executor_signature" field.
Declaration
public const int ExecutorSignatureFieldNumber = 4
Field Value
|
Improve this Doc
View Source
Field number for the "result_id" field.
Declaration
public const int ResultIdFieldNumber = 2
Field Value
|
Improve this Doc
View Source
Field number for the "spocks" field.
Declaration
public const int SpocksFieldNumber = 3
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public static MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
|
Improve this Doc
View Source
Declaration
public ByteString ExecutorId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Declaration
public ByteString ExecutorSignature { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Declaration
public static MessageParser<ExecutionReceiptMeta> Parser { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public ByteString ResultId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Declaration
public RepeatedField<ByteString> Spocks { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<Google.Protobuf.ByteString> |
|
Methods
|
Improve this Doc
View Source
Declaration
public int CalculateSize()
Returns
|
Improve this Doc
View Source
Declaration
public ExecutionReceiptMeta Clone()
Returns
|
Improve this Doc
View Source
Declaration
public bool Equals(ExecutionReceiptMeta other)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public void MergeFrom(ExecutionReceiptMeta other)
Parameters
|
Improve this Doc
View Source
Declaration
public void MergeFrom(CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
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
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