Class: GetNexusEndpointResponse
cloudservice.v1.GetNexusEndpointResponse
Represents a GetNexusEndpointResponse.
Implements
Constructors
constructor
• new GetNexusEndpointResponse(properties?): GetNexusEndpointResponse
Constructs a new GetNexusEndpointResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IGetNexusEndpointResponse | Properties to set |
Returns
Properties
endpoint
• Optional endpoint: null | IEndpoint
The nexus endpoint.
Implementation of
IGetNexusEndpointResponse.endpoint
Methods
toJSON
▸ toJSON(): Object
Converts this GetNexusEndpointResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): GetNexusEndpointResponse
Creates a new GetNexusEndpointResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IGetNexusEndpointResponse | Properties to set |
Returns
GetNexusEndpointResponse instance
decode
▸ decode(reader, length?): GetNexusEndpointResponse
Decodes a GetNexusEndpointResponse 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
GetNexusEndpointResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): GetNexusEndpointResponse
Decodes a GetNexusEndpointResponse message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
Returns
GetNexusEndpointResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing