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