Skip to main content

Class: SchedulePatch

schedule.v1.SchedulePatch

Represents a SchedulePatch.

Properties

backfillRequest

backfillRequest: $Properties[]

If set, runs though the specified time period(s) and takes actions as if that time passed by right now, all at once. The overlap policy can be overridden for the scope of the backfill.


pause

pause: string

If set, change the state to paused or unpaused (respectively) and set the notes field to the value of the string.


triggerImmediately

Optional triggerImmediately: null | $Properties

If set, trigger one action immediately.


unpause

unpause: string

SchedulePatch unpause.

Methods

toJSON

toJSON(): Object

Converts this SchedulePatch to JSON.

Returns

Object

JSON object


create

create(properties?): SchedulePatch & $Properties

Creates a new SchedulePatch instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

SchedulePatch & $Properties

SchedulePatch instance

create(properties?): SchedulePatch

Parameters

NameType
properties?$Properties

Returns

SchedulePatch


decode

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

Decodes a SchedulePatch message from the specified reader or buffer.

Parameters

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

Returns

SchedulePatch & $Properties

SchedulePatch

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SchedulePatch & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SchedulePatch & $Properties

SchedulePatch

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): SchedulePatch

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SchedulePatch

SchedulePatch


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageSchedulePatchSchedulePatch
options?IConversionOptionsConversion options

Returns

Object

Plain object