Class: UpdateTaskQueueConfigResponse
workflowservice.v1.UpdateTaskQueueConfigResponse
Represents an UpdateTaskQueueConfigResponse.
Properties
config
• Optional config: null | $Properties
UpdateTaskQueueConfigResponse config.
Methods
toJSON
▸ toJSON(): Object
Converts this UpdateTaskQueueConfigResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): UpdateTaskQueueConfigResponse & $Properties
Creates a new UpdateTaskQueueConfigResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
UpdateTaskQueueConfigResponse & $Properties
UpdateTaskQueueConfigResponse instance
▸ create(properties?): UpdateTaskQueueConfigResponse
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
decode
▸ decode(reader, length?): UpdateTaskQueueConfigResponse & $Properties
Decodes an UpdateTaskQueueConfigResponse 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
UpdateTaskQueueConfigResponse & $Properties
UpdateTaskQueueConfigResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): UpdateTaskQueueConfigResponse & $Properties
Decodes an UpdateTaskQueueConfigResponse message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
UpdateTaskQueueConfigResponse & $Properties
UpdateTaskQueueConfigResponse
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 UpdateTaskQueueConfigResponse message. Does not implicitly temporal.api.workflowservice.v1.UpdateTaskQueueConfigResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | UpdateTaskQueueConfigResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified UpdateTaskQueueConfigResponse message, length delimited. Does not implicitly temporal.api.workflowservice.v1.UpdateTaskQueueConfigResponse.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | UpdateTaskQueueConfigResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): UpdateTaskQueueConfigResponse
Creates an UpdateTaskQueueConfigResponse message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
UpdateTaskQueueConfigResponse
toObject
▸ toObject(message, options?): Object
Creates a plain object from an UpdateTaskQueueConfigResponse message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | UpdateTaskQueueConfigResponse | UpdateTaskQueueConfigResponse |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object