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

objectEventSubscriptionResponse.Types.ResultOwnerUpdate

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

other EventSubscriptionResponse.Types.ResultOwnerUpdate

Fields

CurrentOwnerIdFieldNumber

Field number for the “current_owner_id” field.

public const int CurrentOwnerIdFieldNumber = 32

Field Value

int

PreviousOwnerIdFieldNumber

Field number for the “previous_owner_id” field.

public const int PreviousOwnerIdFieldNumber = 31

Field Value

int

ResultIdFieldNumber

Field number for the “result_id” field.

public const int ResultIdFieldNumber = 30

Field Value

int

Properties

CurrentOwnerId

  • The current owner id. *

public string CurrentOwnerId { get; set; }

Property Value

string

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

string

ResultId

  • The result id. *

public string ResultId { get; set; }

Property Value

string

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 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

bool

Equals(ResultOwnerUpdate)

public bool Equals(EventSubscriptionResponse.Types.ResultOwnerUpdate other)

Parameters

other EventSubscriptionResponse.Types.ResultOwnerUpdate

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(ResultOwnerUpdate)

Merges the given message into this one.

public void MergeFrom(EventSubscriptionResponse.Types.ResultOwnerUpdate other)

Parameters

other EventSubscriptionResponse.Types.ResultOwnerUpdate

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

string

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.