Skip to main content

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

NameTypeDescription
properties?$PropertiesProperties to set

Returns

ValidateWorkerDeploymentVersionComputeConfigRequest & $Properties

ValidateWorkerDeploymentVersionComputeConfigRequest instance

create(properties?): ValidateWorkerDeploymentVersionComputeConfigRequest

Parameters

NameType
properties?$Properties

Returns

ValidateWorkerDeploymentVersionComputeConfigRequest


decode

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

Decodes a ValidateWorkerDeploymentVersionComputeConfigRequest message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage 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

NameTypeDescription
readerUint8Array | ReaderReader 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

NameTypeDescription
message$PropertiesValidateWorkerDeploymentVersionComputeConfigRequest message or plain object to encode
writer?WriterWriter 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

NameTypeDescription
message$PropertiesValidateWorkerDeploymentVersionComputeConfigRequest message or plain object to encode
writer?WriterWriter 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

NameTypeDescription
objectObjectPlain 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

NameTypeDescription
messageValidateWorkerDeploymentVersionComputeConfigRequestValidateWorkerDeploymentVersionComputeConfigRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object