Class GetWorkerBuildIdOrderingResponse
Inheritance
GetWorkerBuildIdOrderingResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class GetWorkerBuildIdOrderingResponse : Google.Protobuf.IMessage<GetWorkerBuildIdOrderingResponse>, Google.Protobuf.IBufferMessage
Constructors
GetWorkerBuildIdOrderingResponse()
Declaration
public GetWorkerBuildIdOrderingResponse()
GetWorkerBuildIdOrderingResponse(GetWorkerBuildIdOrderingResponse)
Declaration
public GetWorkerBuildIdOrderingResponse(GetWorkerBuildIdOrderingResponse other)
Parameters
Fields
CompatibleLeavesFieldNumber
Field number for the "compatible_leaves" field.
Declaration
public const int CompatibleLeavesFieldNumber = null
Field Value
CurrentDefaultFieldNumber
Field number for the "current_default" field.
Declaration
public const int CurrentDefaultFieldNumber = null
Field Value
Properties
CompatibleLeaves
Other current latest-compatible versions who are not the overall default. These are the
versions that will be used when generating new tasks by following the graph from the
version of the last task out to a leaf.
Declaration
public Google.Protobuf.Collections.RepeatedField<VersionIdNode> CompatibleLeaves { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.RepeatedField<VersionIdNode> |
|
CurrentDefault
The currently established default version
Declaration
public VersionIdNode CurrentDefault { get; set; }
Property Value
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<GetWorkerBuildIdOrderingResponse> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public GetWorkerBuildIdOrderingResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(GetWorkerBuildIdOrderingResponse)
Declaration
public bool Equals(GetWorkerBuildIdOrderingResponse 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(GetWorkerBuildIdOrderingResponse)
Declaration
public void MergeFrom(GetWorkerBuildIdOrderingResponse 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