Class: DeleteNexusEndpointRequest
operatorservice.v1.DeleteNexusEndpointRequest
Represents a DeleteNexusEndpointRequest.
Implements
Constructors
constructor
• new DeleteNexusEndpointRequest(properties?
): DeleteNexusEndpointRequest
Constructs a new DeleteNexusEndpointRequest.
Parameters
Name | Type | Description |
---|---|---|
properties? | IDeleteNexusEndpointRequest | Properties to set |
Returns
Properties
id
• id: string
Server-generated unique endpoint ID.
Implementation of
IDeleteNexusEndpointRequest.id
version
• version: Long
Data version for this endpoint. Must match current version.
Implementation of
IDeleteNexusEndpointRequest.version
Methods
toJSON
▸ toJSON(): Object
Converts this DeleteNexusEndpointRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?
): DeleteNexusEndpointRequest
Creates a new DeleteNexusEndpointRequest instance using the specified properties.
Parameters
Name | Type | Description |
---|---|---|
properties? | IDeleteNexusEndpointRequest | Properties to set |
Returns
DeleteNexusEndpointRequest instance
decode
▸ decode(reader
, length?
): DeleteNexusEndpointRequest
Decodes a DeleteNexusEndpointRequest 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
DeleteNexusEndpointRequest
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader
): DeleteNexusEndpointRequest
Decodes a DeleteNexusEndpointRequest message from the specified reader or buffer, length delimited.
Parameters
Name | Type | Description |
---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
DeleteNexusEndpointRequest
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 DeleteNexusEndpointRequest message. Does not implicitly temporal.api.operatorservice.v1.DeleteNexusEndpointRequest.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | IDeleteNexusEndpointRequest | DeleteNexusEndpointRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message
, writer?
): Writer
Encodes the specified DeleteNexusEndpointRequest message, length delimited. Does not implicitly temporal.api.operatorservice.v1.DeleteNexusEndpointRequest.verify|verify messages.
Parameters
Name | Type | Description |
---|---|---|
message | IDeleteNexusEndpointRequest | DeleteNexusEndpointRequest message or plain object to encode |
writer? | Writer | Writer to encode to |
Returns
Writer
Writer
fromObject
▸ fromObject(object
): DeleteNexusEndpointRequest
Creates a DeleteNexusEndpointRequest message from a plain object. Also converts values to their respective internal types.
Parameters
Name | Type | Description |
---|---|---|
object | Object | Plain object |
Returns
DeleteNexusEndpointRequest
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?
): string
Gets the default type url for DeleteNexusEndpointRequest
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 a DeleteNexusEndpointRequest message. Also converts values to other types if specified.
Parameters
Name | Type | Description |
---|---|---|
message | DeleteNexusEndpointRequest | DeleteNexusEndpointRequest |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object