Skip to main content

Class: QueryRejected

query.v1.QueryRejected

Represents a QueryRejected.

Implements

Constructors

constructor

new QueryRejected(properties?): QueryRejected

Constructs a new QueryRejected.

Parameters

NameTypeDescription
properties?IQueryRejectedProperties to set

Returns

QueryRejected

Properties

status

status: WorkflowExecutionStatus

QueryRejected status.

Implementation of

IQueryRejected.status

Methods

toJSON

toJSON(): Object

Converts this QueryRejected to JSON.

Returns

Object

JSON object


create

create(properties?): QueryRejected

Creates a new QueryRejected instance using the specified properties.

Parameters

NameTypeDescription
properties?IQueryRejectedProperties to set

Returns

QueryRejected

QueryRejected instance


decode

decode(reader, length?): QueryRejected

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

QueryRejected

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): QueryRejected

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

QueryRejected

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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for QueryRejected

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 QueryRejected message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageQueryRejectedQueryRejected
options?IConversionOptionsConversion options

Returns

Object

Plain object