Class: BatchOperationUpdateActivityOptions
batch.v1.BatchOperationUpdateActivityOptions
BatchOperationUpdateActivityOptions sends an update-activity-options requests in a batch. NOTE: keep in sync with temporal.api.workflowservice.v1.UpdateActivityRequest
Properties
activity
• Optional activity: "type" | "matchAll"
The activity to update. If match_all is set to true, all activities will be updated.
activityOptions
• Optional activityOptions: null | $Properties
Update Activity options. Partial updates are accepted and controlled by update_mask.
identity
• identity: string
The identity of the worker/client.
matchAll
• Optional matchAll: null | boolean
BatchOperationUpdateActivityOptions matchAll.
restoreOriginal
• restoreOriginal: boolean
If set, the activity options will be restored to the default. Default options are then options activity was created with. They are part of the first ActivityTaskScheduled event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.
type
• Optional type: null | string
BatchOperationUpdateActivityOptions type.
updateMask
• Optional updateMask: null | $Properties
Controls which fields from activity_options will be applied
Methods
toJSON
▸ toJSON(): Object
Converts this BatchOperationUpdateActivityOptions to JSON.
Returns
Object
JSON object
create
▸ create(properties?): BatchOperationUpdateActivityOptions & $Shape
Creates a new BatchOperationUpdateActivityOptions instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
BatchOperationUpdateActivityOptions & $Shape
BatchOperationUpdateActivityOptions instance
▸ create(properties?): BatchOperationUpdateActivityOptions
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
BatchOperationUpdateActivityOptions
decode
▸ decode(reader, length?): BatchOperationUpdateActivityOptions & $Shape
Decodes a BatchOperationUpdateActivityOptions message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
BatchOperationUpdateActivityOptions & $Shape
BatchOperationUpdateActivityOptions
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): BatchOperationUpdateActivityOptions & $Shape
Decodes a BatchOperationUpdateActivityOptions message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
BatchOperationUpdateActivityOptions & $Shape
BatchOperationUpdateActivityOptions
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 BatchOperationUpdateActivityOptions message. Does not implicitly temporal.api.batch.v1.BatchOperationUpdateActivityOptions.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | BatchOperationUpdateActivityOptions message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified BatchOperationUpdateActivityOptions message, length delimited. Does not implicitly temporal.api.batch.v1.BatchOperationUpdateActivityOptions.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | BatchOperationUpdateActivityOptions message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): BatchOperationUpdateActivityOptions
Creates a BatchOperationUpdateActivityOptions message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
BatchOperationUpdateActivityOptions
BatchOperationUpdateActivityOptions
toObject
▸ toObject(message, options?): Object
Creates a plain object from a BatchOperationUpdateActivityOptions message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | BatchOperationUpdateActivityOptions | BatchOperationUpdateActivityOptions |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object