Skip to main content

Class: RoutingConfig

deployment.v1.RoutingConfig

Represents a RoutingConfig.

Implements

Constructors

constructor

new RoutingConfig(properties?): RoutingConfig

Constructs a new RoutingConfig.

Parameters

NameTypeDescription
properties?IRoutingConfigProperties to set

Returns

RoutingConfig

Properties

currentVersion

currentVersion: string

Always present. Specifies which Deployment Version should should receive new workflow executions and tasks of existing unversioned or AutoUpgrade workflows. Can be one of the following:

  • A Deployment Version identifier in the form "<deployment_name>.<build_id>".
  • Or, the "unversioned" special value, to represent all the unversioned workers (those with UNVERSIONED (or unspecified) WorkerVersioningMode.) Note: Current Version is overridden by the Ramping Version for a portion of traffic when a ramp is set (see ramping_version.)

Implementation of

IRoutingConfig.currentVersion


currentVersionChangedTime

Optional currentVersionChangedTime: null | ITimestamp

Last time current version was changed.

Implementation of

IRoutingConfig.currentVersionChangedTime


rampingVersion

rampingVersion: string

When present, it means the traffic is being shifted from the Current Version to the Ramping Version. Must always be different from Current Version. Can be one of the following:

  • A Deployment Version identifier in the form "<deployment_name>.<build_id>".
  • Or, the "unversioned" special value, to represent all the unversioned workers (those with UNVERSIONED (or unspecified) WorkerVersioningMode.) Note that it is possible to ramp from one Version to another Version, or from unversioned workers to a particular Version, or from a particular Version to unversioned workers.

Implementation of

IRoutingConfig.rampingVersion


rampingVersionChangedTime

Optional rampingVersionChangedTime: null | ITimestamp

Last time ramping version was changed. Not updated if only the ramp percentage changes.

Implementation of

IRoutingConfig.rampingVersionChangedTime


rampingVersionPercentage

rampingVersionPercentage: number

Percentage of tasks that are routed to the Ramping Version instead of the Current Version. Valid range: [0, 100]. A 100% value means the Ramping Version is receiving full traffic but not yet "promoted" to be the Current Version, likely due to pending validations.

Implementation of

IRoutingConfig.rampingVersionPercentage


rampingVersionPercentageChangedTime

Optional rampingVersionPercentageChangedTime: null | ITimestamp

Last time ramping version percentage was changed. If ramping version is changed, this is also updated, even if the percentage stays the same.

Implementation of

IRoutingConfig.rampingVersionPercentageChangedTime

Methods

toJSON

toJSON(): Object

Converts this RoutingConfig to JSON.

Returns

Object

JSON object


create

create(properties?): RoutingConfig

Creates a new RoutingConfig instance using the specified properties.

Parameters

NameTypeDescription
properties?IRoutingConfigProperties to set

Returns

RoutingConfig

RoutingConfig instance


decode

decode(reader, length?): RoutingConfig

Decodes a RoutingConfig message from the specified reader or buffer.

Parameters

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

Returns

RoutingConfig

RoutingConfig

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): RoutingConfig

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

RoutingConfig

RoutingConfig

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

Parameters

NameTypeDescription
messageIRoutingConfigRoutingConfig message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

NameTypeDescription
messageIRoutingConfigRoutingConfig message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): RoutingConfig

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

RoutingConfig

RoutingConfig


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for RoutingConfig

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageRoutingConfigRoutingConfig
options?IConversionOptionsConversion options

Returns

Object

Plain object