Skip to main content

Class: CreateUserRequest

cloudservice.v1.CreateUserRequest

Represents a CreateUserRequest.

Implements

Constructors

constructor

new CreateUserRequest(properties?): CreateUserRequest

Constructs a new CreateUserRequest.

Parameters

NameTypeDescription
properties?ICreateUserRequestProperties to set

Returns

CreateUserRequest

Properties

asyncOperationId

asyncOperationId: string

The id to use for this async operation - optional

Implementation of

ICreateUserRequest.asyncOperationId


spec

Optional spec: null | IUserSpec

The spec for the user to invite

Implementation of

ICreateUserRequest.spec

Methods

toJSON

toJSON(): Object

Converts this CreateUserRequest to JSON.

Returns

Object

JSON object


create

create(properties?): CreateUserRequest

Creates a new CreateUserRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?ICreateUserRequestProperties to set

Returns

CreateUserRequest

CreateUserRequest instance


decode

decode(reader, length?): CreateUserRequest

Decodes a CreateUserRequest message from the specified reader or buffer.

Parameters

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

Returns

CreateUserRequest

CreateUserRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): CreateUserRequest

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

CreateUserRequest

CreateUserRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): CreateUserRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

CreateUserRequest

CreateUserRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for CreateUserRequest

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

Parameters

NameTypeDescription
messageCreateUserRequestCreateUserRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object