Class GrpcEndpoint (0.1.5)

GrpcEndpoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification of the GRPC Endpoint. .. attribute:: target_uri

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with “unix:”.

:type: str