Class GetClusterInfoResponse
GetClusterInfoResponse contains information about Temporal cluster.
Inheritance
GetClusterInfoResponse
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class GetClusterInfoResponse : Google.Protobuf.IMessage<GetClusterInfoResponse>, Google.Protobuf.IBufferMessage
Constructors
GetClusterInfoResponse()
Declaration
public GetClusterInfoResponse()
GetClusterInfoResponse(GetClusterInfoResponse)
Declaration
public GetClusterInfoResponse(GetClusterInfoResponse other)
Parameters
Fields
ClusterIdFieldNumber
Field number for the "cluster_id" field.
Declaration
public const int ClusterIdFieldNumber = null
Field Value
ClusterNameFieldNumber
Field number for the "cluster_name" field.
Declaration
public const int ClusterNameFieldNumber = null
Field Value
HistoryShardCountFieldNumber
Field number for the "history_shard_count" field.
Declaration
public const int HistoryShardCountFieldNumber = null
Field Value
PersistenceStoreFieldNumber
Field number for the "persistence_store" field.
Declaration
public const int PersistenceStoreFieldNumber = null
Field Value
ServerVersionFieldNumber
Field number for the "server_version" field.
Declaration
public const int ServerVersionFieldNumber = null
Field Value
SupportedClientsFieldNumber
Field number for the "supported_clients" field.
Declaration
public const int SupportedClientsFieldNumber = null
Field Value
VersionInfoFieldNumber
Field number for the "version_info" field.
Declaration
public const int VersionInfoFieldNumber = null
Field Value
VisibilityStoreFieldNumber
Field number for the "visibility_store" field.
Declaration
public const int VisibilityStoreFieldNumber = null
Field Value
Properties
ClusterId
Declaration
public string ClusterId { get; set; }
Property Value
ClusterName
Declaration
public string ClusterName { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
HistoryShardCount
Declaration
public int HistoryShardCount { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<GetClusterInfoResponse> Parser { get; }
Property Value
PersistenceStore
Declaration
public string PersistenceStore { get; set; }
Property Value
ServerVersion
Declaration
public string ServerVersion { get; set; }
Property Value
SupportedClients
Key is client name i.e "temporal-go", "temporal-java", or "temporal-cli".
Value is ranges of supported versions of this client i.e ">1.1.1 <=1.4.0 || ^5.0.0".
Declaration
public Google.Protobuf.Collections.MapField<string, string> SupportedClients { get; }
Property Value
Type |
Description |
Google.Protobuf.Collections.MapField<String, String> |
|
VersionInfo
Declaration
public VersionInfo VersionInfo { get; set; }
Property Value
VisibilityStore
Declaration
public string VisibilityStore { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public GetClusterInfoResponse Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(GetClusterInfoResponse)
Declaration
public bool Equals(GetClusterInfoResponse 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(GetClusterInfoResponse)
Declaration
public void MergeFrom(GetClusterInfoResponse 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