Class UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets
- Namespace
- Temporalio.Api.WorkflowService.V1
- Assembly
- Temporalio.dll
public sealed class UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets : IMessage<UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets>, IEquatable<UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets>, IDeepCloneable<UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets>, IBufferMessage, IMessage
- Inheritance
-
UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets
- Implements
-
IBufferMessageIMessage
- Inherited Members
Constructors
MergeSets()
public MergeSets()
MergeSets(MergeSets)
public MergeSets(UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets other)
Parameters
Fields
PrimarySetBuildIdFieldNumber
Field number for the "primary_set_build_id" field.
public const int PrimarySetBuildIdFieldNumber = 1
Field Value
SecondarySetBuildIdFieldNumber
Field number for the "secondary_set_build_id" field.
public const int SecondarySetBuildIdFieldNumber = 2
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static MessageParser<UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets> Parser { get; }
Property Value
- MessageParser<UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets>
PrimarySetBuildId
A build ID in the set whose default will become the merged set default
public string PrimarySetBuildId { get; set; }
Property Value
SecondarySetBuildId
A build ID in the set which will be merged into the primary set
public string SecondarySetBuildId { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets Clone()
Returns
- UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets
A deep clone of this object.
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object other)
Parameters
other
object
Returns
Equals(MergeSets)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets other)
Parameters
other
UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSetsAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
input
CodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(MergeSets)
Merges the given message into this one.
public void MergeFrom(UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets other)
Parameters
Remarks
See the user guide for precise merge semantics.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
output
CodedOutputStreamCoded output stream to write the data to. Must not be null.