Class NotFoundFailure
Inheritance
NotFoundFailure
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class NotFoundFailure : Google.Protobuf.IMessage<NotFoundFailure>, Google.Protobuf.IBufferMessage
Constructors
NotFoundFailure()
Declaration
NotFoundFailure(NotFoundFailure)
Declaration
public NotFoundFailure(NotFoundFailure other)
Parameters
Fields
ActiveClusterFieldNumber
Field number for the "active_cluster" field.
Declaration
public const int ActiveClusterFieldNumber = null
Field Value
CurrentClusterFieldNumber
Field number for the "current_cluster" field.
Declaration
public const int CurrentClusterFieldNumber = null
Field Value
Properties
ActiveCluster
Declaration
public string ActiveCluster { get; set; }
Property Value
CurrentCluster
Declaration
public string CurrentCluster { 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<NotFoundFailure> Parser { get; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public NotFoundFailure Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(NotFoundFailure)
Declaration
public bool Equals(NotFoundFailure 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(NotFoundFailure)
Declaration
public void MergeFrom(NotFoundFailure 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