Class: GetNexusEndpointsResponse
cloudservice.v1.GetNexusEndpointsResponse
Represents a GetNexusEndpointsResponse.
Implements
Constructors
constructor
• new GetNexusEndpointsResponse(properties?): GetNexusEndpointsResponse
Constructs a new GetNexusEndpointsResponse.
Parameters
| Name | Type | Description | 
|---|---|---|
| properties? | IGetNexusEndpointsResponse | Properties to set | 
Returns
Properties
endpoints
• endpoints: IEndpoint[]
The list of endpoints in ascending id order.
Implementation of
IGetNexusEndpointsResponse.endpoints
nextPageToken
• nextPageToken: string
The next page's token.
Implementation of
IGetNexusEndpointsResponse.nextPageToken
Methods
toJSON
▸ toJSON(): Object
Converts this GetNexusEndpointsResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): GetNexusEndpointsResponse
Creates a new GetNexusEndpointsResponse instance using the specified properties.
Parameters
| Name | Type | Description | 
|---|---|---|
| properties? | IGetNexusEndpointsResponse | Properties to set | 
Returns
GetNexusEndpointsResponse instance
decode
▸ decode(reader, length?): GetNexusEndpointsResponse
Decodes a GetNexusEndpointsResponse 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
GetNexusEndpointsResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): GetNexusEndpointsResponse
Decodes a GetNexusEndpointsResponse message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description | 
|---|---|---|
| reader | Uint8Array|Reader | Reader or buffer to decode from | 
Returns
GetNexusEndpointsResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing