services#
- property Instance.services: Mapping[str, Service]#
List of entry points exposed by the instance.
This property is only filled when the instance is ready. If the instance exposes a gRPC API, it is named
grpc. If the instance exposes a REST-like API, it is namedhttp.It may contain additional entries for custom scenarios such as sidecar services or other protocols.
Each
Servicereports the transport security the server resolved for it throughService.transport. See Security.