Skip to main content

Class: QueryRejected

query.v1.QueryRejected

Represents a QueryRejected.

Properties

status

status: WorkflowExecutionStatus

QueryRejected status.

Methods

toJSON

toJSON(): Object

Converts this QueryRejected to JSON.

Returns

Object

JSON object


create

create(properties?): QueryRejected & $Properties

Creates a new QueryRejected instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

QueryRejected & $Properties

QueryRejected instance

create(properties?): QueryRejected

Parameters

NameType
properties?$Properties

Returns

QueryRejected


decode

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

Decodes a QueryRejected message from the specified reader or buffer.

Parameters

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

Returns

QueryRejected & $Properties

QueryRejected

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): QueryRejected & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

QueryRejected & $Properties

QueryRejected

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): QueryRejected

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

QueryRejected

QueryRejected


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageQueryRejectedQueryRejected
options?IConversionOptionsConversion options

Returns

Object

Plain object