Class EventSubscriptionResponse.Types.ResultOwnerUpdate
Namespace: ArmoniK.Api.gRPC.V1.Events
Assembly: ArmoniK.Api.Common.dll
Represents an update to the owner task id of a result.
public sealed class EventSubscriptionResponse.Types.ResultOwnerUpdate : IMessage<EventSubscriptionResponse.Types.ResultOwnerUpdate>, IEquatable<EventSubscriptionResponse.Types.ResultOwnerUpdate>, IDeepCloneable<EventSubscriptionResponse.Types.ResultOwnerUpdate>, IBufferMessage, IMessage
Inheritance
Implements
IMessage<EventSubscriptionResponse.Types.ResultOwnerUpdate>, IEquatable<EventSubscriptionResponse.Types.ResultOwnerUpdate>, IDeepCloneable<EventSubscriptionResponse.Types.ResultOwnerUpdate>, IBufferMessage, IMessage
Inherited Members
object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object, object), object.ToString()
Constructors
ResultOwnerUpdate()
public ResultOwnerUpdate()
ResultOwnerUpdate(ResultOwnerUpdate)
public ResultOwnerUpdate(EventSubscriptionResponse.Types.ResultOwnerUpdate other)
Parameters
Fields
CurrentOwnerIdFieldNumber
Field number for the “current_owner_id” field.
public const int CurrentOwnerIdFieldNumber = 32
Field Value
PreviousOwnerIdFieldNumber
Field number for the “previous_owner_id” field.
public const int PreviousOwnerIdFieldNumber = 31
Field Value
ResultIdFieldNumber
Field number for the “result_id” field.
public const int ResultIdFieldNumber = 30
Field Value
Properties
CurrentOwnerId
The current owner id. *
public string CurrentOwnerId { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
MessageDescriptor
Parser
public static MessageParser<EventSubscriptionResponse.Types.ResultOwnerUpdate> Parser { get; }
Property Value
MessageParser<EventSubscriptionResponse.Types.ResultOwnerUpdate>
PreviousOwnerId
The previous owner id. *
public string PreviousOwnerId { get; set; }
Property Value
ResultId
The result id. *
public string ResultId { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public EventSubscriptionResponse.Types.ResultOwnerUpdate Clone()
Returns
EventSubscriptionResponse.Types.ResultOwnerUpdate
A deep clone of this object.
Equals(object)
public override bool Equals(object other)
Parameters
other object
Returns
Equals(ResultOwnerUpdate)
public bool Equals(EventSubscriptionResponse.Types.ResultOwnerUpdate other)
Parameters
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(ResultOwnerUpdate)
Merges the given message into this one.
public void MergeFrom(EventSubscriptionResponse.Types.ResultOwnerUpdate other)
Parameters
Remarks
See the user guide for precise merge semantics.
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.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
output CodedOutputStream
Coded output stream to write the data to. Must not be null.