Class: ValidateWorkerDeploymentVersionComputeConfigRequest
workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigRequest
Used to validate the compute config without attaching it to a Worker Deployment Version.
Properties
computeConfigScalingGroups
• computeConfigScalingGroups: Object
Optional. Contains the compute config scaling groups to add or update for the Worker Deployment.
Index signature
▪ [k: string]: $Properties
deploymentVersion
• Optional deploymentVersion: null | $Properties
Required.
identity
• identity: string
Optional. The identity of the client who initiated this request.
namespace
• namespace: string
ValidateWorkerDeploymentVersionComputeConfigRequest namespace.
removeComputeConfigScalingGroups
• removeComputeConfigScalingGroups: string[]
Optional. Contains the compute config scaling groups to remove from the Worker Deployment.
Methods
toJSON
▸ toJSON(): Object
Converts this ValidateWorkerDeploymentVersionComputeConfigRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties
Creates a new ValidateWorkerDeploymentVersionComputeConfigRequest instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties
ValidateWorkerDeploymentVersionComputeConfigRequest instance
▸ create(properties?): ValidateWorkerDeploymentVersionComputeConfigRequest
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
ValidateWorkerDeploymentVersionComputeConfigRequest
decode
▸ decode(reader, length?): ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties
Decodes a ValidateWorkerDeploymentVersionComputeConfigRequest 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
ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties
ValidateWorkerDeploymentVersionComputeConfigRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties
Decodes a ValidateWorkerDeploymentVersionComputeConfigRequest message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties
ValidateWorkerDeploymentVersionComputeConfigRequest
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 ValidateWorkerDeploymentVersionComputeConfigRequest message. Does not implicitly temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | ValidateWorkerDeploymentVersionComputeConfigRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified ValidateWorkerDeploymentVersionComputeConfigRequest message, length delimited. Does not implicitly temporal.api.workflowservice.v1.ValidateWorkerDeploymentVersionComputeConfigRequest.verify|verify messages.
Parameters
| Name | Type | Description |
|---|---|---|
message | $Properties | ValidateWorkerDeploymentVersionComputeConfigRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object): ValidateWorkerDeploymentVersionComputeConfigRequest
Creates a ValidateWorkerDeploymentVersionComputeConfigRequest message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description |
|---|---|---|
object | Object | Plain object |
Returns
ValidateWorkerDeploymentVersionComputeConfigRequest
ValidateWorkerDeploymentVersionComputeConfigRequest
toObject
▸ toObject(message, options?): Object
Creates a plain object from a ValidateWorkerDeploymentVersionComputeConfigRequest message. Also converts values to other types if specified.
Parameters
| Name | Type | Description |
|---|---|---|
message | ValidateWorkerDeploymentVersionComputeConfigRequest | ValidateWorkerDeploymentVersionComputeConfigRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object