Skip to main content

Class: PatchScheduleRequest

workflowservice.v1.PatchScheduleRequest

Represents a PatchScheduleRequest.

Properties

identity

identity: string

The identity of the client who initiated this request.


namespace

namespace: string

The namespace of the schedule to patch.


patch

Optional patch: null | $Properties

PatchScheduleRequest patch.


requestId

requestId: string

A unique identifier for this update request for idempotence. Typically UUIDv4.


scheduleId

scheduleId: string

The id of the schedule to patch.

Methods

toJSON

toJSON(): Object

Converts this PatchScheduleRequest to JSON.

Returns

Object

JSON object


create

create(properties?): PatchScheduleRequest & $Properties

Creates a new PatchScheduleRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

PatchScheduleRequest & $Properties

PatchScheduleRequest instance

create(properties?): PatchScheduleRequest

Parameters

NameType
properties?$Properties

Returns

PatchScheduleRequest


decode

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

Decodes a PatchScheduleRequest message from the specified reader or buffer.

Parameters

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

Returns

PatchScheduleRequest & $Properties

PatchScheduleRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): PatchScheduleRequest & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

PatchScheduleRequest & $Properties

PatchScheduleRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): PatchScheduleRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

PatchScheduleRequest

PatchScheduleRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messagePatchScheduleRequestPatchScheduleRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object