Class TaskIdBlock
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class TaskIdBlock : Google.Protobuf.IMessage<TaskIdBlock>, Google.Protobuf.IBufferMessage
Constructors
TaskIdBlock()
Declaration
TaskIdBlock(TaskIdBlock)
Declaration
public TaskIdBlock(TaskIdBlock other)
Parameters
Fields
EndIdFieldNumber
Field number for the "end_id" field.
Declaration
public const int EndIdFieldNumber = null
Field Value
StartIdFieldNumber
Field number for the "start_id" field.
Declaration
public const int StartIdFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
EndId
Declaration
public long EndId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<TaskIdBlock> Parser { get; }
Property Value
Type |
Description |
Google.Protobuf.MessageParser<TaskIdBlock> |
|
StartId
Declaration
public long StartId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public TaskIdBlock Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(TaskIdBlock)
Declaration
public bool Equals(TaskIdBlock other)
Parameters
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(TaskIdBlock)
Declaration
public void MergeFrom(TaskIdBlock other)
Parameters
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