django_socio_grpc.protobuf.typing
Module Contents
Classes
Enum to use for the |
|
Typed dict to help format |
API
- class django_socio_grpc.protobuf.typing.FieldCardinality
-
Enum to use for the
cardinalitydictionnary key for grpc_actionrequestandresponseInitialization
Initialize self. See help(type(self)) for accurate signature.
- NONE = <Multiline-String>
- OPTIONAL
‘optional’
- REPEATED
‘repeated’
- class django_socio_grpc.protobuf.typing.FieldDict
Bases:
typing_extensions.TypedDictTyped dict to help format
requestandresponseparams of grpc_action decorator.Initialization
Initialize self. See help(type(self)) for accurate signature.
- cardinality: typing_extensions.NotRequired[django_socio_grpc.protobuf.typing.FieldCardinality]
None