Skip to main content

Class: SchedulePatch

schedule.v1.SchedulePatch

Represents a SchedulePatch.

Implements

Constructors

constructor

new SchedulePatch(properties?): SchedulePatch

Constructs a new SchedulePatch.

Parameters

NameTypeDescription
properties?ISchedulePatchProperties to set

Returns

SchedulePatch

Properties

backfillRequest

backfillRequest: IBackfillRequest[]

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.

Implementation of

ISchedulePatch.backfillRequest


pause

pause: string

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

Implementation of

ISchedulePatch.pause


triggerImmediately

Optional triggerImmediately: null | ITriggerImmediatelyRequest

If set, trigger one action immediately.

Implementation of

ISchedulePatch.triggerImmediately


unpause

unpause: string

SchedulePatch unpause.

Implementation of

ISchedulePatch.unpause

Methods

toJSON

toJSON(): Object

Converts this SchedulePatch to JSON.

Returns

Object

JSON object


create

create(properties?): SchedulePatch

Creates a new SchedulePatch instance using the specified properties.

Parameters

NameTypeDescription
properties?ISchedulePatchProperties to set

Returns

SchedulePatch

SchedulePatch instance


decode

decode(reader, length?): SchedulePatch

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

SchedulePatch

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SchedulePatch

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SchedulePatch

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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for SchedulePatch

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

Parameters

NameTypeDescription
messageSchedulePatchSchedulePatch
options?IConversionOptionsConversion options

Returns

Object

Plain object