Skip to main content

Class: GetSystemInfoResponse

workflowservice.v1.GetSystemInfoResponse

Represents a GetSystemInfoResponse.

Implements

Constructors

constructor

new GetSystemInfoResponse(properties?): GetSystemInfoResponse

Constructs a new GetSystemInfoResponse.

Parameters

NameTypeDescription
properties?IGetSystemInfoResponseProperties to set

Returns

GetSystemInfoResponse

Properties

capabilities

Optional capabilities: null | ICapabilities

All capabilities the system supports.

Implementation of

IGetSystemInfoResponse.capabilities


serverVersion

serverVersion: string

Version of the server.

Implementation of

IGetSystemInfoResponse.serverVersion

Methods

toJSON

toJSON(): Object

Converts this GetSystemInfoResponse to JSON.

Returns

Object

JSON object


create

create(properties?): GetSystemInfoResponse

Creates a new GetSystemInfoResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?IGetSystemInfoResponseProperties to set

Returns

GetSystemInfoResponse

GetSystemInfoResponse instance


decode

decode(reader, length?): GetSystemInfoResponse

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

GetSystemInfoResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): GetSystemInfoResponse

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

GetSystemInfoResponse

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
messageIGetSystemInfoResponseGetSystemInfoResponse 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
messageIGetSystemInfoResponseGetSystemInfoResponse 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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for GetSystemInfoResponse

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


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