Class ClientVersionNotSupportedFailure
Inheritance
ClientVersionNotSupportedFailure
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ClientVersionNotSupportedFailure : Google.Protobuf.IMessage<ClientVersionNotSupportedFailure>, Google.Protobuf.IBufferMessage
Constructors
ClientVersionNotSupportedFailure()
Declaration
public ClientVersionNotSupportedFailure()
ClientVersionNotSupportedFailure(ClientVersionNotSupportedFailure)
Declaration
public ClientVersionNotSupportedFailure(ClientVersionNotSupportedFailure other)
Parameters
Fields
ClientNameFieldNumber
Field number for the "client_name" field.
Declaration
public const int ClientNameFieldNumber = null
Field Value
ClientVersionFieldNumber
Field number for the "client_version" field.
Declaration
public const int ClientVersionFieldNumber = null
Field Value
SupportedVersionsFieldNumber
Field number for the "supported_versions" field.
Declaration
public const int SupportedVersionsFieldNumber = null
Field Value
Properties
ClientName
Declaration
public string ClientName { get; set; }
Property Value
ClientVersion
Declaration
public string ClientVersion { 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<ClientVersionNotSupportedFailure> Parser { get; }
Property Value
SupportedVersions
Declaration
public string SupportedVersions { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ClientVersionNotSupportedFailure Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ClientVersionNotSupportedFailure)
Declaration
public bool Equals(ClientVersionNotSupportedFailure 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(ClientVersionNotSupportedFailure)
Declaration
public void MergeFrom(ClientVersionNotSupportedFailure 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