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 named http.

It may contain additional entries for custom scenarios such as sidecar services or other protocols.

Each Service reports the transport security the server resolved for it through Service.transport. See Security.