Skip to main content

Class: AddSearchAttributesRequest

operatorservice.v1.AddSearchAttributesRequest

Represents an AddSearchAttributesRequest.

Properties

namespace

namespace: string

AddSearchAttributesRequest namespace.


searchAttributes

searchAttributes: Object

Mapping between search attribute name and its IndexedValueType.

Index signature

▪ [k: string]: IndexedValueType

Methods

toJSON

toJSON(): Object

Converts this AddSearchAttributesRequest to JSON.

Returns

Object

JSON object


create

create(properties?): AddSearchAttributesRequest & $Properties

Creates a new AddSearchAttributesRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

AddSearchAttributesRequest & $Properties

AddSearchAttributesRequest instance

create(properties?): AddSearchAttributesRequest

Parameters

NameType
properties?$Properties

Returns

AddSearchAttributesRequest


decode

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

Decodes an AddSearchAttributesRequest message from the specified reader or buffer.

Parameters

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

Returns

AddSearchAttributesRequest & $Properties

AddSearchAttributesRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): AddSearchAttributesRequest & $Properties

Decodes an AddSearchAttributesRequest message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

AddSearchAttributesRequest & $Properties

AddSearchAttributesRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): AddSearchAttributesRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

AddSearchAttributesRequest

AddSearchAttributesRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageAddSearchAttributesRequestAddSearchAttributesRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object