export method
ResponseFuture<ExportLogsServiceResponse>
export(
- ExportLogsServiceRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.ExportLogsServiceResponse> export(
$2.ExportLogsServiceRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$export, request, options: options);
}