Skip to main content

Class: GetUsersRequest

cloudservice.v1.GetUsersRequest

Represents a GetUsersRequest.

Properties

email

email: string

Filter users by email address - optional.


namespace

namespace: string

Filter users by the namespace they have access to - optional.


pageSize

pageSize: number

The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.


pageToken

pageToken: string

The page token if this is continuing from another response - optional.

Methods

toJSON

toJSON(): Object

Converts this GetUsersRequest to JSON.

Returns

Object

JSON object


create

create(properties?): GetUsersRequest & $Properties

Creates a new GetUsersRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

GetUsersRequest & $Properties

GetUsersRequest instance

create(properties?): GetUsersRequest

Parameters

NameType
properties?$Properties

Returns

GetUsersRequest


decode

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

Decodes a GetUsersRequest message from the specified reader or buffer.

Parameters

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

Returns

GetUsersRequest & $Properties

GetUsersRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): GetUsersRequest & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

GetUsersRequest & $Properties

GetUsersRequest

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 GetUsersRequest message. Does not implicitly temporal.api.cloud.cloudservice.v1.GetUsersRequest.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified GetUsersRequest message, length delimited. Does not implicitly temporal.api.cloud.cloudservice.v1.GetUsersRequest.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): GetUsersRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

GetUsersRequest

GetUsersRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageGetUsersRequestGetUsersRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object