Skip to main content

Class: GetClusterInfoResponse

workflowservice.v1.GetClusterInfoResponse

GetClusterInfoResponse contains information about Temporal cluster.

Properties

clusterId

clusterId: string

GetClusterInfoResponse clusterId.


clusterName

clusterName: string

GetClusterInfoResponse clusterName.


failoverVersionIncrement

failoverVersionIncrement: Long

GetClusterInfoResponse failoverVersionIncrement.


historyShardCount

historyShardCount: number

GetClusterInfoResponse historyShardCount.


initialFailoverVersion

initialFailoverVersion: Long

GetClusterInfoResponse initialFailoverVersion.


persistenceStore

persistenceStore: string

GetClusterInfoResponse persistenceStore.


serverVersion

serverVersion: string

GetClusterInfoResponse serverVersion.


supportedClients

supportedClients: Object

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

Index signature

▪ [k: string]: string


versionInfo

Optional versionInfo: null | $Properties

GetClusterInfoResponse versionInfo.


visibilityStore

visibilityStore: string

GetClusterInfoResponse visibilityStore.

Methods

toJSON

toJSON(): Object

Converts this GetClusterInfoResponse to JSON.

Returns

Object

JSON object


create

create(properties?): GetClusterInfoResponse & $Properties

Creates a new GetClusterInfoResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

GetClusterInfoResponse & $Properties

GetClusterInfoResponse instance

create(properties?): GetClusterInfoResponse

Parameters

NameType
properties?$Properties

Returns

GetClusterInfoResponse


decode

decode(reader, length?): GetClusterInfoResponse & $Properties

Decodes a GetClusterInfoResponse message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

GetClusterInfoResponse & $Properties

GetClusterInfoResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): GetClusterInfoResponse & $Properties

Decodes a GetClusterInfoResponse message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

GetClusterInfoResponse & $Properties

GetClusterInfoResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified GetClusterInfoResponse message. Does not implicitly temporal.api.workflowservice.v1.GetClusterInfoResponse.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesGetClusterInfoResponse message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified GetClusterInfoResponse message, length delimited. Does not implicitly temporal.api.workflowservice.v1.GetClusterInfoResponse.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesGetClusterInfoResponse message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): GetClusterInfoResponse

Creates a GetClusterInfoResponse message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

GetClusterInfoResponse

GetClusterInfoResponse


toObject

toObject(message, options?): Object

Creates a plain object from a GetClusterInfoResponse message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageGetClusterInfoResponseGetClusterInfoResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object