Class CancelTimerCommandAttributes
Inheritance
CancelTimerCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class CancelTimerCommandAttributes : Google.Protobuf.IMessage<CancelTimerCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
CancelTimerCommandAttributes()
Declaration
public CancelTimerCommandAttributes()
CancelTimerCommandAttributes(CancelTimerCommandAttributes)
Declaration
public CancelTimerCommandAttributes(CancelTimerCommandAttributes other)
Parameters
Fields
TimerIdFieldNumber
Field number for the "timer_id" field.
Declaration
public const int TimerIdFieldNumber = 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<CancelTimerCommandAttributes> Parser { get; }
Property Value
TimerId
The same timer id from the start timer command
Declaration
public string TimerId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public CancelTimerCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(CancelTimerCommandAttributes)
Declaration
public bool Equals(CancelTimerCommandAttributes 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(CancelTimerCommandAttributes)
Declaration
public void MergeFrom(CancelTimerCommandAttributes 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