Class: UpdateUserResponse
cloudservice.v1.UpdateUserResponse
Represents an UpdateUserResponse.
Implements
Constructors
constructor
• new UpdateUserResponse(properties?
): UpdateUserResponse
Constructs a new UpdateUserResponse.
Parameters
Name | Type | Description |
---|---|---|
properties? | IUpdateUserResponse | Properties to set |
Returns
Properties
asyncOperation
• Optional
asyncOperation: null
| IAsyncOperation
The async operation
Implementation of
IUpdateUserResponse.asyncOperation
Methods
toJSON
▸ toJSON(): Object
Converts this UpdateUserResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): UpdateUserResponse
Creates a new UpdateUserResponse instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IUpdateUserResponse | Properties to set |
Returns
UpdateUserResponse instance
decode
▸ decode(reader
, length?
): UpdateUserResponse
Decodes an UpdateUserResponse message from the specified reader or buffer.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
UpdateUserResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): UpdateUserResponse
Decodes an UpdateUserResponse message from the specified reader or buffer, length delimited.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
UpdateUserResponse
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 UpdateUserResponse message. Does not implicitly temporal.api.cloud.cloudservice.v1.UpdateUserResponse.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | IUpdateUserResponse | UpdateUserResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message
, writer?
): Writer
Encodes the specified UpdateUserResponse message, length delimited. Does not implicitly temporal.api.cloud.cloudservice.v1.UpdateUserResponse.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | IUpdateUserResponse | UpdateUserResponse message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object
): UpdateUserResponse
Creates an UpdateUserResponse message from a plain object. Also converts values to their respective internal types.
Parameters
Name | Type | Description |
---|---|---|
object | Object | Plain object |
Returns
UpdateUserResponse
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?
): string
Gets the default type url for UpdateUserResponse
Parameters
Name | Type | Description |
---|---|---|
typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") |
Returns
string
The default type url
toObject
▸ toObject(message
, options?
): Object
Creates a plain object from an UpdateUserResponse message. Also converts values to other types if specified.
Parameters
Name | Type | Description |
---|---|---|
message | UpdateUserResponse | UpdateUserResponse |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object