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