Interface: IEndpoint
Properties of an Endpoint.
Implemented by
Properties
createdTime
• Optional
createdTime: null
| ITimestamp
The date and time when the endpoint was created. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --)
id
• Optional
id: null
| string
Unique server-generated endpoint ID.
lastModifiedTime
• Optional
lastModifiedTime: null
| ITimestamp
The date and time when the endpoint was last modified. Will not be set if the endpoint has never been modified. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --)
spec
• Optional
spec: null
| IEndpointSpec
Spec for the endpoint.
urlPrefix
• Optional
urlPrefix: null
| string
Server exposed URL prefix for invocation of operations on this endpoint. This doesn't include the protocol, hostname or port as the server does not know how it should be accessed publicly. The URL is stable in the face of endpoint renames.
version
• Optional
version: null
| Long
Data version for this endpoint, incremented for every update issued via the UpdateNexusEndpoint API.