Skip to main content

Class: ReplaceBuildIdAssignmentRule

v1.UpdateWorkerVersioningRulesRequest.ReplaceBuildIdAssignmentRule

Replaces the assignment rule at a given index.

Implements

Constructors

constructor

new ReplaceBuildIdAssignmentRule(properties?): ReplaceBuildIdAssignmentRule

Constructs a new ReplaceBuildIdAssignmentRule.

Parameters

NameTypeDescription
properties?IReplaceBuildIdAssignmentRuleProperties to set

Returns

ReplaceBuildIdAssignmentRule

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

Implementation of

IReplaceBuildIdAssignmentRule.force


rule

Optional rule: null | IBuildIdAssignmentRule

ReplaceBuildIdAssignmentRule rule.

Implementation of

IReplaceBuildIdAssignmentRule.rule


ruleIndex

ruleIndex: number

ReplaceBuildIdAssignmentRule ruleIndex.

Implementation of

IReplaceBuildIdAssignmentRule.ruleIndex

Methods

toJSON

toJSON(): Object

Converts this ReplaceBuildIdAssignmentRule to JSON.

Returns

Object

JSON object


create

create(properties?): ReplaceBuildIdAssignmentRule

Creates a new ReplaceBuildIdAssignmentRule instance using the specified properties.

Parameters

NameTypeDescription
properties?IReplaceBuildIdAssignmentRuleProperties to set

Returns

ReplaceBuildIdAssignmentRule

ReplaceBuildIdAssignmentRule instance


decode

decode(reader, length?): ReplaceBuildIdAssignmentRule

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

ReplaceBuildIdAssignmentRule

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ReplaceBuildIdAssignmentRule

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ReplaceBuildIdAssignmentRule

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
messageIReplaceBuildIdAssignmentRuleReplaceBuildIdAssignmentRule 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
messageIReplaceBuildIdAssignmentRuleReplaceBuildIdAssignmentRule 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


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for ReplaceBuildIdAssignmentRule

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 ReplaceBuildIdAssignmentRule message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageReplaceBuildIdAssignmentRuleReplaceBuildIdAssignmentRule
options?IConversionOptionsConversion options

Returns

Object

Plain object