Class VersionIdNode
Used by the worker versioning APIs, represents a node in the version graph for a particular
task queue
Inheritance
VersionIdNode
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class VersionIdNode : Google.Protobuf.IMessage<VersionIdNode>, Google.Protobuf.IBufferMessage
Constructors
VersionIdNode()
Declaration
VersionIdNode(VersionIdNode)
Declaration
public VersionIdNode(VersionIdNode other)
Parameters
Fields
PreviousCompatibleFieldNumber
Field number for the "previous_compatible" field.
Declaration
public const int PreviousCompatibleFieldNumber = null
Field Value
PreviousIncompatibleFieldNumber
Field number for the "previous_incompatible" field.
Declaration
public const int PreviousIncompatibleFieldNumber = null
Field Value
VersionFieldNumber
Field number for the "version" field.
Declaration
public const int VersionFieldNumber = 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<VersionIdNode> Parser { get; }
Property Value
PreviousCompatible
A pointer to the previous version this version is considered to be compatible with
Declaration
public VersionIdNode PreviousCompatible { get; set; }
Property Value
PreviousIncompatible
A pointer to the last incompatible version (previous major version)
Declaration
public VersionIdNode PreviousIncompatible { get; set; }
Property Value
Version
Declaration
public VersionId Version { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public VersionIdNode Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(VersionIdNode)
Declaration
public bool Equals(VersionIdNode 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(VersionIdNode)
Declaration
public void MergeFrom(VersionIdNode 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