Initializergrpc-swift 2.0.0GRPCCore
init(metadata:message:trailingMetadata:)
Creates a Contents
.
init(metadata: Metadata, message: Message, trailingMetadata: Metadata)
Parameters
- metadata
Metadata received from the server at the beginning of the response.
- message
The response message received from the server.
- trailingMetadata
Metadata received from the server at the end of the response.