Skip to main content

Class: GetSystemInfoResponse

workflowservice.v1.GetSystemInfoResponse

Represents a GetSystemInfoResponse.

Properties​

capabilities​

• Optional capabilities: null | $Properties

All capabilities the system supports.


serverVersion​

• serverVersion: string

Version of the server.

Methods​

toJSON​

▸ toJSON(): Object

Converts this GetSystemInfoResponse to JSON.

Returns​

Object

JSON object


create​

▸ create(properties?): GetSystemInfoResponse & $Properties

Creates a new GetSystemInfoResponse instance using the specified properties.

Parameters​

NameTypeDescription
properties?$PropertiesProperties to set

Returns​

GetSystemInfoResponse & $Properties

GetSystemInfoResponse instance

▸ create(properties?): GetSystemInfoResponse

Parameters​

NameType
properties?$Properties

Returns​

GetSystemInfoResponse


decode​

▸ decode(reader, length?): GetSystemInfoResponse & $Properties

Decodes a GetSystemInfoResponse message from the specified reader or buffer.

Parameters​

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

Returns​

GetSystemInfoResponse & $Properties

GetSystemInfoResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited​

▸ decodeDelimited(reader): GetSystemInfoResponse & $Properties

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

Parameters​

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns​

GetSystemInfoResponse & $Properties

GetSystemInfoResponse

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 GetSystemInfoResponse message. Does not implicitly temporal.api.workflowservice.v1.GetSystemInfoResponse.verify|verify messages.

Parameters​

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

Returns​

Writer

Writer


encodeDelimited​

▸ encodeDelimited(message, writer?): Writer

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

Parameters​

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

Returns​

Writer

Writer


fromObject​

▸ fromObject(object): GetSystemInfoResponse

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

Parameters​

NameTypeDescription
objectObjectPlain object

Returns​

GetSystemInfoResponse

GetSystemInfoResponse


toObject​

▸ toObject(message, options?): Object

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

Parameters​

NameTypeDescription
messageGetSystemInfoResponseGetSystemInfoResponse
options?IConversionOptionsConversion options

Returns​

Object

Plain object