getShardRecoveryPoint_Pre method
Future<GetShardRecoveryPointResponse>
getShardRecoveryPoint_Pre(
- ServiceCall $call,
- Future<
GetShardRecoveryPointRequest> $request
Implementation
$async.Future<$0.GetShardRecoveryPointResponse> getShardRecoveryPoint_Pre($grpc.ServiceCall $call, $async.Future<$0.GetShardRecoveryPointRequest> $request) async {
return getShardRecoveryPoint($call, await $request);
}