Class ExecutionResult
Inheritance
ExecutionResult
Implements
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Assembly: Flow.Net.Sdk.Client.Grpc.dll
Syntax
public sealed class ExecutionResult : IMessage<ExecutionResult>, IEquatable<ExecutionResult>, IDeepCloneable<ExecutionResult>, IBufferMessage, IMessage
Constructors
|
Improve this Doc
View Source
ExecutionResult()
Declaration
|
Improve this Doc
View Source
ExecutionResult(ExecutionResult)
Declaration
public ExecutionResult(ExecutionResult other)
Parameters
Fields
|
Improve this Doc
View Source
BlockIdFieldNumber
Field number for the "block_id" field.
Declaration
public const int BlockIdFieldNumber = 2
Field Value
|
Improve this Doc
View Source
ChunksFieldNumber
Field number for the "chunks" field.
Declaration
public const int ChunksFieldNumber = 3
Field Value
|
Improve this Doc
View Source
ExecutionDataIdFieldNumber
Field number for the "execution_data_id" field.
Declaration
public const int ExecutionDataIdFieldNumber = 5
Field Value
|
Improve this Doc
View Source
PreviousResultIdFieldNumber
Field number for the "previous_result_id" field.
Declaration
public const int PreviousResultIdFieldNumber = 1
Field Value
|
Improve this Doc
View Source
ServiceEventsFieldNumber
Field number for the "service_events" field.
Declaration
public const int ServiceEventsFieldNumber = 4
Field Value
Properties
|
Improve this Doc
View Source
BlockId
Declaration
public ByteString BlockId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Chunks
Declaration
public RepeatedField<Chunk> Chunks { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<Chunk> |
|
|
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
ExecutionDataId
Declaration
[Obsolete]
public ByteString ExecutionDataId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
Parser
Declaration
public static MessageParser<ExecutionResult> Parser { get; }
Property Value
|
Improve this Doc
View Source
PreviousResultId
Declaration
public ByteString PreviousResultId { get; set; }
Property Value
Type |
Description |
Google.Protobuf.ByteString |
|
|
Improve this Doc
View Source
ServiceEvents
Declaration
public RepeatedField<ServiceEvent> ServiceEvents { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<ServiceEvent> |
|
Methods
|
Improve this Doc
View Source
CalculateSize()
Declaration
public int CalculateSize()
Returns
|
Improve this Doc
View Source
Clone()
Declaration
public ExecutionResult Clone()
Returns
|
Improve this Doc
View Source
Equals(ExecutionResult)
Declaration
public bool Equals(ExecutionResult other)
Parameters
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(ExecutionResult)
Declaration
public void MergeFrom(ExecutionResult 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
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