endpoints property

List<Endpoint>? endpoints
getter/setter pair

Endpoints associated with this service.

Returned on LookupService.ResolveService. Control plane clients should use RegistrationService.ListEndpoints.

Output only.

Implementation

core.List<Endpoint>? endpoints;