Skip to main content

Class: PluginInfo

worker.v1.PluginInfo

Represents a PluginInfo.

Properties

name

name: string

The name of the plugin, required.


version

version: string

The version of the plugin, may be empty.

Methods

toJSON

toJSON(): Object

Converts this PluginInfo to JSON.

Returns

Object

JSON object


create

create(properties?): PluginInfo & $Properties

Creates a new PluginInfo instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

PluginInfo & $Properties

PluginInfo instance

create(properties?): PluginInfo

Parameters

NameType
properties?$Properties

Returns

PluginInfo


decode

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

Decodes a PluginInfo message from the specified reader or buffer.

Parameters

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

Returns

PluginInfo & $Properties

PluginInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): PluginInfo & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

PluginInfo & $Properties

PluginInfo

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): PluginInfo

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

PluginInfo

PluginInfo


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messagePluginInfoPluginInfo
options?IConversionOptionsConversion options

Returns

Object

Plain object