Skip to main content

Class: ReplaceBuildIdAssignmentRule

v1.UpdateWorkerVersioningRulesRequest.ReplaceBuildIdAssignmentRule

Replaces the assignment rule at a given index.

Properties

force

force: boolean

By default presence of one unconditional rule is enforced, otherwise the replace operation will be rejected. Set force to true to bypass this validation. An unconditional assignment rule:

  • Has no hint filter
  • Has no ramp

rule

Optional rule: null | $Properties

ReplaceBuildIdAssignmentRule rule.


ruleIndex

ruleIndex: number

ReplaceBuildIdAssignmentRule ruleIndex.

Methods

toJSON

toJSON(): Object

Converts this ReplaceBuildIdAssignmentRule to JSON.

Returns

Object

JSON object


create

create(properties?): ReplaceBuildIdAssignmentRule & $Shape

Creates a new ReplaceBuildIdAssignmentRule instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

ReplaceBuildIdAssignmentRule & $Shape

ReplaceBuildIdAssignmentRule instance

create(properties?): ReplaceBuildIdAssignmentRule

Parameters

NameType
properties?$Properties

Returns

ReplaceBuildIdAssignmentRule


decode

decode(reader, length?): ReplaceBuildIdAssignmentRule & $Shape

Decodes a ReplaceBuildIdAssignmentRule message from the specified reader or buffer.

Parameters

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

Returns

ReplaceBuildIdAssignmentRule & $Shape

ReplaceBuildIdAssignmentRule

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ReplaceBuildIdAssignmentRule & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ReplaceBuildIdAssignmentRule & $Shape

ReplaceBuildIdAssignmentRule

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 ReplaceBuildIdAssignmentRule message. Does not implicitly temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.ReplaceBuildIdAssignmentRule.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesReplaceBuildIdAssignmentRule message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified ReplaceBuildIdAssignmentRule message, length delimited. Does not implicitly temporal.api.workflowservice.v1.UpdateWorkerVersioningRulesRequest.ReplaceBuildIdAssignmentRule.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesReplaceBuildIdAssignmentRule message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): ReplaceBuildIdAssignmentRule

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ReplaceBuildIdAssignmentRule

ReplaceBuildIdAssignmentRule


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageReplaceBuildIdAssignmentRuleReplaceBuildIdAssignmentRule
options?IConversionOptionsConversion options

Returns

Object

Plain object