export method
ResponseFuture<ExportLogsServiceResponse>
export(
- ExportLogsServiceRequest request, {
- CallOptions? options,
For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
Implementation
$grpc.ResponseFuture<$0.ExportLogsServiceResponse> export(
$0.ExportLogsServiceRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$export, request, options: options);
}