Skip to main content

Class: ListWorkersRequest

workflowservice.v1.ListWorkersRequest

Represents a ListWorkersRequest.

Implements

Constructors

constructor

new ListWorkersRequest(properties?): ListWorkersRequest

Constructs a new ListWorkersRequest.

Parameters

NameTypeDescription
properties?IListWorkersRequestProperties to set

Returns

ListWorkersRequest

Properties

namespace

namespace: string

ListWorkersRequest namespace.

Implementation of

IListWorkersRequest.namespace


nextPageToken

nextPageToken: Uint8Array

ListWorkersRequest nextPageToken.

Implementation of

IListWorkersRequest.nextPageToken


pageSize

pageSize: number

ListWorkersRequest pageSize.

Implementation of

IListWorkersRequest.pageSize


query

query: string

query in ListWorkers is used to filter workers based on worker status info. The following worker status attributes are expected are supported as part of the query:

  • WorkerInstanceKey
  • WorkerIdentity
  • HostName
  • TaskQueue
  • DeploymentName
  • BuildId
  • SdkName
  • SdkVersion
  • StartTime
  • LastHeartbeatTime
  • Status Currently metrics are not supported as a part of ListWorkers query.

Implementation of

IListWorkersRequest.query

Methods

toJSON

toJSON(): Object

Converts this ListWorkersRequest to JSON.

Returns

Object

JSON object


create

create(properties?): ListWorkersRequest

Creates a new ListWorkersRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?IListWorkersRequestProperties to set

Returns

ListWorkersRequest

ListWorkersRequest instance


decode

decode(reader, length?): ListWorkersRequest

Decodes a ListWorkersRequest message from the specified reader or buffer.

Parameters

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

Returns

ListWorkersRequest

ListWorkersRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ListWorkersRequest

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ListWorkersRequest

ListWorkersRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): ListWorkersRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ListWorkersRequest

ListWorkersRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for ListWorkersRequest

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

Parameters

NameTypeDescription
messageListWorkersRequestListWorkersRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object