getShardRecoveryPoint method
ResponseFuture<GetShardRecoveryPointResponse>
getShardRecoveryPoint(
- GetShardRecoveryPointRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetShardRecoveryPointResponse> getShardRecoveryPoint($0.GetShardRecoveryPointRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getShardRecoveryPoint, request, options: options);
}